Loading Tool

Explorer IconExplorer

Memory Pool

82,796 transactions
30.57 vMB
0.13920572 BTC
Random Selection Loading Transactions
Max Size: 184.06/200 MB

Candidate Block

Mining Attempt e926f4bd75e503c1512b34943baea3249f55fbf73e10b2415ff6bdc5ede350ae
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 789ef935fec6f1d43910d167580cde0fe225849e16cbb98b052bbe6ab4e30164
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,169
Size: 1.00 vMB
Total Fees: 0.07562305 BTC
Feerates: 150.77 > 7.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (360,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,495 554,495 0000000000000000000544cb319f27e48a28927a5277e58981e144ecafe0a67b 1,121 1.00/1.00 vMB 61
554,494 554,494 00000000000000000023f6d315208db09f113a59c68701d138d65125fca6613e 1,597 1.00/1.00 vMB 59
554,493 554,493 0000000000000000001085095c42a9c3efa20eaab65b34aa3639ab6a533c5eaa 840 1.00/1.00 vMB 57
554,492 554,492 0000000000000000001df025e69d263904d1253fad7e6bcff14486bfb9e5e8e4 952 1.00/1.00 vMB 80
554,491 554,491 00000000000000000024950460abe1979a87c78db960a1a389e111254100862e 2,160 1.00/1.00 vMB 10
554,490 554,490 0000000000000000000a817bb3c42bfdf09f76a653568a5374e28bce9ffeb731 2,587 1.00/1.00 vMB 12
554,489 554,489 0000000000000000001b2453646c8a8ee489a45364fa4c581f4f0008ad3f26b0 2,396 1.00/1.00 vMB 14
554,488 554,488 000000000000000000186644f969352a06ecb8e47bcfc6f05ff7278aabe59f84 2,835 1.00/1.00 vMB 56
554,487 554,487 00000000000000000036483da6a306c03c27ac7d2a027a00f7d04b18ecc1bd0e 2,815 1.00/1.00 vMB 4
554,486 554,486 00000000000000000009652ed756fd8b87622bede5a8677695f104f417d722e0 1,737 1.00/1.00 vMB 12
554,485 554,485 0000000000000000000602dfe19c67ee652af50c8ac01567e1176f67a75c1ccc 2,660 1.00/1.00 vMB 8
554,484 554,484 00000000000000000008e54f374c6dd5b12aa144ca544b6d99216edfb5bd0b8e 2,122 1.00/1.00 vMB 17
554,483 554,483 0000000000000000003061b845d3bbf79854c20175c07434e755b44715b1ab6f 2,783 1.00/1.00 vMB 33
554,482 554,482 0000000000000000000553e77d65d3d58a8e128419c88667af51eb43e5e50bbe 2,369 1.00/1.00 vMB 64
554,481 554,481 00000000000000000027ab30e487812bd630a8eb25aad08403f4377cffdbbcd8 3,169 1.00/1.00 vMB 43
554,480 554,480 0000000000000000001cfb56009d22d85c4fd8bf5040497882837e8851ee4ad9 2,495 1.00/1.00 vMB 35
554,479 554,479 0000000000000000001fd2c5389d5f29b43f0e569b152b75f19dda83b50c766f 297 0.11/1.00 vMB 34
554,478 554,478 000000000000000000180700c620e3f8f797f846575fe865f2624f1ec106b5ce 1,255 0.80/1.00 vMB 5
554,477 554,477 00000000000000000022ad7fd507c32aae8557fd7ef55f9de7ade63d58236a89 2,541 1.00/1.00 vMB 9
554,476 554,476 00000000000000000031eced4f6c5f68ed8d1fe1e566fe3c5aeced71bd5774c3 2,833 1.00/1.00 vMB 16
554,475 554,475 00000000000000000015cb30bd4c79c82f03b89838716bee7adac1e53a9fe0df 2,718 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.33 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: 660.43 GB
    • Received: 14.74 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.