Loading Tool

Explorer IconExplorer

Memory Pool

42,208 transactions
28.92 vMB
0.06630656 BTC
Random Selection Loading Transactions
Max Size: 148.75/200 MB

Candidate Block

Mining Attempt a0f8b644a9b34b0caf68dd3fef93c1dba05f0256b482534e0bff9ce7f7de5c4c
Version 20000000
Previous Block 000000000000000000015df9339a679f24b05f10bdf66499b18076d0f640fe75
Merkle Root 8c651e3bd1bf6a939c04f2253aaf78383c9c033654306f42e9ec40c8caf1eacb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,658
Size: 1.00 vMB
Total Fees: 0.01006330 BTC
Feerates: 197.49 > 1.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,620 (348,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,692 565,692 0000000000000000000b93c058facf05d957de2073d469bba608d1195b9f2d6e 3,376 1.00/1.00 vMB 37
565,691 565,691 00000000000000000003e611331155c94102e32a5fce27a600ee6a65e8da9c5a 1,360 0.62/1.00 vMB 14
565,690 565,690 000000000000000000058c72bca416aaf27d81e994891422c4aa64702aab3191 873 1.00/1.00 vMB 2
565,689 565,689 000000000000000000243016a246d8a3b1723ffd2c234848fbf5f69f1a66a825 1,126 1.00/1.00 vMB 9
565,688 565,688 00000000000000000019539f60db34774d192c7d49be689fb0ee2fa3096a50a5 2,282 1.00/1.00 vMB 10
565,687 565,687 0000000000000000000c424c7fae51054b06d0ad99ff3e9690de428b4e6eafb5 1,595 1.00/1.00 vMB 14
565,686 565,686 0000000000000000001b24d99077c8960242e89c31dbf028bf963ecc1b7e1d6c 2,679 1.00/1.00 vMB 30
565,685 565,685 0000000000000000001af403c82e392ffefcf9a7d4730be099fdd6360b6de562 3,047 1.00/1.00 vMB 24
565,684 565,684 00000000000000000013778f27be5f0014ac27be9a4887f858b9963da4af6183 3,233 1.00/1.00 vMB 28
565,683 565,683 00000000000000000002aea05c69d27d87cef9685c3ffe3c31e1b8312d04d923 1,151 1.00/1.00 vMB 6
565,682 565,682 00000000000000000018128f2aea34d271078fbd96b019772f8c0182a89c762c 3,114 1.00/1.00 vMB 28
565,681 565,681 00000000000000000004cfef6d353c7914d941c1748aa04dcf1dad573855397e 688 1.00/1.00 vMB 3
565,680 565,680 0000000000000000000f5396792170e3bb3cda57a524a7acad5cc94e72164f3d 2,641 1.00/1.00 vMB 11
565,679 565,679 00000000000000000023ce14e8aeece0beaa461d33bbea51feefdfc3804cc317 2,973 1.00/1.00 vMB 21
565,678 565,678 00000000000000000008dfa1540fa0a083766f5b5bbaaf407d4427a93e6d94c4 1,444 1.00/1.00 vMB 9
565,677 565,677 0000000000000000002a4f0f048c44726e2be56615804d325cfa6e0515dc2987 2,816 1.00/1.00 vMB 20
565,676 565,676 00000000000000000001ef0b5a5c2fcdfb57d211ea2d04f347c36a2af71c5914 2,875 1.00/1.00 vMB 14
565,675 565,675 0000000000000000000b924118271fd9b14f7da4d8d7f3eb2bb3cb7dfb4f8889 2,690 1.00/1.00 vMB 26
565,674 565,674 000000000000000000289eb46ccfa34400ecf271fcfc748391fb4dd77c089ecc 3,372 1.00/1.00 vMB 37
565,673 565,673 0000000000000000002478e2fc19630ef38d06f6f35694a166672138899fa36c 2,702 1.00/1.00 vMB 22
565,672 565,672 00000000000000000009762dde2396f725356910e0c8e066a679f7e2516e7bc3 2,480 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.72 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: 629.69 GB
    • Received: 11.95 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.