Loading Tool

Explorer IconExplorer

Memory Pool

80,103 transactions
30.08 vMB
0.09790062 BTC
Random Selection Loading Transactions
Max Size: 181.28/200 MB

Candidate Block

Mining Attempt 4e5c32a08c23b77b98d8139ef5fa539c1dd187e5f8186b49df7d2233ad3d6e9a
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root d922c9233477e66fe2d9a465e7132f47c424a3e56fe055f1264d52a199b33b82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,343
Size: 1.00 vMB
Total Fees: 0.02795104 BTC
Feerates: 180.34 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (250,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,489 664,489 00000000000000000007885a5a2b03c671ed461c80d73a232b63f2cb982bbb8b 2,492 1.00/1.00 vMB 96
664,488 664,488 00000000000000000008272dca2b1c4743245b90449436645fb9314a1aac0748 2,055 1.00/1.00 vMB 83
664,487 664,487 0000000000000000000a9cb26a2f0e3ad28c06e4cd42b6d59cb22592fe2d707c 3,205 1.00/1.00 vMB 82
664,486 664,486 000000000000000000025888615cd0b6b62de6b6a1c7f774b9807055f1d7725e 2,964 1.00/1.00 vMB 96
664,485 664,485 0000000000000000000ebabe3ee70f7913f7fe4557f74f7f27cef284a2b70302 2,732 1.00/1.00 vMB 105
664,484 664,484 0000000000000000000e9af9bba9546f3da340153984ee04aa123886ee677d7f 2,134 1.00/1.00 vMB 66
664,483 664,483 0000000000000000000aebc6556db2bc21ebc7ec24af8d168233e8b7166585d0 2,515 1.00/1.00 vMB 96
664,482 664,482 0000000000000000000dbccedf5ebcf9f86e08a45e2548613d5bcf43c3e41c32 2,082 1.00/1.00 vMB 65
664,481 664,481 0000000000000000000b9ef8bfc827124c279f3daf6eaf330b3f32c25b5c58a2 1,855 1.00/1.00 vMB 64
664,480 664,480 00000000000000000006cd00bb98547662a6b98a88f430d4bc01874d92720c21 3,253 1.00/1.00 vMB 77
664,479 664,479 00000000000000000001d462f39bbeea6d8abb29a0c54747c6d3d825927eb5dc 2,879 1.00/1.00 vMB 76
664,478 664,478 0000000000000000000e1e22a3361906a306176375ab1cc8b1b39f250dcd0ef9 1,894 1.00/1.00 vMB 106
664,477 664,477 000000000000000000030b043f614d6ad66f3b04b496c9b1f2890b489ce525d6 2,706 1.00/1.00 vMB 75
664,476 664,476 00000000000000000004139590e7920e0fdf0a40ca4d001499325a34f9168768 2,437 1.00/1.00 vMB 76
664,475 664,475 0000000000000000000703a2850cfca29fc767385057b5ae7063ed30f5c3ebc6 3,102 1.00/1.00 vMB 105
664,474 664,474 000000000000000000005b8e0324dcfa4c15c0f76ee4ac98df225223409c729a 3,077 1.00/1.00 vMB 104
664,473 664,473 0000000000000000000aff58588341e363418690796a80443b0cb22086eb2319 2,303 1.00/1.00 vMB 77
664,472 664,472 00000000000000000006ce1267132889abb11d878f8d3d1e166833b9accd0270 2,978 1.00/1.00 vMB 107
664,471 664,471 0000000000000000000902d0ea92c4418ffb743193361a765a7e855126563f40 2,662 1.00/1.00 vMB 90
664,470 664,470 0000000000000000000acfbfc2987062179b9c6bfa67f2e3e579ddeaf72e1fb1 1,571 1.00/1.00 vMB 97
664,469 664,469 0000000000000000000b362d091c1822b1b925be5a2aabf3f743ccc67a1a5e99 1,988 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.64 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: 672.41 GB
    • Received: 16.23 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.