Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,340 transactions (0.97 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,616 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.97 vMB 2,334 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,615 (823,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,045 86,045 000000000014182415251711b6e5a051758c6dcb0c13012e4c8f9c84b6ea0c8b 0.00 MB 4 0
86,044 86,044 000000000011b5cb6c69c7c5ebb22aa1ce44ddbc1c570c93a354f8c8d47e32b2 0.00 MB 1 0
86,043 86,043 00000000001e179a804dfa20d27b5515d0c8b3f98be5784c73c2941f12f4dbc7 0.00 MB 1 0
86,042 86,042 00000000000bfbb49a188d2e475cae4743bd2bbd83cb1922ba78caeab8dcd3e1 0.00 MB 1 0
86,041 86,041 00000000000480e516b8ed303196657f1fd62393971d565f5e56ad122f7157ad 0.00 MB 2 0
86,040 86,040 00000000002d974d6e8c4422013136a7608f47c6a6bb05bd859a6c5c3b6b2d7a 0.00 MB 1 0
86,039 86,039 00000000000fc8aa06290246c31bdf31d22c3a96bc7b477e23160056cfe2fd47 0.00 MB 1 0
86,038 86,038 000000000006e4352300c499f0f67f4ba1b56735b4588931d301c29f597782f5 0.00 MB 3 0
86,037 86,037 00000000000df487529e743af8e84225bbae51080cee3a4dcc54bd19cf31e1b9 0.01 MB 4 0
86,036 86,036 0000000000071281b484ebfdc1d3de0b159d38f75ddeb45cdee39b61fb71552c 0.00 MB 5 0
86,035 86,035 00000000001cbc643644f97dc8377ad0a9ae7f858412278d9cc4f43ddde29fc2 0.00 MB 3 0
86,034 86,034 0000000000004a2fcbe322952573beb2d96969eeab34d506e76862dc8d1b2af8 0.00 MB 1 0
86,033 86,033 000000000029bbb76254141d63f7897dac6d1b454c5af885b6683fe5d4623f77 0.01 MB 4 0
86,032 86,032 00000000000e6120c25f7037e9f95fce1d707bbf26483f419da28f35b5794582 0.00 MB 2 0
86,031 86,031 00000000001c504d225e76174e999e3d5dd10f644224944cb63e282687d6e306 0.00 MB 7 0
86,030 86,030 000000000005d713b22232778b6b812fb6d86e66723f02a772b855328e185882 0.00 MB 1 0
86,029 86,029 00000000002e0c7ddb84069efe4651b05f028541e554f1a2023dc4f8331c5bb2 0.00 MB 1 0
86,028 86,028 000000000005a56c497cc2042afb4cbae500d1b3da60486175b37548667ee68a 0.00 MB 2 0
86,027 86,027 000000000027e3d6c672d2d8363cbc3cbff8cd3cbc8aab2075e22f006f1a9a46 0.00 MB 2 0
86,026 86,026 00000000001036f355562e94e88c10c7d4ffdac1b63434bb14678b2b81709a05 0.00 MB 3 0
86,025 86,025 00000000002cd0979f49d3c366f63884e8900d1cbd1283b9d9a82f6648b7994c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.70 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,101.98 GB sent, 111.78 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.