Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,137 transactions (1.12 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,523 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,733 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,522 (322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,200 911,200 00000000000000000001acfd3f85409d6958583f7461bf942344f7e7fa11d9f7 1.71 MB 3,009 3
911,199 911,199 0000000000000000000007c98089480dd30a926cc0df044912f86e5c747ce870 1.89 MB 4,390 1
911,198 911,198 00000000000000000000547c553ce740ebe5de5b53989e15fd6b7e0cc2c26aeb 1.65 MB 3,260 3
911,197 911,197 000000000000000000020ba222d711f452250d508d956a73fec88cbb68d224ca 1.73 MB 3,110 2
911,196 911,196 00000000000000000000167fbba865702ed97ca37404c8734732511b9a3719f6 1.67 MB 3,889 3
911,195 911,195 00000000000000000000da67b0dc1e01ddb16c0f131e37dc409d91088c1cf6bf 1.73 MB 3,104 1
911,194 911,194 00000000000000000001ec9f51228fd4919f0c2779ece7cfdc264d3ccedcf86f 1.72 MB 3,001 2
911,193 911,193 000000000000000000011488d882845975df8eddb86646d95082bf665ccad48b 1.54 MB 3,422 2
911,192 911,192 00000000000000000000684a265719960b1b464646c6d6f94021565f7f6a0219 1.63 MB 4,166 1
911,191 911,191 000000000000000000010fc15c3bbe2b021ee83034364d67909aaa54b1bc0204 1.55 MB 3,390 4
911,190 911,190 00000000000000000001fa99e32c58db7831860a069dbeb992cb89afcc112ce1 1.55 MB 3,865 5
911,189 911,189 000000000000000000010c9d0f3a10dc610c5ec254e5d0a4e9d4edb38802e995 1.71 MB 3,216 2
911,188 911,188 0000000000000000000212fba6c78ccd38357534806514a42a0cfe0fe8d74741 1.58 MB 3,494 2
911,187 911,187 00000000000000000001b63f45db40cdb08160f72f233803d880068070b1052e 1.52 MB 2,977 2
911,186 911,186 00000000000000000001c41ba21f5de3e6cacb324b491b456cb97adf846fc981 1.48 MB 2,721 1
911,185 911,185 000000000000000000002f8e5ad7f50299a82f7c2893d03716a5b5e649f90594 1.81 MB 3,313 5
911,184 911,184 00000000000000000002091ff21e344a04523b5924a59244e6b1818dc972d384 1.57 MB 2,530 2
911,183 911,183 00000000000000000000ad06a6b749d440d9fdc1d5e69e0982d559c842feb737 1.56 MB 4,165 3
911,182 911,182 000000000000000000020634886a771eabccccf73e20c23aa65c1e752a37de17 1.69 MB 3,291 1
911,181 911,181 00000000000000000000921ff07d5270ec97e2238edb9f23066eede148555d53 1.61 MB 4,160 3
911,180 911,180 000000000000000000016b7d001d0378cfa216c83cf3c6421afa5d666aaf41a6 1.69 MB 4,377 1
Previous 10 blocks ↓
Total Size: 776.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,412.95 GB sent, 129.73 GB received

Notes

  • This page updates every 5 seconds.
  • 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.