Loading Tool

Explorer IconExplorer

Memory Pool

83,028 transactions
30.81 vMB
0.08878117 BTC
Random Selection Loading Transactions
Max Size: 185.93/200 MB

Candidate Block

Mining Attempt 7cdb3fcc2ec7c60cac267ed5aa9bf179ded885ff355a7b8283d9cb29fe7b2fb3
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 54738ce390cf0458e9d1cd0c240bd9f59f6d8954e1371d1baec7e661a46bceda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,608
Size: 1.00 vMB
Total Fees: 0.02274142 BTC
Feerates: 114.51 > 2.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (248,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,592 666,592 00000000000000000008b7ba722d65e1774f97c8fe2db2bd7a8a1ef5e2a7aade 2,617 1.00/1.00 vMB 50
666,591 666,591 0000000000000000000429212b48376b6d2ee51ef9ee7a640596221cd230579b 1,362 1.00/1.00 vMB 23
666,590 666,590 0000000000000000000836cac651ddca474a76a7b49cada45a682df1d861298b 1,057 1.00/1.00 vMB 24
666,589 666,589 000000000000000000084ea8d6fe17128dbe6659abc105dd8f5addd8a45e0624 1,769 1.00/1.00 vMB 14
666,588 666,588 0000000000000000000814a7873a6d391d07b9939a7f43dc5e9c81454d128468 2,161 1.00/1.00 vMB 11
666,587 666,587 0000000000000000000674ffb1230dd568a19c8de865019cbb8faf9c0f77e121 2,194 1.00/1.00 vMB 14
666,586 666,586 0000000000000000000ccfe7e98fa7dd606e0921cb9270060191f7826fbc4fa0 1,953 1.00/1.00 vMB 27
666,585 666,585 0000000000000000000acec0a9c5072adf375063541107234206c272342b5906 2,775 1.00/1.00 vMB 80
666,584 666,584 0000000000000000000d3a467e7081909ce8813e5cde5ac2237fcf6ff639ab56 2,608 1.00/1.00 vMB 86
666,583 666,583 00000000000000000002037a4bd995477b400c46ed29d0c3ca7ea96b590a1e1d 2,371 1.00/1.00 vMB 24
666,582 666,582 0000000000000000000ccf5bc5b81fae237d4e9ae7824dfc47f996e2d0bd4ea7 2,153 1.00/1.00 vMB 33
666,581 666,581 000000000000000000001a2007f3cc538a3cc616624c30c8a260345689a43abd 2,875 1.00/1.00 vMB 95
666,580 666,580 00000000000000000004e90b72cf50ca312726e2d16e0ef732f9e44780c47e01 638 1.00/1.00 vMB 35
666,579 666,579 000000000000000000031d469e8d63ec8637e49ed328641dbfee01e49cf3cd85 1,462 1.00/1.00 vMB 29
666,578 666,578 0000000000000000000120f0a91a6dd1c5132b2fc89d6b28cb6c925d08f4d0c3 1,554 1.00/1.00 vMB 8
666,577 666,577 0000000000000000000acdec5886e1869ca937d8d94eac31229f9f591eec1ed3 2,858 1.00/1.00 vMB 74
666,576 666,576 000000000000000000029b59de97ecacec1205743104a6988d7da02bf207ab51 2,662 1.00/1.00 vMB 61
666,575 666,575 00000000000000000002f925e3da8ae93908f402153762e4a1e351afcd5d716f 1,310 1.00/1.00 vMB 10
666,574 666,574 0000000000000000000ca456cda20175b69d26fb9427560f3e5bd333be5518a2 2,525 1.00/1.00 vMB 22
666,573 666,573 0000000000000000000d6c389a682d80e73be6ffd4700fd256bd19129480e856 2,450 1.00/1.00 vMB 34
666,572 666,572 00000000000000000001c65f4c41e9194a902d5c0c70ce57e6f6894c08d8bb66 3,668 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.