Loading Tool

Explorer IconExplorer

Memory Pool

82,690 transactions
31.09 vMB
0.10858847 BTC
Random Selection Loading Transactions
Max Size: 189.08/200 MB

Candidate Block

Mining Attempt 3ce6a448d064d2a1687c922d2195df8779ad83a1c2e17d03c2e2469b6e9c4c79
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 6fb278808c87913a747ae43650494b942e1ed1b3d4e13a8137b95a91e35de1a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.03429648 BTC
Feerates: 200.89 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (442,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,138 473,138 00000000000000000136ca0ae0cd8d6a909f4e581ae6ebcf8683085e49ba0af2 2,299 1.00/1.00 vMB 403
473,137 473,137 0000000000000000010be3f72df04f8359fda43d682157bde82cae0227596fff 2,415 1.00/1.00 vMB 364
473,136 473,136 00000000000000000056b3a807989f0fb883287fc8f7b4f685526ee0e2502507 2,640 1.00/1.00 vMB 409
473,135 473,135 00000000000000000009c59915493d8a45ea1b6716cfcfdb66da574269f35a2b 2,650 1.00/1.00 vMB 412
473,134 473,134 00000000000000000049229d5b223229df33d13cb7c193367cbbf6d66976fd12 2,024 0.93/1.00 vMB 343
473,133 473,133 00000000000000000031ecece27de6a4b60dcb300777b338541bc617a5b36012 2,339 1.00/1.00 vMB 418
473,132 473,132 00000000000000000148cdba3fee4bfd189663f8635494a1ffdb24cc31c2c6a4 1,465 1.00/1.00 vMB 351
473,131 473,131 00000000000000000151d57d26593596730183a5060b31b43fc4dbc99ac74eb7 2,052 1.00/1.00 vMB 398
473,130 473,130 0000000000000000001c044f9325c4f97bd7603f29c32cbc2bf29dfb6a5948a4 2,284 1.00/1.00 vMB 271
473,129 473,129 000000000000000001856047834200de1868c4409b0bbf2a64cb58886a2bfe89 2,227 1.00/1.00 vMB 263
473,128 473,128 0000000000000000010e16d5893efc4ff1b79a840a651269e9cc05da546ba600 2,379 1.00/1.00 vMB 336
473,127 473,127 0000000000000000012544b6bdc441dcb280d164342789c1936a53dc6b46ea42 1,639 1.00/1.00 vMB 337
473,126 473,126 00000000000000000056d41938f26ca5d3dd802ac09e1f43ed3efa0e54d1c926 2,358 1.00/1.00 vMB 343
473,125 473,125 0000000000000000014433be36612bc22d3219f77cff1ae31eaaa6cc9b0e16a9 2,125 1.00/1.00 vMB 372
473,124 473,124 000000000000000000ba4e602b26a4da496c044a9a614dfd67659a14dad09f9b 1,076 1.00/1.00 vMB 397
473,123 473,123 0000000000000000012b9d37eb4cb9729684735e6f937f6b4187bbf0fcd021a8 1,740 0.99/1.00 vMB 410
473,122 473,122 000000000000000000e0cfa311ed016ec190b6380271611090e2d88d69d87a5f 1,643 1.00/1.00 vMB 228
473,121 473,121 000000000000000000f2c29d3d61fd0aca4b581c4584c44db519165000df62ae 1,947 1.00/1.00 vMB 200
473,120 473,120 0000000000000000012d3b6c0824c513c06d0cf9236542538b30e54393426ea7 689 1.00/1.00 vMB 162
473,119 473,119 0000000000000000012e812c11f76dda1be728891951961ad3e834294c772476 1,780 1.00/1.00 vMB 147
473,118 473,118 000000000000000000236d6be4a3a0b7f006f5090b5a6d742ae33569ece7db36 2,140 0.99/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 783.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 720.60 GB
    • Received: 18.21 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.