Loading Tool

Explorer IconExplorer

Memory Pool

101,789 transactions
24.97 vMB
0.06903527 BTC
Random Selection Loading Transactions
Max Size: 174.30/200 MB

Candidate Block

Mining Attempt 3d849d9289a3916d483ab046d31e394aa161ab5742c00d27a36597159bc1a02a
Version 20000000
Previous Block 000000000000000000001c93565973e85ca738de0480ecb7353029bcda8dc77f
Merkle Root 2f13c5e1ac95c00d6f6fda3457df8badfbf5f5477fb416c2487a9fa4752d4963
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,551
Size: 1.00 vMB
Total Fees: 0.01205341 BTC
Feerates: 160.57 > 1.21 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,916 (880,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
35,430 35,430 0000000073d7817fff9eadd09d984635153279053ce4e2dc4e5b7659cf0741d5 1 0.00/1.00 vMB 0
35,429 35,429 0000000090a0fe889205800db4905bf8018a616cd8c0d3cd0e0ea6b7cccd7118 1 0.00/1.00 vMB 0
35,428 35,428 000000003b5347a387c9930104a13399a6bf512a0e8f6eece69eed781df54195 1 0.00/1.00 vMB 0
35,427 35,427 0000000079bb2654472fb21a36bf4b76f0b9c762577fac8dd04b447a38b7fdde 1 0.00/1.00 vMB 0
35,426 35,426 0000000021faec976cb7abe0b262f9348befdf83c848546b786bc64646d823c0 1 0.00/1.00 vMB 0
35,425 35,425 0000000044d85845d83318ca853a5624dab1c536a7428cb5263b09b9fce7742b 1 0.00/1.00 vMB 0
35,424 35,424 000000008fea6c942ba88e475cf5c9e06d64959b3e8f10b4745e2c6056f673fb 1 0.00/1.00 vMB 0
35,423 35,423 00000000af5b04e15e4f591701588a5055315cdd6a3683ce53f31c9ffceef6a8 1 0.00/1.00 vMB 0
35,422 35,422 00000000333963e7da4e7c859c1cac69f9d409814f8fe953180987a395dfc062 1 0.00/1.00 vMB 0
35,421 35,421 000000009f2f1e0daa2bc6788dfb76af513b129b0578cc9b74b896bc4f28d384 1 0.00/1.00 vMB 0
35,420 35,420 0000000070ec75f49e704b532b17883bd971b0dd62c663e8cec07d5fbf1132ee 1 0.00/1.00 vMB 0
35,419 35,419 0000000043936df85347e38716c2f9e6d60dc6575988ab2aea267efbb0852ab0 1 0.00/1.00 vMB 0
35,418 35,418 000000000e715cadf6781766c3526028611c74b47c836e46c0c81c0b2fc440f5 1 0.00/1.00 vMB 0
35,417 35,417 0000000077ae35d2f9a1b037bbeadb6e3c4be34a77af7ac494cca00b7bca6c36 1 0.00/1.00 vMB 0
35,416 35,416 0000000070d1a312a8d01b2f19b370f7488e8499a76bf47ad573c23fe819f457 1 0.00/1.00 vMB 0
35,415 35,415 0000000032c3b525032eb57940b79c19be87c954f11d74da9132f7e5e3127051 1 0.00/1.00 vMB 0
35,414 35,414 000000006cce9391694e19b3c918081d5f1392b39f00382e0ba8192059be69e2 1 0.00/1.00 vMB 0
35,413 35,413 000000000950297cf2b4e2091a17cbd7fa6ba40321a4969fd9a507cc3f72725f 1 0.00/1.00 vMB 0
35,412 35,412 000000007d556f28dcd608b5f51dfcf1f7694a9d8fab5b663851b6177f84f427 1 0.00/1.00 vMB 0
35,411 35,411 000000008acaf1ee0ccb96d70e90c21cd3aff327c0f9e2fa3d79400b938046b7 1 0.00/1.00 vMB 0
35,410 35,410 0000000021297594fc2fc9ba8085098392dae5fd89ff9422ccf2b1ac1c2f2c34 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.96 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: 798.45 GB
    • Received: 22.50 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.