Loading Tool

Explorer IconExplorer

Memory Pool

6,362 transactions
2.88 vMB
0.00612319 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 16.23/200 MB

Candidate Block

Mining Attempt aa9149b438fe4d72302328495209ddfac807bab3f3ef0296ffdff0b1479bc30a
Version 20000000
Previous Block 00000000000000000001b67798186fbd364bf763732500b2ef7a83846f967d23
Merkle Root cdf1b1b5b848927aed80223fc984961e82798ff0ae8ac9585db5aff2a47f173c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,210
Size: 1.00 vMB
Total Fees: 0.00402003 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,496 (789,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,570 123,570 00000000000047709e58f7b039961f211bb359ad6a74507795bc6e7282c5a742 10 0.01 vMB 0
123,569 123,569 00000000000050b2da64a3a49ddb2455d11ad44fe13b197232a36c672a26db88 11 0.00 vMB 0
123,568 123,568 00000000000002e9461f6821b548d0d6a1a5d6e3a4ed939ed4f1922f94760206 1 0.00 vMB 0
123,567 123,567 0000000000005c3afc75e60aeb472af9f363f88654a10918fd0ca343fc666d4d 9 0.00 vMB 1,024
123,566 123,566 0000000000002d9c99515a94bd93d89ee5310b038b73026e63b749f47200ad54 8 0.00 vMB 336
123,565 123,565 00000000000058f7589352a8d52805de267e4c37d4e8e3c874900578274ed15a 10 0.00 vMB 1,451
123,564 123,564 000000000000563ae3387386e6e9c56d2964a5f00e82de4c851151a13039426e 76 0.02 vMB 167
123,563 123,563 0000000000002b2a62d3b759672cab19799f9cf34e7bb751396752f4ca305bae 54 0.02 vMB 41
123,562 123,562 0000000000006680ec6b335553d564d3cc8775e0864edfef1b45e3dd9a25b4f0 9 0.02 vMB 0
123,561 123,561 0000000000005ce5229e3a1b5e052b409c52af2e0dbb7f7408e2da0d126681de 93 0.04 vMB 402
123,560 123,560 00000000000044ed0616bdf39c425047cc717c09d2464e7cafb772f9591006fa 5 0.00 vMB 1,621
123,559 123,559 0000000000002db9a36cb84cc833ff6f0850a99887e41944660da92c6e37a36f 45 0.03 vMB 426
123,558 123,558 000000000000112cbca19c1ecb2f88e637588a625a41e7a62c901d250f732cb4 27 0.01 vMB 883
123,557 123,557 00000000000038a59f899934fc167d7596bc7593956f013295bb3e9fd6141cf3 73 0.03 vMB 582
123,556 123,556 0000000000006a1a66248e988ae041758edc5132319df410e00a2d9686008275 19 0.01 vMB 1,527
123,555 123,555 00000000000030e507bdca32f99bd1dcc07bd5ac4a6063788896bde52df4956a 24 0.01 vMB 797
123,554 123,554 0000000000005b9cc449ec41a1fb4513391baaa910290d000954c7cdee7b5116 165 0.07 vMB 1,303
123,553 123,553 0000000000004ebb2f2ad23d275d8a15195738b04abc53034a046642e4542aa1 8 0.00 vMB 543
123,552 123,552 000000000000433a7e4aa92bbc0fb1ec5084f26a28d8e7f135f2fe8242d811f5 20 0.01 vMB 1,244
123,551 123,551 0000000000004c9d63d769a139579cf643e16390474173fcdc2841909b69095c 1 0.00 vMB 0
123,550 123,550 00000000000066c8413d214ddccd3c175a3688525c506fccb07a2875d3a7db6c 39 0.02 vMB 725
Previous 10 blocks ↓
Total Size: 779.73 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: 365.88 GB
    • Received: 1.76 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.