Loading Tool

Explorer IconExplorer

Memory Pool

82,694 transactions
31.10 vMB
0.10860974 BTC
Random Selection Loading Transactions
Max Size: 189.08/200 MB

Candidate Block

Mining Attempt 7e3dc8160f9ba79d3a53881606b4ecce6674dbbc147278462dc9e8164bee78a8
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 6fb278808c87913a747ae43650494b942e1ed1b3d4e13a8137b95a91e35de1a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.03429648 BTC
Feerates: 200.89 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (34,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
881,261 881,261 0000000000000000000035ec35a52fda5644935fec9f5e7898af0818095d4044 2,612 0.92/1.00 vMB 3
881,260 881,260 00000000000000000000d1cf7b4b1ae32ec97ca2298c3e37b63848d17c8932d3 2,588 1.00/1.00 vMB 4
881,259 881,259 0000000000000000000149d01d4e9f26c8750576ebe7aa4f8addbf23490484a5 554 1.00/1.00 vMB 1
881,258 881,258 00000000000000000001a73df3e92247360e956bba8765d1cf2fd8933d136eee 2,446 1.00/1.00 vMB 6
881,257 881,257 00000000000000000000317177f72e0b9a88f7e4816dffdff8301a80d2dea5f0 862 1.00/1.00 vMB 1
881,256 881,256 00000000000000000001ccceeffc3f8df528fe58b8ace90aa73e5456377de36a 1,555 1.00/1.00 vMB 4
881,255 881,255 00000000000000000001775bd6ff06bd5dbe0ca9176c147c959b0011e6d0f8f7 3,744 1.00/1.00 vMB 5
881,254 881,254 0000000000000000000068dde51b63e6d6d5cd2f0076baf2848857b8ade2779c 997 1.00/1.00 vMB 1
881,253 881,253 000000000000000000003b9e7ee9eec8ba432430f50e957582109d0be616bad6 491 1.00/1.00 vMB 1
881,252 881,252 00000000000000000000ae61b5d2f791b25a57fe29938037c02c30ff172b762f 1,803 1.00/1.00 vMB 1
881,251 881,251 00000000000000000000e9513d30a7f491e1028aeb4e8d1349eed59ef48671d9 4,021 1.00/1.00 vMB 5
881,250 881,250 0000000000000000000270f400a1253ed8847b7c28520e871b42aa25c756f43d 291 1.00/1.00 vMB 1
881,249 881,249 000000000000000000009ee9da46bd46b61627f82104d080b3f3ccb8b5c994e6 609 1.00/1.00 vMB 1
881,248 881,248 000000000000000000012f9a43e42a9ea2f2db1850ff23de0e634c6f80e9886b 283 1.00/1.00 vMB 1
881,247 881,247 0000000000000000000038cc39c4fb77bf857b3ce785eb3290ffc2dbc2337edf 1,554 1.00/1.00 vMB 1
881,246 881,246 00000000000000000000ea866e4f90be09d6f29e62ce3cb54a5d9e519cd181b6 2,646 1.00/1.00 vMB 2
881,245 881,245 0000000000000000000261bacbffc67ac8fc6c41e4c9af7151e95b7e97e5cc99 3,410 1.00/1.00 vMB 4
881,244 881,244 0000000000000000000203367d31d027c1bdec424385971f6134eda046634ecc 2,385 1.00/1.00 vMB 2
881,243 881,243 00000000000000000000f958f8c0a142f8af05a754c8f21e39cc4a155a43632a 1,045 1.00/1.00 vMB 2
881,242 881,242 0000000000000000000081560d07dfd67e8fdb4d4e5363a842ca43e51a3423a0 2,736 1.00/1.00 vMB 4
881,241 881,241 000000000000000000011478ee3164cf12d886c9c77e9cfbc8bbcb9a5e3cbee8 173 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.