Loading Tool

Explorer IconExplorer

Memory Pool

82,097 transactions
32.05 vMB
0.08441857 BTC
Random Selection Loading Transactions
Max Size: 193.13/200 MB

Candidate Block

Mining Attempt a87ea392e642ccdf0637185e33c249186d9ba821da37452999b24b728efa6927
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 7e122b6cc8c9ade278955f69fe9903f110791ed7bbe84dc6b3fecdf6822b3703
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,185
Size: 1.00 vMB
Total Fees: 0.01389156 BTC
Feerates: 142.62 > 1.39 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (418,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,378 496,378 000000000000000000845b9485040ef2f12753e30b59808872b41660985893c1 1,913 1.00/1.00 vMB 150
496,377 496,377 000000000000000000cab17847e40e47361da139cd2c8a6ebb0dc70f4150050b 2,642 1.00/1.00 vMB 159
496,376 496,376 0000000000000000006fef35557e6d7c6af5155f6c8527bf2d857463d4312355 1,344 1.00/1.00 vMB 161
496,375 496,375 000000000000000000d0b9d0454d0da4eaeea2edd1e2e6f8ef8ac755ce96e771 2,284 1.00/1.00 vMB 169
496,374 496,374 0000000000000000006f4c453d34c8d143041ed8b505ef3055c5eb94ffbfd51e 1,754 1.00/1.00 vMB 151
496,373 496,373 0000000000000000003e2578bc37ee0c7f59637d06441b99afe96eb602f8ee5c 1,921 1.00/1.00 vMB 154
496,372 496,372 000000000000000000214c1409403206bf9e6ac5bdf8a0b9526a71238601ba55 2,178 1.00/1.00 vMB 178
496,371 496,371 00000000000000000010dac34dff664d2e69409ef577b74d7470c593c125b63b 1,843 1.00/1.00 vMB 160
496,370 496,370 00000000000000000090e3b52332413a49558f8d4d3a25aa268926855eb6c6f6 2,064 1.00/1.00 vMB 155
496,369 496,369 0000000000000000009109f39ff2db0fc029f1c343f00c8dfe8e55556ee3def4 2,645 1.00/1.00 vMB 180
496,368 496,368 00000000000000000097938e9f429357279e76895b26fc87a11ca1c5c3a76d92 2,009 1.00/1.00 vMB 159
496,367 496,367 000000000000000000b8be053f5b636927a8e72ae128f88755326dd5a90c06a9 3,109 1.00/1.00 vMB 154
496,366 496,366 0000000000000000006c7bc07463840a6f7cc471f6f60a6a394763fcce271555 2,409 1.00/1.00 vMB 179
496,365 496,365 00000000000000000076f4d1dcfdf0ada4d5385e0ae64c97d1f28aa465743b9a 1,589 1.00/1.00 vMB 160
496,364 496,364 000000000000000000b5e0d9c9c4f6b273ce9da4afcc640fc56932abdb9ea92a 1,798 1.00/1.00 vMB 186
496,363 496,363 0000000000000000006c41de62628eb9e3ac366cdd09dd80bbffb990407cec3f 1,739 1.00/1.00 vMB 190
496,362 496,362 000000000000000000c3e553a6f137e4cfbd336bb045cfa978fc889224473e4f 1,740 1.00/1.00 vMB 193
496,361 496,361 000000000000000000661848bb58ca21eaea8b0360004b59cd3f6c6813b5426f 2,709 1.00/1.00 vMB 226
496,360 496,360 0000000000000000009b44c36e0cba16f3c05ebf698bcdef8c6803585d132d97 2,483 1.00/1.00 vMB 222
496,359 496,359 00000000000000000059a81a46fc3f790ec5fdd451ec365af4909d807a425cae 2,441 1.00/1.00 vMB 102
496,358 496,358 000000000000000000927fbb773c10bcd6a71b2cff8c752fac6cfdf5b45f59e8 2,699 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.