Loading Tool

Explorer IconExplorer

Memory Pool

76,461 transactions
28.60 vMB
0.06899221 BTC
Random Selection Loading Transactions
Max Size: 173.11/200 MB

Candidate Block

Mining Attempt bc9a08fab10b956e91c180e1e8047ae2dc03a007ae9e1a755a2055bf7ad613b5
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 2738ee82237bdf8dc643dedadb5030965b7dfa472943429f3bf0adbc7a955e53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,199
Size: 1.00 vMB
Total Fees: 0.00961276 BTC
Feerates: 40.21 > 0.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (300,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,655 614,655 0000000000000000000f86d29fc3bf67c9d15ba5afcb15a7f562c7684faa4959 2,811 1.00/1.00 vMB 7
614,654 614,654 0000000000000000000b5bd42a29f322d15fa1d5c78fe726179be76bb1c63c08 1,682 1.00/1.00 vMB 6
614,653 614,653 000000000000000000072f30253c0ed0b7012748dbdb2a56ef3e894c9a05e619 2,790 1.00/1.00 vMB 10
614,652 614,652 00000000000000000011871bc6fcc926a54a73b829d6c52dde23a7197c0dd4b9 2,397 1.00/1.00 vMB 6
614,651 614,651 000000000000000000094009939a1197b93ffe173609081c3e367da250c90a62 3,308 1.00/1.00 vMB 18
614,650 614,650 0000000000000000000f0aaf808888aac89b7101bcea45e023124027f027b4da 3,128 1.00/1.00 vMB 19
614,649 614,649 0000000000000000000e73baafe09e55e1c0fb38ae0de4940bcf6cdb29beb99e 2,142 1.00/1.00 vMB 5
614,648 614,648 00000000000000000001a5f99008f02705fa5ff9164cab2fd541e9901fbf792c 2,165 1.00/1.00 vMB 11
614,647 614,647 0000000000000000000eaebdb752c80e7acf6372f8f28a776448f42c2f7c4b95 2,592 1.00/1.00 vMB 14
614,646 614,646 0000000000000000000ad65a3ed4e1de46fcfb9768dda0efad214cb652d7b23a 2,291 1.00/1.00 vMB 10
614,645 614,645 000000000000000000092593388261752c56963c408ab772a10cae280941d6b8 3,190 1.00/1.00 vMB 11
614,644 614,644 0000000000000000000bdc77d4e6db4694e512a35834e299c4c045f94667e255 3,093 1.00/1.00 vMB 20
614,643 614,643 0000000000000000000323e3aff59d74ab52e74f4dc5cfb9696ddb69e9857d9c 2,893 1.00/1.00 vMB 8
614,642 614,642 00000000000000000007494ee96180026ad01284701afa12903a10f106315d3b 1,644 1.00/1.00 vMB 9
614,641 614,641 00000000000000000005ff4d8020aaac49a0c0b7a6dbdada53a39a28ade368b5 2,977 1.00/1.00 vMB 18
614,640 614,640 00000000000000000004f46774eac91246d2c95c08b777cae7dbdc2e53c9d0e1 1,637 1.00/1.00 vMB 10
614,639 614,639 000000000000000000110ca84cf68df9b0ae94c6041d8bc8d14d893b5a11bbc9 3,012 1.00/1.00 vMB 31
614,638 614,638 00000000000000000012460373de8e327b17117f7b69557458ad89e3452a5970 2,272 1.00/1.00 vMB 14
614,637 614,637 0000000000000000000135fcb09d7ba9a8f03071a4ed689f71bbeb626f40fcca 2,134 1.00/1.00 vMB 26
614,636 614,636 00000000000000000000119a55c6ced678cfddf9aeb2beb9090dfb7ee96a1a35 1,218 1.00/1.00 vMB 53
614,635 614,635 0000000000000000000ac6ad4b1c4d4c0cb9245ec31fc03581cbdf52d2cc9495 2,925 0.94/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.68 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: 684.39 GB
    • Received: 16.47 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.