Loading Tool

Explorer IconExplorer

Memory Pool

48,525 transactions
30.35 vMB
0.08873427 BTC
Random Selection Loading Transactions
Max Size: 162.21/200 MB

Candidate Block

Mining Attempt 87743cd5a90121f7ce2d3f8f93ae03b2d16aaa2722168c15258855d9ab16b8b6
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root ccb9a27cd061f220a0c564f8fd42963f8aea81739da01ba588d4e129c25a3ebe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,076
Size: 1.00 vMB
Total Fees: 0.02738682 BTC
Feerates: 101.56 > 2.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (47,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,868 866,868 00000000000000000001687d49c5a440015f74f1f22fe7aa977c9187b1ed00a2 3,937 1.00/1.00 vMB 19
866,867 866,867 0000000000000000000003ad296fb15d611338ea729f633dadf604782f7140e2 6,020 1.00/1.00 vMB 14
866,866 866,866 000000000000000000023e58e2722194fb5f7a904297889a78a7d512b9609999 6,099 1.00/1.00 vMB 15
866,865 866,865 00000000000000000001a77ff89c16531c8d4e9dad99a03617662219540b2d34 6,237 1.00/1.00 vMB 14
866,864 866,864 00000000000000000001f28d3ff48da347f074283da91d38a4ee83ae0933b980 4,179 1.00/1.00 vMB 18
866,863 866,863 000000000000000000024b35e788b8ad72a01f5278f09966dd82b6e3e2de964d 6,348 1.00/1.00 vMB 16
866,862 866,862 00000000000000000001ec021f7a804f810e7d5022e187835a3f87497e0de1b5 4,128 1.00/1.00 vMB 17
866,861 866,861 00000000000000000001130aa69932dfdbdee37272701f7c5e938535416ccd30 3,980 1.00/1.00 vMB 24
866,860 866,860 00000000000000000002e3a5ba422fae62d0e27ae04d30c8e15270eb8c732582 5,917 1.00/1.00 vMB 15
866,859 866,859 0000000000000000000144f6c7a31cfc69f6b9ee558ce36b5786389f9b9518b1 4,123 1.00/1.00 vMB 22
866,858 866,858 00000000000000000000d53d298ac1fcd3bf88cb89010e6d41181eb55e826a88 4,416 1.00/1.00 vMB 19
866,857 866,857 00000000000000000002d21cbf25c537ee11cdc13176d86587a94de808fd734e 5,111 1.00/1.00 vMB 16
866,856 866,856 00000000000000000002ee562069207df2378c9bb8c9b5f96f27016fd536ab69 2,681 1.00/1.00 vMB 19
866,855 866,855 00000000000000000000019e173531e7d75509013783d9150a9e4c3f136bfa6e 3,391 1.00/1.00 vMB 26
866,854 866,854 000000000000000000028c6065ac197083defe067e5e1619bcc0458b30d64d54 3,397 1.00/1.00 vMB 16
866,853 866,853 000000000000000000004ef6f81e33b1d6a9dac6417ec1b6778a0bfeef5ff308 3,690 1.00/1.00 vMB 18
866,852 866,852 000000000000000000008c8a53b238326136d9482f65203bffd82a1234f57cb3 3,797 1.00/1.00 vMB 21
866,851 866,851 00000000000000000000e95ce647118ace6155f108d3b4f1d9db36f0f31144a5 3,102 1.00/1.00 vMB 23
866,850 866,850 000000000000000000018f6a514dc311ea415c41a3af71f6c70c1ed4a77e36c3 2,907 1.00/1.00 vMB 24
866,849 866,849 000000000000000000012eba2b2ca0ff2917953d0dce82c04f48cc3bbc433223 3,915 1.00/1.00 vMB 29
866,848 866,848 0000000000000000000022eaf49342716cc26e4b7d6db4cc2786fc7bf50e2f75 3,390 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.