Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,869 transactions (1.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,574 (385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
911,179 911,179 000000000000000000018ca325a3fcda49b8bc35ec1b03ceb5092ef63c661b89 1.87 MB 3,219 1
911,178 911,178 000000000000000000003e683869acc6d92e13924743f3a3213379e5fabff378 1.02 MB 1,951 2
911,177 911,177 000000000000000000006ed9c6b9b1d15683968bf4521597f237bd08690c9255 2.00 MB 1,566 0
911,176 911,176 00000000000000000001ec3f537f62e435716295caf8418a02e48ce7ff0c307f 1.75 MB 3,156 2
911,175 911,175 00000000000000000000b45f96ca6cb6493758ba0c3bb7ca63b03ed85c95d9cb 0.05 MB 183 2
911,174 911,174 00000000000000000000e915ca16afc9eb0597875f861afc1d3aaa265b25c835 1.17 MB 2,203 2
911,173 911,173 00000000000000000001d2608d812c413b2765ed7376c41e1e832f52186d6654 1.65 MB 2,705 2
911,172 911,172 000000000000000000003770343da1125e0de303b03efd1eb82a5e8139b946f0 2.00 MB 1,760 0
911,171 911,171 000000000000000000000c513ecf736c7a5f9798cba4ee9e730c22b0ed2f4bdb 1.85 MB 3,917 0
911,170 911,170 00000000000000000000e8d7f0ebdfefa2e38830ed23b7138941dc9bcab43cd5 1.79 MB 3,077 1
911,169 911,169 00000000000000000001cea64aa423c586e5031edaa6d89bfdcf6e7e154b6e97 1.80 MB 2,044 2
Previous 10 blocks ↓
Total Size: 776.29 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,415.62 GB sent, 130.14 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.