Loading Tool

Explorer IconExplorer

Memory Pool

43,128 transactions
26.90 vMB
0.05380731 BTC
Random Selection Loading Transactions
Max Size: 141.71/200 MB

Candidate Block

Mining Attempt 264240b777afe31b5b66201b77fd47bc364f470a85da1b8867ddcccd5d9fcce5
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root 2cf7618f9a7906a37bf5467ac8ac01020e3e2786d440157cabf03b4ebc36e536
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,391
Size: 1.00 vMB
Total Fees: 0.00390437 BTC
Feerates: 21.20 > 0.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (263,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,206 651,206 0000000000000000000ca6f434184d36116b74fd866aba3f5c81b5ba6f6f3d89 1,660 0.71/1.00 vMB 6
651,205 651,205 0000000000000000000c62e42542903b247c7afd275c871906e66f726d1ba4d6 1,530 1.00/1.00 vMB 7
651,204 651,204 00000000000000000005dba7152aec6eb7d0eba72cfa9548755ca46de7da3a79 2,274 1.00/1.00 vMB 34
651,203 651,203 0000000000000000000a7404c24abb71c03dd8f4973448bf8b7a118f87fab41f 2,322 1.00/1.00 vMB 71
651,202 651,202 00000000000000000008495269dfa68a7e4d793a5b6f138eb6bcc017135e5c2e 2,905 1.00/1.00 vMB 59
651,201 651,201 0000000000000000000e160a501da966a1147b8c57f1f1b162702c3b6b698f01 253 0.17/1.00 vMB 21
651,200 651,200 0000000000000000000265664064660649d6ab2e1a82bf181ce7f3fa4efb0f82 484 0.20/1.00 vMB 30
651,199 651,199 00000000000000000006716f9a7ca424775428c529c7d3379cae6ffe68ee36ce 1,840 0.96/1.00 vMB 17
651,198 651,198 000000000000000000029b86080e7b36a04a16dd5f9026d8d3fff2895a48d538 2,474 1.00/1.00 vMB 40
651,197 651,197 0000000000000000000208a1552e061c55a00a9ed5e8c4fc51a524b0a271cbb5 1,554 0.85/1.00 vMB 39
651,196 651,196 0000000000000000000d98fb9d2c603d90c538e31865306b610e0817731f799e 480 0.37/1.00 vMB 61
651,195 651,195 0000000000000000000255168677aed8935d73d2b66ab5c4265e7bca52794f8c 1,898 0.79/1.00 vMB 32
651,194 651,194 0000000000000000000b1074b99a39586672e6087a004fe9455ac415cb3afed2 1,374 0.90/1.00 vMB 19
651,193 651,193 0000000000000000000d150bf3b9f5fd461c24c889341d830270eeb51bfbcd4d 577 0.92/1.00 vMB 7
651,192 651,192 00000000000000000002eb49f005be9df155d570e3e219deffbcbf0c30f05781 463 1.00/1.00 vMB 4
651,191 651,191 0000000000000000000cb07a20296e797a6bc8dce2788c4f52644277ba04d934 786 1.00/1.00 vMB 10
651,190 651,190 0000000000000000000b8e640cf751aa0df243a3f3ca90d74103f285d56dc82c 1,954 1.00/1.00 vMB 25
651,189 651,189 0000000000000000000d49e5de5c57547cb40db1d805ce79600b5083794984a7 574 1.00/1.00 vMB 3
651,188 651,188 000000000000000000020811b6372975e645efdfc4cd42d3847510ff90c46ff1 2,460 1.00/1.00 vMB 30
651,187 651,187 0000000000000000000379a1a91d53133ed8803259a1535b1145dda33c85e6c2 2,658 1.00/1.00 vMB 47
651,186 651,186 00000000000000000002050ff83acfeecf3226a92c50547d927b5d6c15a43a65 1,069 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.