Loading Tool

Explorer IconExplorer

Memory Pool

88,822 transactions
32.51 vMB
0.18081331 BTC
Random Selection Loading Transactions
Max Size: 196.55/200 MB

Candidate Block

Mining Attempt cd9d9391d413a2b6686ee4faeabe4555f72a5e99381eeafbb4a7a50d8a6e7ea0
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 639f2325bf3fd2a38e2b0a0b89b971188a13c65d981dc264436c2a80981722ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,884
Size: 1.00 vMB
Total Fees: 0.08814102 BTC
Feerates: 216.64 > 8.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (126,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,476 788,476 00000000000000000001649136dd700816541647e96261590bc7a7cb578eafec 3,975 1.00/1.00 vMB 154
788,475 788,475 00000000000000000005752a0fdf7f44d98b46afad444f3fef0110f946da3f65 5,045 1.00/1.00 vMB 103
788,474 788,474 00000000000000000001e4b5c0d25e7b10dcc4582e86ed3e4ada952fff52380e 4,962 1.00/1.00 vMB 100
788,473 788,473 00000000000000000003f7f0c0399392e3c21bd27b5458e3af63b465853f912b 4,717 1.00/1.00 vMB 120
788,472 788,472 000000000000000000004cd651c8c51ca1d313233407d024952cfd02f3d5c351 4,789 1.00/1.00 vMB 142
788,471 788,471 00000000000000000002253fbfb5e8e8349536b69bb2f013e1c17409a66e8f71 2,239 1.00/1.00 vMB 180
788,470 788,470 000000000000000000008ac3d2cbb87713535c7ae39f41a0a5ecb7cd171824fc 4,589 1.00/1.00 vMB 116
788,469 788,469 00000000000000000001a784696f963311884cec67bfaf14ef435acd476ae8cd 4,537 1.00/1.00 vMB 105
788,468 788,468 0000000000000000000295cfec7f25ca7837461dfc7a51472282ad06f68797cd 4,589 1.00/1.00 vMB 110
788,467 788,467 00000000000000000003b0b9b1ca660894ae5571ea0a3faee3e9e81fd63265d7 4,802 1.00/1.00 vMB 122
788,466 788,466 000000000000000000004fc49d7775cbd0d2b3de00cd12388c14e7f3f3905399 4,093 1.00/1.00 vMB 134
788,465 788,465 0000000000000000000537f50d4d585f6c087540c0add25f0395b3b7b3a83462 4,337 1.00/1.00 vMB 141
788,464 788,464 00000000000000000005a1fa7ff860245e4ec12b09a61618e0fbb44f2ebb1e5d 3,788 1.00/1.00 vMB 160
788,463 788,463 0000000000000000000104bcc48cdaaf080653751bfe4df10d2097f860abedd0 4,666 1.00/1.00 vMB 118
788,462 788,462 00000000000000000004f9504741378ff5c6e0b6ca6be0a217ea08963a78d745 4,551 1.00/1.00 vMB 139
788,461 788,461 000000000000000000004ba3eb16e3dfb054c8c25c6a9033da440981a954f1bb 2,878 1.00/1.00 vMB 164
788,460 788,460 000000000000000000003989d86f25b9c37e47f6f3a5cd07ce3847f27d8cb631 4,696 1.00/1.00 vMB 127
788,459 788,459 00000000000000000004dcfacef1daafbdc36a67ee3ff7fe1a9b3035d275237f 4,965 1.00/1.00 vMB 142
788,458 788,458 00000000000000000004531eb08bb4740c9d5000678602e4788a9292be081a2f 4,788 1.00/1.00 vMB 158
788,457 788,457 000000000000000000034ea071fb2c20909595bf777bcd7fa6889dda4f5fe2c4 4,581 1.00/1.00 vMB 181
788,456 788,456 00000000000000000002df646b05d4df843ffd2e72d7b9a2dc2664c24ca20030 4,413 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.52 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: 668.94 GB
    • Received: 15.65 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.