Loading Tool

Explorer IconExplorer

Memory Pool

73,959 transactions
28.53 vMB
0.07198533 BTC
Random Selection Loading Transactions
Max Size: 169.07/200 MB

Candidate Block

Mining Attempt bbfa54ffbe601f066bce4d8ff575a987b5c86a3bc9b7d4765a4f19da3661b672
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 103071d5f80ac35ced0a8f826faa3755464ba8701a7fb61545d0214a7878c7b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.01475365 BTC
Feerates: 250.89 > 1.48 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (341,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,344 573,344 0000000000000000000044225ab4904c5c20c5810a8d23a593ac14718fd8b931 2,719 1.00/1.00 vMB 68
573,343 573,343 0000000000000000000c44fb75a92cd36852709bd19d4f3a99d7d58632e08c7a 2,389 1.00/1.00 vMB 36
573,342 573,342 000000000000000000123fb33af796a1dc7839e57290ebcf5f612e06185e2fd5 2,752 1.00/1.00 vMB 48
573,341 573,341 000000000000000000256f11ed15ff54ec47d7def99517360bb153236119556b 2,975 1.00/1.00 vMB 75
573,340 573,340 00000000000000000006e5761e1d7d0b0ec136ff03f5ef682dddff9229645e8c 2,731 1.00/1.00 vMB 67
573,339 573,339 00000000000000000004126f204ec091ac23f44fd86e794d5bffe7f7dfecf6b0 1,567 1.00/1.00 vMB 71
573,338 573,338 0000000000000000002a8c178e55ce3d3934056cf40fd1c9ea296276e5566f76 2,961 1.00/1.00 vMB 94
573,337 573,337 00000000000000000000fcc8dab19b7ceb73d4cd2144f9a743b4bab03e076b22 3,339 1.00/1.00 vMB 127
573,336 573,336 000000000000000000249456d7ef78da87ba1a27abb86a25fa62695d4bcd1c3a 3,066 1.00/1.00 vMB 56
573,335 573,335 0000000000000000000dbdef4c570e79978e2860d41d37e41ebf8adb5000fdd1 2,859 1.00/1.00 vMB 100
573,334 573,334 0000000000000000002234c11a531172c34b567b06f63828fd343663282ed799 3,064 1.00/1.00 vMB 107
573,333 573,333 000000000000000000048d938ba3163d6e1d7bf75c4b442f1dde4f3a01959296 2,345 1.00/1.00 vMB 60
573,332 573,332 0000000000000000001bcdc3dad0c0d0e8b5a1abcb83caa75bd17a78e0617db4 3,221 1.00/1.00 vMB 81
573,331 573,331 0000000000000000001fc98b497e494d755654a37bc75e602e38a039e0f435cf 3,104 1.00/1.00 vMB 134
573,330 573,330 00000000000000000026eb3bda7421ccd5db801e645435090746f72e4f859c61 1,643 1.00/1.00 vMB 51
573,329 573,329 0000000000000000001a4a3e2af3cfd9ad2ec7fedfe85b4245ee3c9726f13079 2,774 1.00/1.00 vMB 81
573,328 573,328 0000000000000000000589b297068272b9ab194d9f06f82c3fcd096aedb8bce8 1,834 1.00/1.00 vMB 64
573,327 573,327 00000000000000000019a63ecefe36142b34635b8a33d8825637b9eb45422766 1,772 1.00/1.00 vMB 77
573,326 573,326 00000000000000000012fb15e8cb57640b4429e4861fb390c32dfb9d442f3a8e 2,162 1.00/1.00 vMB 96
573,325 573,325 000000000000000000105ac8800ca5e4c708b3b3ef4cced036f1bc8a40cafadd 3,098 1.00/1.00 vMB 51
573,324 573,324 0000000000000000001a3f39abcc5f365fde982ed45f3b764a5e4bbdf27335ff 2,596 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.