Loading Tool

Explorer IconExplorer

Memory Pool

78,248 transactions
29.56 vMB
0.09279862 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt 8857af013747f212b358a609d95ddee4c445ab42cab56a29f467cda274d0196a
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 686ee72a37cad9adc453404d44b1dc031bc17a63c1f35c9493eac87c223fc06d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,901
Size: 1.00 vMB
Total Fees: 0.02784245 BTC
Feerates: 301.35 > 2.79 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (328,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,863 586,863 0000000000000000000fa5dceb142a63bbe30862cc409afd044423fc93543dec 370 1.00/1.00 vMB 11
586,862 586,862 0000000000000000000b4db09efc47034c98a839caa35d4355061d680511773d 1,608 1.00/1.00 vMB 23
586,861 586,861 0000000000000000000bf7859385145f043891cf2c90bb75ebf72d20f9f2c2ad 1,396 1.00/1.00 vMB 16
586,860 586,860 000000000000000000123f6e005388c0c4f813e4e1fcd6a8877467b1f9fd49de 1,490 1.00/1.00 vMB 11
586,859 586,859 00000000000000000000fff74b54d5782dcb2cd2e5ac71539ab88b0c4073ff74 2,245 1.00/1.00 vMB 24
586,858 586,858 0000000000000000001a07a9d94ebf6eb3bb37f8ad8d1a48abd4509d6dbdab92 2,840 1.00/1.00 vMB 58
586,857 586,857 00000000000000000009135f0cf613e65fd8bde8ca0f78c683150db8818836b2 1,962 1.00/1.00 vMB 16
586,856 586,856 00000000000000000006805d97817f121cc6b16bc31cfdb5e8b7c5ba1f851d83 2,587 1.00/1.00 vMB 51
586,855 586,855 00000000000000000014f6953b6bf5854998b253f07ca26f4623224b543a0e80 2,861 1.00/1.00 vMB 35
586,854 586,854 0000000000000000001130f1317bbd4819e23d64c12375580d593b412558ee00 3,065 1.00/1.00 vMB 34
586,853 586,853 000000000000000000078fee9c9afc5b3834724d0d5997516ddcb2c9a51b2998 2,209 1.00/1.00 vMB 46
586,852 586,852 000000000000000000125aa273aeb5a7eee168f1cc95fd6086b005536d9ee3a4 3,557 1.00/1.00 vMB 58
586,851 586,851 00000000000000000019911080edb0d5fd40ed8b9008c46c109c22aa3f87495a 1,991 1.00/1.00 vMB 45
586,850 586,850 0000000000000000001546694f32c4a4cd1e3fa9a76525e125017dd939cf52e2 3,291 1.00/1.00 vMB 64
586,849 586,849 0000000000000000000acef1a5bae82b4f8e848a484dc623ba2131e05bbc1169 2,674 1.00/1.00 vMB 71
586,848 586,848 00000000000000000006d7970789215eac0214a69fdb2c93c6f938615cf209ea 2,915 1.00/1.00 vMB 72
586,847 586,847 00000000000000000010ec9cd476989ba94785aa8e7544ca56a7af2d01f44cf1 2,401 1.00/1.00 vMB 78
586,846 586,846 0000000000000000000057ccf95668f0bed95ce8a7f995013b8c1641b695fc5a 1,705 1.00/1.00 vMB 26
586,845 586,845 0000000000000000001d2d7c8163e3c82d96e88fe6627dcf77b078887675ba7c 2,033 1.00/1.00 vMB 20
586,844 586,844 0000000000000000001e1be08e5f4612c1169480d87d213ffaec61c6e5376b2a 2,487 1.00/1.00 vMB 41
586,843 586,843 0000000000000000001ae7557469f97b43ddc637c98dab4b9f915c4de99785fc 2,756 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 710.29 GB
    • Received: 17.06 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.