Loading Tool

Explorer IconExplorer

Memory Pool

15,687 transactions
7.95 vMB
0.02548290 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.17/200 MB

Candidate Block

Mining Attempt f0591d23e353ff8f94082d62cdf1ec33f114c297d1cd3b046aa0e2de0b831557
Version 20000000
Previous Block 000000000000000000016227ee45eddfed24105316ab42bdb9f1253718de909b
Merkle Root 09081c42ed116d28885e3b55f076973d87256afef46619705ac1438b78e424db
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,885
Size: 1.00 vMB
Total Fees: 0.00910906 BTC
Median Feerate: 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,420 (826,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,808 86,808 00000000001b7c6a93e6114c713fbcd843ea10b4bea7359df79d32708a4d08fa 3 0.00 vMB 0
86,807 86,807 0000000000085a19822311bb8aec9715a897f42b6996b18c9dd514ed8f9b9720 2 0.00 vMB 0
86,806 86,806 000000000003cb677486b1bc2d7e11ffab65e6fcd62da25fee289efa5e40d323 1 0.00 vMB 0
86,805 86,805 00000000001dfb8cd4c96d2460330630d7affba9fd880ea0126d07ec4081ef91 3 0.00 vMB 0
86,804 86,804 000000000002a7c8c3d24d905f98d3b9535751c277d7f6e0480c5683f175c1ae 3 0.00 vMB 0
86,803 86,803 0000000000153944b10a8c397d5509e1c4b789d31925aabb135de4b6f2846658 3 0.00 vMB 0
86,802 86,802 00000000000146384bc1f4729c01c22ece0117b270aed132a1ee662de5478b6d 2 0.00 vMB 0
86,801 86,801 00000000001664fe659dd80b40d2a45b78f2a13ed80e9040358bacf03bc75b0e 2 0.00 vMB 0
86,800 86,800 0000000000054958b1e11df90134fbfe4ace88ac5aa7be019097c9634844a235 2 0.00 vMB 0
86,799 86,799 00000000000fcc7d260af28b7b543eb39947783f1729a4128c7e1354d1dfead7 3 0.00 vMB 0
86,798 86,798 00000000001217cea3b02001243b5ec17711a88fdba6efcfa304321bb691fa10 1 0.00 vMB 0
86,797 86,797 00000000000f86e51c61173774efe98e3719ad32475708b9c69dc05bca584cbd 1 0.00 vMB 0
86,796 86,796 0000000000114f174ae2db410884974c245c051a68010725d6c8d6ebc0d0cddc 3 0.00 vMB 0
86,795 86,795 0000000000074046cfead5533d0a7e32387b840eb8c7afbca0da5845371b5f59 4 0.00 vMB 0
86,794 86,794 0000000000052df871358952f5d5748ec45ce985fdfe6a70518b8bd24d9edc74 1 0.00 vMB 0
86,793 86,793 00000000000665238f2f7925e18132dd171865f2baa39585645aa9f117a9d9eb 1 0.00 vMB 0
86,792 86,792 000000000015afdab8e8bacdb9e484610558eb310c6d0037942d3ddbbc14704f 1 0.00 vMB 0
86,791 86,791 000000000002a93574a01e54afb8526031dfc233f02254cbedaf583fc6880ff9 1 0.00 vMB 0
86,790 86,790 000000000018186a894696f23a867be33d7055356746344b9d148eda8936f589 1 0.00 vMB 0
86,789 86,789 00000000000f2fc25880415017257ac6061d6f7099ab31acb2232e00aa3788dc 1 0.00 vMB 0
86,788 86,788 000000000012272cb8b2beef025fdfcf4537808b72feebf34b1af47e73bb21ee 2 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 294.07 GB
    • Received: 1.23 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.