Loading Tool

Explorer IconExplorer

Memory Pool

33,366 transactions
25.77 vMB
0.05274679 BTC
Random Selection Loading Transactions
Max Size: 130.07/200 MB

Candidate Block

Mining Attempt 45eb630cb10ef972690ba811a43f96ec42427d87808638a3b6ed4b26eff3f1b6
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root a496736e92007f5c4f2a9220c1b20aebe8edf14745a9a132fb94e260bc5e9756
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,604
Size: 1.00 vMB
Total Fees: 0.00566029 BTC
Feerates: 100.53 > 0.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (481,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,628 433,628 0000000000000000004f44653909440a28010cf83e3ff4d53e1341bf81d9a834 2,927 1.00/1.00 vMB 73
433,627 433,627 000000000000000002565ea67255de15c5eb0d0f733f7df81ca1d69d32e303f6 1,438 0.99/1.00 vMB 51
433,626 433,626 0000000000000000018714dbb74cfe6d723c3c11f3ae03e8f1937b4071cf3ea2 59 0.02/1.00 vMB 67
433,625 433,625 000000000000000000fe9d247ecdb21711a0fd23dd19cfeafb8a77ee2afa8439 1,267 1.00/1.00 vMB 23
433,624 433,624 000000000000000002bafb8c9b15331fdead66a19d5a99e26665d43002fdc1ef 2,655 1.00/1.00 vMB 66
433,623 433,623 00000000000000000164d2ae51f9cf73241e1be93f16d21c9225c9a8f68e4ee7 1,151 0.51/1.00 vMB 59
433,622 433,622 00000000000000000372b5d4db847d18111751dda7be7fe7be6a55eb60eab242 2,297 1.00/1.00 vMB 60
433,621 433,621 000000000000000003c7d1ae23c114137cb59499f4c82fb16e5fb25165421ddd 139 0.99/1.00 vMB 2
433,620 433,620 000000000000000002f6b69fcf87492faf17c0b3222a3e682dabb005c2badaf6 1,201 0.99/1.00 vMB 31
433,619 433,619 000000000000000000e1b6f55a8f3f1f40af8bf00c61ac84b5512846dd3157c2 76 0.03/1.00 vMB 60
433,618 433,618 0000000000000000018780d50ab9dd61a8f2b9ecc58108290c0120a59f6108e3 395 0.98/1.00 vMB 9
433,617 433,617 0000000000000000003751c8765dbdb3e6782ed15e5b58f5c41840d446bcaba0 390 0.19/1.00 vMB 49
433,616 433,616 0000000000000000004e014f96edcf65bae86793d35748bf250be5e5b36dd179 837 0.75/1.00 vMB 31
433,615 433,615 00000000000000000149994097599a6cca62604f9e2ef387c703f8fb13a03931 1,307 0.99/1.00 vMB 20
433,614 433,614 000000000000000000f57138623ede432c0e02e900fd1d277598b7375e5f6eee 2,761 1.00/1.00 vMB 70
433,613 433,613 000000000000000001d96b3a823ba1d18b6d790c46a13420ba308fed20388f0b 2,457 1.00/1.00 vMB 70
433,612 433,612 000000000000000001fcab161953873b3da17bd59165b76828b28ab6e90f49a3 1,798 1.00/1.00 vMB 47
433,611 433,611 00000000000000000030322ddcca7e1b4156a5fe2aebe84ad6fb2e885666a81f 2,242 1.00/1.00 vMB 65
433,610 433,610 0000000000000000017f2669e28ffa0f9f61c5cbb9c8e9e74f901d51ba76b307 7 0.00/1.00 vMB 216
433,609 433,609 0000000000000000000fb915de79d4d40f0a4528ca37afe3fad072de085d4a0c 2,405 1.00/1.00 vMB 62
433,608 433,608 000000000000000002364f0e33f501eaada0b85a77eb4815e841a1ac4b4fc1c8 2,905 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.79 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: 633.61 GB
    • Received: 12.20 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.