Loading Tool

Explorer IconExplorer

Memory Pool

18,635 transactions
23.78 vMB
0.05408984 BTC
Random Selection Loading Transactions
Max Size: 111.48/200 MB

Candidate Block

Mining Attempt 31664b616bc703438e7d2fbff501e9815d0e767629bcd760acaf0f6762765f60
Version 20000000
Previous Block 000000000000000000002f40e0b9cfa776f49c63ee817fe9dd4c3fd293e39dc6
Merkle Root 99edda9820146b02123ac6698295dc84d47b4a9d1c1014300edaded3c5e9e1b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,372
Size: 1.00 vMB
Total Fees: 0.01223538 BTC
Feerates: 294.77 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,298 (910,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,837 3,837 00000000ae3db442aef095688e15e2179999112106236e3622458577f2522a5c 1 0.00/1.00 vMB 0
3,836 3,836 00000000e26d786351dd5c6926f1b04a54e8f7fd4a7c81cec40db01505b143ee 1 0.00/1.00 vMB 0
3,835 3,835 00000000ac0928696496a4397bea5874a4e5ab519adb1bbbba72bfbe65f04634 1 0.00/1.00 vMB 0
3,834 3,834 00000000392fcfed7699d2a96a7caf0439b1ff4bccf85ae522651b481fd4e74e 1 0.00/1.00 vMB 0
3,833 3,833 00000000b2e32536262da09691a85eca6f526c14efff1dd690bfccf539eb7195 1 0.00/1.00 vMB 0
3,832 3,832 0000000050ceaa9d6e946b3edbf02f0d192bef92d71bab0f4eba2218f2555588 1 0.00/1.00 vMB 0
3,831 3,831 00000000a2abb8aebc38bdf004cf287f2f252fa9b199f0870678f43ff5a66190 1 0.00/1.00 vMB 0
3,830 3,830 000000003543e1d96b74264de7fa457beb6fd4697b2d9b17808cec3ce096d9e5 1 0.00/1.00 vMB 0
3,829 3,829 0000000052514003bb78e162845f470668401104a988658e64289406f10df80e 1 0.00/1.00 vMB 0
3,828 3,828 000000005c8cbe7cd4c8a611f25ea0e30572cab1b015354d1e60a484e68a22a7 1 0.00/1.00 vMB 0
3,827 3,827 0000000041ac1395b1611414055e7fb3940005024ce34a1fabe05fbd90b51535 1 0.00/1.00 vMB 0
3,826 3,826 000000005366c11aeb2a770519c1a90938bd6d1b61fc84e9cedb7a03c2c13235 1 0.00/1.00 vMB 0
3,825 3,825 0000000085a45ffce476931abfeb6fbdfcb2c940b7c9aaf35124926dae2bc435 1 0.00/1.00 vMB 0
3,824 3,824 000000002143af98b512539f53baa647f3ca851f27dab0076b81fa466b851cc0 1 0.00/1.00 vMB 0
3,823 3,823 000000003accdd74c6ea69311171170403a757cfa10c9747db772f5034bc55f9 1 0.00/1.00 vMB 0
3,822 3,822 00000000f6f97fb9a00d57772ad01bf663106253b840aaaf1f37fdfa9e734282 1 0.00/1.00 vMB 0
3,821 3,821 0000000030ed2872a8bf721b7ffcf9960324759d1c91eb9fc8bc337db61bc82c 1 0.00/1.00 vMB 0
3,820 3,820 000000008ef011d801e138c195c44a61d7bfc9623fc860e40615f6fc6eadc763 1 0.00/1.00 vMB 0
3,819 3,819 00000000d4cf6db8224f0f2240b92742529354134e02a6c3781b18985145a8ea 1 0.00/1.00 vMB 0
3,818 3,818 0000000007dd2f02caac382b7392e0bdf991ad2a0f770d9c3f65bd429acd53c9 1 0.00/1.00 vMB 0
3,817 3,817 000000007bc3f4303748cdcf99e275b1635ba0d9b75ef31e5705ba00319c293b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 580.53 GB
    • Received: 8.96 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.