Loading Tool

Explorer IconExplorer

Memory Pool

27,334 transactions
12.10 vMB
0.03534642 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.16/200 MB

Candidate Block

Mining Attempt f4695a46dd32375590c57f761da315edcb67748d097e0944b87a798985d1e23f
Version 20000000
Previous Block 00000000000000000000e1a691ee00fa1aa3ee6a480bd6f8fe0dacb171b82813
Merkle Root 0a2bfeab469de01af226cbcee63def9863128b90e141f70c3ab5a0ff61e44c0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,485
Size: 0.997939 1.00 vMB
Total Fees: 0.01508470 BTC
Feerates: 318.30 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,688 (755,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,147 158,147 0000000000000cfb6365a77918c59390b2b81e8a7b976d90130724423d42fce8 5 0.00/1.00 vMB 63
158,146 158,146 000000000000079c42cb0de4a118c1d7750862ae1293d275551630578760e9b2 46 0.02/1.00 vMB 128
158,145 158,145 0000000000000c1b11784ec5887b698f75ae6d16a0c3df89914ea97ff8b8dba6 45 0.03/1.00 vMB 148
158,144 158,144 00000000000006a40f204b0ad3b5eec5763388866311c33303dc5831fc24af94 39 0.02/1.00 vMB 318
158,143 158,143 00000000000002572201bc4bbd95b30930901c114452be5968ae9b91bcb101bd 93 0.05/1.00 vMB 34
158,142 158,142 00000000000004c4a9028c7ec11133b16ce04bd121e2248d6775bac06a6637e6 47 0.04/1.00 vMB 96
158,141 158,141 000000000000083810275c3fb09330339a2c6b020bb1b0ce28f893b108496008 80 0.03/1.00 vMB 545
158,140 158,140 00000000000000865ec9edcdc28826fcc9df85d22b997fe695a12f9a18216482 7 0.00/1.00 vMB 550
158,139 158,139 00000000000002720a8401dd4acef8bde4a5cabdfa13eb4e1bd9c45a1004d97f 14 0.01/1.00 vMB 219
158,138 158,138 0000000000000c549c1595dcfd1c42e85d5fe22642723dd2b694e43b512883b3 56 0.03/1.00 vMB 218
158,137 158,137 000000000000015dae6930e21fbffecc78698fac50dabc077743204f698d7bb9 24 0.01/1.00 vMB 31
158,136 158,136 0000000000000b70cf4905ad1febc036fac7a6fe9135583efeec5cd49f651ee8 1 0.00/1.00 vMB 0
158,135 158,135 00000000000005dd680b301b8ef94954ffe11795ad72d6e096f950cafe1ada1b 4 0.00/1.00 vMB 516
158,134 158,134 00000000000000693c878c5bef205ba56ee134c6e1d28c16746362a1683fcd62 81 0.02/1.00 vMB 31
158,133 158,133 0000000000000def2af0315efe685e9a27cb3addc66a97c0ac2edf90c402ed01 14 0.01/1.00 vMB 66
158,132 158,132 000000000000094769ac022f52c947f0f2dbd7a9278caf92fcd1757b1c3a8c2d 27 0.01/1.00 vMB 42
158,131 158,131 00000000000005afb257d470036caebe684a38e140cfc79f66c8e91c168ccbc2 34 0.02/1.00 vMB 40
158,130 158,130 0000000000000484c2b8551ccd9a877d5f077dfbd2a47ddc2e8325f1e80b99a3 6 0.00/1.00 vMB 111
158,129 158,129 000000000000043cd1c9dca912fbacac3e046e764c64737613107a90cc9c0597 13 0.00/1.00 vMB 0
158,128 158,128 0000000000000a2a2de6952789f47e06960b1a822c847d2657fddde503e1239b 42 0.02/1.00 vMB 158
158,127 158,127 00000000000005cd57d20795dd5817d4ee329a74802e4ef7aebb9a36794316d1 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.07 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: 490.09 GB
    • Received: 3.36 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.