Loading Tool

Explorer IconExplorer

Memory Pool

75,650 transactions
31.92 vMB
0.09282492 BTC
Random Selection Loading Transactions
Max Size: 184.62/200 MB

Candidate Block

Mining Attempt 672674d93c11a6df5ee81d011e51a3d5260bb6e93418df8704de453f3c77ba55
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root b3c500b135f8181247b91dd3a7f1aec5f1d4334c01d0656933e9994fbbcfd577
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,840
Size: 1.00 vMB
Total Fees: 0.02919196 BTC
Feerates: 151.03 > 2.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (319,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,760 595,760 0000000000000000000cdcbe3504b917a09f0b1d88d3a5d61bbcb3192ed0bd63 2,928 1.00/1.00 vMB 47
595,759 595,759 0000000000000000000f029ee351a226d8abe7298f63e615605224e194ed79de 2,766 1.00/1.00 vMB 34
595,758 595,758 0000000000000000000afc81c12071aa9d33c91425928e9847a70325fdecd975 2,898 1.00/1.00 vMB 33
595,757 595,757 0000000000000000000435c57eab12d6f1bf7d4cc4a5dab3b0b8a95686a91d75 2,845 1.00/1.00 vMB 41
595,756 595,756 000000000000000000147c601ce620b6e297133646581bf111c21652a924b0af 1,296 1.00/1.00 vMB 19
595,755 595,755 0000000000000000000356a4b7cdb501f844ecbebc9dd12ba53283d1f7ae08e6 2,350 1.00/1.00 vMB 46
595,754 595,754 00000000000000000002b74cc982b3dd960bd6b9679ab3bcdd2507e60e9d737d 618 0.20/1.00 vMB 29
595,753 595,753 00000000000000000000b8a08f3e8e682b1ac5eac3549b61f2662c514afe6c53 2,831 0.90/1.00 vMB 22
595,752 595,752 0000000000000000001400ee5b9922a5fff031530601d7b36365c82d132677a1 1,259 0.49/1.00 vMB 22
595,751 595,751 0000000000000000000fcfd4552438368976fb3ca2fdf8e9d60b71b73e0fbe91 860 0.28/1.00 vMB 28
595,750 595,750 00000000000000000008179ea2a422bb3a5d1db79d0438443c97dab14cf3c964 1,423 0.47/1.00 vMB 2
595,749 595,749 0000000000000000000c54153522d3ba5d656617ee47a7e4194bb9844c89f808 2,679 1.00/1.00 vMB 30
595,748 595,748 0000000000000000000f717e8839baa6aa7461e653404ea5d0364108f4a14a65 1,043 0.39/1.00 vMB 25
595,747 595,747 00000000000000000013a0adad5eaae6453dee705931300df6a472e8661ff438 1,892 0.73/1.00 vMB 22
595,746 595,746 0000000000000000000b358342ae22251b78179072ffe9982a485541b54e281a 884 0.28/1.00 vMB 30
595,745 595,745 00000000000000000014e41887a6d0e68d0ce3d20eb7b48407ab60e82b4f7093 1,678 0.52/1.00 vMB 5
595,744 595,744 0000000000000000000e6042507456e17a84b838bafbcd84b1d9ca0de9b719f6 2,514 1.00/1.00 vMB 34
595,743 595,743 0000000000000000000b4bad7564bcb2633a694c8f3b86f8c33cb7215c56b55b 124 0.03/1.00 vMB 22
595,742 595,742 000000000000000000002e1055ea0544e6262df3369552fe24a0f2a610ebb636 2,678 0.80/1.00 vMB 21
595,741 595,741 00000000000000000000c9dc086bbe97cb1937f1cc54fc9ab72ce3edb2f70b90 140 0.04/1.00 vMB 25
595,740 595,740 0000000000000000000f31a24a073bb3375bdb0b7703eff74561ecaa53969b67 2,473 0.77/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.29 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: 657.10 GB
    • Received: 14.49 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.