Loading Tool

Explorer IconExplorer

Memory Pool

76,705 transactions
28.22 vMB
0.08713180 BTC
Random Selection Loading Transactions
Max Size: 171.92/200 MB

Candidate Block

Mining Attempt 2651b3fdf94bc737d7a4dcff75097e31a891c00f602f2a5f762523b818272f0b
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 5a43e56106277a533a2fec3ba3af77c9d29c36d5a8252f8f7ee5b495b84c9db6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,846
Size: 1.00 vMB
Total Fees: 0.02550031 BTC
Feerates: 150.93 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (449,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,896 465,896 000000000000000001a9c1602ea8d31d3c373137e7e7bb5b9dbc526da89b46cb 1 0.00/1.00 vMB 0
465,895 465,895 000000000000000001e6e1d086c47781321440c3063b5e9798e35f18ec489817 2,528 1.00/1.00 vMB 245
465,894 465,894 000000000000000000a973dfd6ae4fc6378f6da77fb7cb884dfecc280c4b3341 1,910 1.00/1.00 vMB 205
465,893 465,893 0000000000000000017aeab36c5f261c1a3ba828a9f4e7352496ef71f5cea56f 2,322 1.00/1.00 vMB 156
465,892 465,892 0000000000000000003cfdc8e26bee0b2c1539ba60f7df35cecfe5b7b778f375 1,964 1.00/1.00 vMB 192
465,891 465,891 00000000000000000005c250f94b714fbea288b780568239e476a9d69a4fffcc 1,633 1.00/1.00 vMB 203
465,890 465,890 000000000000000000400459a35d96399d7a1fb207d7791af0397f8a4aaf6f04 1,537 1.00/1.00 vMB 185
465,889 465,889 000000000000000000e3e94279f6d403c08ac96aecf813201843d57acc35fe87 2,573 1.00/1.00 vMB 217
465,888 465,888 0000000000000000016d8729465b100ae1354aff8c550de31d6b396709557a25 33 0.01/1.00 vMB 805
465,887 465,887 00000000000000000127b26520c9c8b7859c669687b3a52f50da3fa7d9c50569 2,821 1.00/1.00 vMB 133
465,886 465,886 000000000000000001a93e5a1808693ef52ca24d77ada5afc34cc835ae015ae5 2,496 1.00/1.00 vMB 143
465,885 465,885 0000000000000000012176b6a55ad3be7922166682d3ebccba22cd2c8bddcd42 2,014 1.00/1.00 vMB 217
465,884 465,884 0000000000000000000cc0081bb4a9c31f0af5181357143071ace73959724963 1,985 1.00/1.00 vMB 151
465,883 465,883 000000000000000000f2feff6a31c84cabdb97a1d59aa800a227103c13e05060 2,069 1.00/1.00 vMB 169
465,882 465,882 00000000000000000161066e24159f5f72f84e026dc35904d41e802d22045d20 2,581 1.00/1.00 vMB 187
465,881 465,881 0000000000000000007c5a02077cb4c08048a3c62bc88dbea2a83d2824fb9cdd 1,977 1.00/1.00 vMB 181
465,880 465,880 0000000000000000013c690deb183e08542ae16919d4adff35182bd7751c5c57 1,874 1.00/1.00 vMB 180
465,879 465,879 0000000000000000003f1a270f9b185897e69db1f37b09499b5391014d043720 2,003 1.00/1.00 vMB 227
465,878 465,878 00000000000000000016497ed2aaf2af97f9f8bb8a9b0da5e7262c97464bafa8 2,067 0.99/1.00 vMB 188
465,877 465,877 000000000000000001f393284d409ad8ee490151ca04162024b6740b554350c3 2,793 1.00/1.00 vMB 319
465,876 465,876 000000000000000000200b4bb2aa336cd83aae0ce1c6e4f9c16eb63a3e0aba1b 2,021 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.45 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.