Loading Tool

Explorer IconExplorer

Memory Pool

85,436 transactions
33.09 vMB
0.16129186 BTC
Random Selection Loading Transactions
Max Size: 197.03/200 MB

Candidate Block

Mining Attempt 2a8693e057669439fc1aba5f1477c57b06cbc516bbeb1de95c4b12c7dac9a691
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d2517c210d49d7888328005fcfc00f2189f527fd272adb6dae275c0010e44f1d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.04984767 BTC
Feerates: 318.30 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (35,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
879,729 879,729 00000000000000000000d94c180bdb3a0d1f2fe31d395670e2af16c1246df091 2,249 1.00/1.00 vMB 3
879,728 879,728 0000000000000000000179bd9b734d96e21f05d2d48b545138d2a6a373306c9a 1,248 1.00/1.00 vMB 2
879,727 879,727 000000000000000000009444aba84fb2ab9d7d83c405ef6f49b0bc92b9358300 2,846 1.00/1.00 vMB 4
879,726 879,726 00000000000000000000c16bf71b8da3e9576436346b11abd73b4efd9c9cece8 454 1.00/1.00 vMB 1
879,725 879,725 0000000000000000000099dfe6dfd390739f9d5500c91d8201e068ccdc82fd99 1,590 1.00/1.00 vMB 3
879,724 879,724 0000000000000000000249c3cae481f5036ec647cee33a785e91d14b5bf0f2cb 2,523 1.00/1.00 vMB 5
879,723 879,723 000000000000000000021bdff3b3f7fde84bf204cf689310cb820424069866fa 1,330 1.00/1.00 vMB 2
879,722 879,722 000000000000000000010cf56c20511a25df345342a7f8b7e44412ca67e8e3fb 2,286 1.00/1.00 vMB 3
879,721 879,721 00000000000000000000e506df9e5403f5cc4d6faad9194d3471fdc348b56344 2,088 1.00/1.00 vMB 3
879,720 879,720 0000000000000000000072e1b8379528eb5cdfa69d3f47693ff092cc7699dbd8 3,487 1.00/1.00 vMB 4
879,719 879,719 000000000000000000008f076f7f66e72b5cd34b2cae5e376fef8407a2a68e00 2,584 1.00/1.00 vMB 3
879,718 879,718 000000000000000000017755f81d3b193e1857c50b37f793676a5d816a90145a 321 1.00/1.00 vMB 1
879,717 879,717 0000000000000000000188d283565f8ab5e1bb6c243fb632bf062e8cd714f680 705 1.00/1.00 vMB 1
879,716 879,716 0000000000000000000129a1a6dee7a66a73025d5e4a0d9317a1fcffb5b5635b 1,806 1.00/1.00 vMB 2
879,715 879,715 0000000000000000000277e469dcb787e05251658dd4bcc597581bcd784a35f3 1,939 1.00/1.00 vMB 2
879,714 879,714 000000000000000000020bcc90ad2c639832e297f9ffa218c97dc74f300e2022 3,104 1.00/1.00 vMB 4
879,713 879,713 00000000000000000001dc09c2e868edde753720d635314622ce1300d91e5a50 3,711 1.00/1.00 vMB 7
879,712 879,712 00000000000000000002129cf021a2be94adc102a7126c6c2a22d0823c783860 2,335 1.00/1.00 vMB 3
879,711 879,711 00000000000000000001baf2363e7c85d611e96d5a93ee13ea77e4767f230fca 1,823 1.00/1.00 vMB 4
879,710 879,710 0000000000000000000190e9747bea6b226e6a1ef2c7353b0a21e8fa25b39a50 2,623 1.00/1.00 vMB 5
879,709 879,709 000000000000000000012cffe370c1d4c601256fbbf7b6da39d68b6bb5fe17a8 3,497 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.