Loading Tool

Explorer IconExplorer

Memory Pool

28,960 transactions
17.99 vMB
0.03839422 BTC
Random Selection Loading Transactions
Max Size: 95.05/200 MB

Candidate Block

Mining Attempt 41d78c3a99d3c0f4619d978cf2ed540d41451412131d7507bc995ebfdefb8011
Version 20000000
Previous Block 0000000000000000000161ddcd26c1b47f62b1f8f056cc1e7901fdc1ad8b87ac
Merkle Root 60191424fb592db87dc9718159368b9aa948ff1af63ae36991d8c8453065dadd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,231
Size: 1.00 vMB
Total Fees: 0.00466174 BTC
Feerates: 85.56 > 0.47 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,127 (788,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,190 125,190 00000000000022fe1e71aa2e47a4a2fcbd4abc62e347a8dee78e7942ff93310c 24 0.01/1.00 vMB 337
125,189 125,189 00000000000003ff2e8771c5f15f0132a4adebd5417110c08e3a2021f9f4c8f9 28 0.02/1.00 vMB 881
125,188 125,188 0000000000000aa5fc1b3d19fe1b660ad0e0d2030f105e16511dd94e59411496 11 0.01/1.00 vMB 840
125,187 125,187 000000000000106b4ebdf2cf98da62402da4052cce6142daa0e785e0a2dfa61a 17 0.01/1.00 vMB 173
125,186 125,186 00000000000029bde0e545458fed1ce737ed123cb18f0010511d33f4c21f019d 14 0.00/1.00 vMB 1,027
125,185 125,185 00000000000017b7db1e846c955049fb3257fbd9e65826690af6c1d6de2b41ba 5 0.00/1.00 vMB 215
125,184 125,184 00000000000031e3ec83d143908e07c61b126896254427d3c000e14d66dc2e36 13 0.00/1.00 vMB 950
125,183 125,183 00000000000034beda1a10a0bf8fff557ca80bc644d7f3edd9ffedd2c41c6a08 16 0.01/1.00 vMB 1,060
125,182 125,182 000000000000149a5eb15073a7c105b083d7eb95ceca3c393517a835bd23c7fc 31 0.01/1.00 vMB 180
125,181 125,181 00000000000033cc0aa5b904165ad6e333d8c0d470a88a7261fcbe9861d7f9b0 16 0.01/1.00 vMB 299
125,180 125,180 0000000000001b622971718de5b4f975b3061314a794e324e10ab6133d5bb5e2 11 0.00/1.00 vMB 263
125,179 125,179 0000000000002892a297d3138b85f1e203f8edaf53801b225deb31f2254895c8 7 0.00/1.00 vMB 2,500
125,178 125,178 0000000000003f2606eb6499e9cd11ad1cbdf58be8a018b9d4b0dd1aa51bb167 10 0.00/1.00 vMB 0
125,177 125,177 0000000000003d5fc1ea3663c353b09f66506de9af2fe7634d052427af0a154d 45 0.01/1.00 vMB 71
125,176 125,176 0000000000003f495e2cf3f87ee0f9568dfa4feddaecd1fda8bc548a779ceef4 12 0.00/1.00 vMB 412
125,175 125,175 0000000000000cf03a85dc52f1862c8a191bb3e69b51d2621668140f96e7bdf9 23 0.01/1.00 vMB 877
125,174 125,174 000000000000409bc62309b6eaaa4889d9e685d5195737c7498332fcc262c4ec 8 0.00/1.00 vMB 359
125,173 125,173 00000000000043e2517df4e5e73141fe33722026a27e2a7be548893f2fba55fb 13 0.00/1.00 vMB 334
125,172 125,172 0000000000002c9aa2d1c49faf363afd0902d082188c0b28b874d08868870de3 26 0.02/1.00 vMB 459
125,171 125,171 0000000000000bae866ddacf827c0e74c8f39ab757991dc31617beb22f1093a2 8 0.00/1.00 vMB 5,338
125,170 125,170 00000000000007d27e1bc98344d81016cd669b3d1cbeb74d8a83c101555db126 24 0.01/1.00 vMB 1,179
Previous 10 blocks ↓
Total Size: 780.82 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: 561.31 GB
    • Received: 7.38 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.