Loading Tool

Explorer IconExplorer

Memory Pool

78,483 transactions
29.96 vMB
0.08694660 BTC
Random Selection Loading Transactions
Max Size: 179.01/200 MB

Candidate Block

Mining Attempt 57b2e12237de28923ca9f477e2d4ed563328ab1a02f25ed085a2b72adc8e6128
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 25ac46e02fe51cd119ea34f8999aa2659a6f16a86edd015a4c75631832475b61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,710
Size: 1.00 vMB
Total Fees: 0.01814110 BTC
Feerates: 100.69 > 1.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (192,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,480 722,480 000000000000000000013646128cfb323a4510ac9eb04194ec9986bf40cdcb38 2,490 1.00/1.00 vMB 8
722,479 722,479 000000000000000000048c58843a7318fc402dda75e3498c99be0ef190c907f9 1,522 1.00/1.00 vMB 11
722,478 722,478 00000000000000000005621e8745d00ab8e823a2dd15df862ba18169639a2949 2,699 1.00/1.00 vMB 18
722,477 722,477 00000000000000000006c506b5d8fdbc55dcf468c6b381c32adc6675437c852c 2,333 1.00/1.00 vMB 14
722,476 722,476 00000000000000000000ca91d9896b97384f9b8a722c85c4694b454c427fdcdf 2,725 1.00/1.00 vMB 16
722,475 722,475 00000000000000000002db0c3d2252e6fc3fb66f283f97058a64fdae01df629b 3,377 1.00/1.00 vMB 16
722,474 722,474 00000000000000000007e34a33fbdd80f623deb999ce9206baabe3ec34c36a26 2,884 1.00/1.00 vMB 8
722,473 722,473 00000000000000000000a2c0304781843bd7dd6b2c20701936deea35e21bdf87 1,379 1.00/1.00 vMB 9
722,472 722,472 000000000000000000057de1b4b0afbeea67d4631466a740176d5f4b14439dcb 2,746 1.00/1.00 vMB 14
722,471 722,471 00000000000000000006002ca47bce184f662a4311f43f480c56ca0988642cad 2,561 1.00/1.00 vMB 16
722,470 722,470 00000000000000000008efb6431f86807852c95f9200cee461f689162f638aa6 2,769 1.00/1.00 vMB 13
722,469 722,469 00000000000000000006cb5f6472f7b92abd1106ec6479ffe2e8e4efbd307f2d 2,801 1.00/1.00 vMB 21
722,468 722,468 00000000000000000006e1cf7fdd47a0c715358e20edb501afd35339a2c3a7df 3,102 1.00/1.00 vMB 15
722,467 722,467 000000000000000000084cee4e5303c2ad26e7a4047549177a73737d3faa8609 2,301 1.00/1.00 vMB 9
722,466 722,466 0000000000000000000355e112e8e3a96f05a87880797154c422dd7a02d9d027 842 1.00/1.00 vMB 5
722,465 722,465 000000000000000000027c3441f8283aff292cae303192623391afc23d8db701 3,361 1.00/1.00 vMB 13
722,464 722,464 0000000000000000000949aaa1bd9b206e5cb3cd1e1ae37a0885c66c74ca9ccf 2,253 1.00/1.00 vMB 7
722,463 722,463 00000000000000000005faa9888d271e54c1b2504b846eedab8fb9419a0ed48c 1,656 1.00/1.00 vMB 9
722,462 722,462 000000000000000000062b613a683cac00e4af9c433cabb53007b8cf65e77cb7 3,361 1.00/1.00 vMB 17
722,461 722,461 0000000000000000000a6bf48e80b7b873998e9b8e7c4ced6ec85d559bce72df 2,824 1.00/1.00 vMB 11
722,460 722,460 00000000000000000002b73f69e81b8b5e98dff0f2b7632fcb83c050c3b099a1 3,371 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.