Loading Tool

Explorer IconExplorer

Memory Pool

80,055 transactions
29.57 vMB
0.06506959 BTC
Random Selection Loading Transactions
Max Size: 178.53/200 MB

Candidate Block

Mining Attempt 9296266965aff0d5ab04544e87071a09cf217c63c4f6c21f68c8432fed048c71
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 7e69e8fe72ca059f137ffca290a9605b70961b68f45ccbf4a3951db3adc2ee07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,631
Size: 1.00 vMB
Total Fees: 0.00475224 BTC
Feerates: 90.30 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (434,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,670 480,670 0000000000000000006bd5292b5027a9a7886b079b02233fde43c3154f772f28 1,824 1.00/1.00 vMB 246
480,669 480,669 0000000000000000002045dc9888521ca5e2b01938d7ffe66db530db6f32b4b1 2,342 1.00/1.00 vMB 296
480,668 480,668 000000000000000000c1847701355d65345f5dcd9549095b21fdf36d180e0b6c 2,362 1.00/1.00 vMB 246
480,667 480,667 000000000000000000ae1b3c3061b338655f40519a2c30e4749a1958f7202ba1 1,509 1.00/1.00 vMB 211
480,666 480,666 00000000000000000107214e38d1cd139b9812569a8bc183783e42d39bbe7412 2,798 1.00/1.00 vMB 279
480,665 480,665 000000000000000000048dda1cc594271907fbb3b360feb324e43760a8cfd5a4 2,457 1.00/1.00 vMB 281
480,664 480,664 000000000000000000e59fd0e0906c98f481a2acdfdf3cae3a3f1d55906399ca 2,227 1.00/1.00 vMB 220
480,663 480,663 000000000000000001238be277a9f83f9979db2189e1cfc9f45f3d2f969b4fdb 1,800 1.00/1.00 vMB 185
480,662 480,662 000000000000000000ef72f23981abdc2889defd424e00f253a0d096ba7e5f62 1,698 1.00/1.00 vMB 153
480,661 480,661 00000000000000000129c5294a11e2bcdcd1b9237f8da811f3c536baaa378d7f 2,198 1.00/1.00 vMB 270
480,660 480,660 000000000000000000c9d370fd26506aaea1011978b9b2a3f9dd8e5a5be5ace0 1 0.00/1.00 vMB 0
480,659 480,659 000000000000000000ba0d06594cfd32dd1abc7f73e4face836a4ba57d84c34c 1,934 0.99/1.00 vMB 169
480,658 480,658 000000000000000000a31de14738d8f5c8c17bb63bb3c998b19f112a71b554f1 2,564 1.00/1.00 vMB 282
480,657 480,657 000000000000000000484574102f1ab8564b9326d9858484fb8e97b36cc80d50 1,587 1.00/1.00 vMB 151
480,656 480,656 000000000000000000f41b11f39e585569cf45f2a27ef664b997c9bb79d4b6a0 2,215 1.00/1.00 vMB 168
480,655 480,655 000000000000000000a6e730c2f7f26b4234f271318535be7f05f75829738d68 1,913 1.00/1.00 vMB 238
480,654 480,654 000000000000000000301f78d26d0bcc7d7e7d377913997c3ef920ba5600fc28 1,709 1.00/1.00 vMB 238
480,653 480,653 00000000000000000073856b8adf2a0ca02e2c66dfed504eb20cdbb2d8650837 1,892 1.00/1.00 vMB 228
480,652 480,652 00000000000000000039d5219a3bc0e238b7f13f804c2dbe1525b4c5b59f4cf2 2,738 1.00/1.00 vMB 294
480,651 480,651 000000000000000000808c88cd7c30b439ed412ebf67535903dad8085ef4a8c4 1,864 1.00/1.00 vMB 220
480,650 480,650 000000000000000000c39265bd77b8a60198ac8fe9a69980bc779e27cebce884 2,367 0.99/1.00 vMB 253
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.