Loading Tool

Explorer IconExplorer

Memory Pool

48,062 transactions
29.17 vMB
0.08764362 BTC
Random Selection Loading Transactions
Max Size: 155.53/200 MB

Candidate Block

Mining Attempt a569e7229065bfa2abbbe649ef44bfa98525d813203c6986862d1647a2bc422f
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root a4a7c8a01a1b731ee79a41406ddea1b4cd7db97018486a1292c0b01301a71804
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.03136524 BTC
Feerates: 100.60 > 3.14 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (428,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,367 486,367 0000000000000000001c7e4a28c7ec6b41f143fd04abfc142e8d24e0eb6e8d61 2,029 0.91/1.00 vMB 80
486,366 486,366 0000000000000000008d92975d9286bf337f9b1bd391bc5aabaf6bd3df22d19c 2,113 1.00/1.00 vMB 127
486,365 486,365 00000000000000000023f05fdc247cce37f13c0d61e11bcd3b16202a90a91369 842 0.37/1.00 vMB 131
486,364 486,364 000000000000000000fad15c88c20a00a3e14baa78ced075537952e6f41ac97e 333 0.15/1.00 vMB 124
486,363 486,363 000000000000000000db2ebb95d8f4647a9b22229e6812d1c22ed16438dad9b4 2,075 0.83/1.00 vMB 70
486,362 486,362 00000000000000000034ff821ad3ca5fc0cfcb9ed3d9122eeb380a4c7fe64a0f 2,045 0.97/1.00 vMB 133
486,361 486,361 0000000000000000007a08aa13c685a4d68f9b4e8d9144c0448fb527603cce71 1,222 0.63/1.00 vMB 136
486,360 486,360 0000000000000000001b9dee6e2838ddd0e70fdd8008378177b6225ceb9ace02 1,709 0.94/1.00 vMB 28
486,359 486,359 0000000000000000000a50ea0d1e3774fd4ad53f63d1694c8a4d75c51954dbef 2,355 1.00/1.00 vMB 63
486,358 486,358 000000000000000000799006cdbd1a90b26cb8c9693276ea1e95678586cb80b2 2,695 1.00/1.00 vMB 142
486,357 486,357 000000000000000000236e87ba38625b97ac2b67cc1093dcd467fd74ddce3494 2,527 0.98/1.00 vMB 183
486,356 486,356 0000000000000000004254497e93d5469fad15c3c5bd5824ef1133d05c0cab7f 585 0.22/1.00 vMB 61
486,355 486,355 00000000000000000083ee0948ef07fe0620d68e1d91f5d2bac9e52928daef8c 2,456 1.00/1.00 vMB 57
486,354 486,354 0000000000000000008315944032d61c12297c69cb6003d5d8cb890394bb43a4 2,223 1.00/1.00 vMB 105
486,353 486,353 000000000000000000f5080594f9540b5f9fa3d66dbea85dc6f672caa2f47d02 2,045 1.00/1.00 vMB 162
486,352 486,352 000000000000000000fc8b3b468a6d650051cca4d04859e56a2c198165a9a433 1,759 0.75/1.00 vMB 105
486,351 486,351 00000000000000000019b36b2fe98bd34e556f6a03f4b522684b13944e2dc16e 697 0.27/1.00 vMB 103
486,350 486,350 0000000000000000009422d9a2e316e8edeb9078c000b90d29a2261ec357d910 677 0.25/1.00 vMB 133
486,349 486,349 000000000000000000015a85c96560123b19fa69ffb8b31535bf1114b8103b4a 578 0.30/1.00 vMB 165
486,348 486,348 0000000000000000003ccd3b350969b2b98f8cc3447701d803a2356fb956fd9d 1,537 0.53/1.00 vMB 101
486,347 486,347 00000000000000000061554e96e079eeb34317ed7c21181597bb57e9408d0fa7 1,377 0.80/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.12 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.10 GB
    • Received: 13.72 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.