Loading Tool

Explorer IconExplorer

Memory Pool

76,416 transactions
28.48 vMB
0.06712948 BTC
Random Selection Loading Transactions
Max Size: 172.59/200 MB

Candidate Block

Mining Attempt 5617b0d7938fe22edec2f590e62856cce8e2dac2773b461acb87009ffd2044cb
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 6585e0dfcf75ba8cfecf78947f5e2df99dab9b9ebe2e47f5f5f7e8034a5e6e5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,335
Size: 1.00 vMB
Total Fees: 0.00815595 BTC
Feerates: 73.20 > 0.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (442,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,215 472,215 000000000000000000e5f3dcb19359499ba7514c01bca43cc2e030218c1a7834 2,010 1.00/1.00 vMB 407
472,214 472,214 000000000000000000deda9a4d3dcca490f0db90f24618a02a5560ee412c8727 2,373 1.00/1.00 vMB 348
472,213 472,213 0000000000000000002459ddd568e87e59dca4a16d47a81fb21a2820487856d9 1,714 1.00/1.00 vMB 263
472,212 472,212 000000000000000000396d46449f633ebb28d6212b7ae25855d50a1ae1f4f9ee 2,442 1.00/1.00 vMB 324
472,211 472,211 000000000000000000dd47f2fc75c46317e72dbe00084215dc59b2a2245dcc0c 1,959 1.00/1.00 vMB 348
472,210 472,210 0000000000000000004e9f1bf5b279ed34241c6abba2803d9465fdd455e02225 2,455 1.00/1.00 vMB 294
472,209 472,209 0000000000000000009a3a6cbcee79084b7a529e723db07ccc9ccfd44f3ca7db 2,038 1.00/1.00 vMB 391
472,208 472,208 00000000000000000071b0e7729a8f75ce9ce2a15a9564ad1d69771f591119ea 2,017 1.00/1.00 vMB 320
472,207 472,207 0000000000000000012649cd60404dfbd29bebabc18c6aa9816214e4abba7380 2,002 1.00/1.00 vMB 385
472,206 472,206 0000000000000000015bf73c20def886a49362dbf62fa13289a88be8c199d3a3 2,072 1.00/1.00 vMB 341
472,205 472,205 000000000000000000795715aae0df41a72aec47b3888f792387bcefeb4287d8 624 1.00/1.00 vMB 355
472,204 472,204 000000000000000000b1945e452064df6c719b7ba0b3a43e212135ce4f376872 548 1.00/1.00 vMB 371
472,203 472,203 0000000000000000009c2940978c483848974d26e8d04680c90e401470d595fe 607 1.00/1.00 vMB 385
472,202 472,202 0000000000000000008a884627b7ebdfd81eb9d30ceb9f9d4fdb05850cbf991c 877 1.00/1.00 vMB 376
472,201 472,201 000000000000000000d96015c290677e30f81beacd9a5d160e751a94d26bb6c7 852 1.00/1.00 vMB 318
472,200 472,200 000000000000000001293c446dc0294a9a563d303482d16207bcdba2afdbfa93 1,993 1.00/1.00 vMB 424
472,199 472,199 0000000000000000011358746ea47f9d8f71b1bb0a9cbe1de22192cc68be6508 1,759 1.00/1.00 vMB 230
472,198 472,198 00000000000000000127ad2e34f4a7a9d824a7e0cdedbaaf6e476a12959771f7 2,332 1.00/1.00 vMB 318
472,197 472,197 0000000000000000004d41000b49bf7dbb138483a1917534a2c2a8bf6956d44f 2,113 1.00/1.00 vMB 361
472,196 472,196 0000000000000000015ead8315bf4a55825dc87f93a3470643db45e93594aa3b 2,546 1.00/1.00 vMB 408
472,195 472,195 0000000000000000007f84706c2ff8747e0337fa08fd67fe730d44e838d989a4 2,458 1.00/1.00 vMB 320
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.