Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,935 transactions (1.57 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,197 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,752 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,196 (824,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,360 85,360 000000000022528e01a6c6850502ad1728822cedd07cac7923e6daee081962e9 0.00 MB 1 0
85,359 85,359 00000000002a4e24ac4ebd682da57cdc4e6452bcaf72e6534c7b680f06428c13 0.00 MB 1 0
85,358 85,358 00000000002dc48ce1f6d6a6773920dd068dd8648d7dd2d30c2dcf3212b28df2 0.00 MB 1 0
85,357 85,357 0000000000096ac10a5b0db42440c8c91de128f46471e932b7ffcd77a21e6dbf 0.00 MB 5 0
85,356 85,356 0000000000001dd356809e6e7d40c33cf62879c60b7b9c6b9b22adb442a8f570 0.00 MB 1 0
85,355 85,355 00000000002744739765e3dec1666c7e8331092dfc62e1a1d1775dc5af623cca 0.00 MB 1 0
85,354 85,354 0000000000138188b1bb9caf48ec8bffdd01d7aed0e562bb37123dfd201f7162 0.00 MB 2 0
85,353 85,353 000000000028e7122a45f0e1cbf4f73db4dd3bba79e235e21867e1d1cef42f9e 0.00 MB 2 0
85,352 85,352 000000000023b54ef9e0535b947c8fbb386c394e722f190b1965948cf7316a74 0.00 MB 1 0
85,351 85,351 000000000002193ed361fb8881ec87e6bb82b16f9501302661b833f6a339e374 0.00 MB 1 0
85,350 85,350 00000000000136cd77d2874ff1e3ffed0131d9f8f7fa394a94aa0c02c4d5a3d6 0.00 MB 1 0
85,349 85,349 00000000000bda486dd6e5396b9be5d6e58c502519fa1d1ef6259d2b39ce9c91 0.00 MB 1 0
85,348 85,348 0000000000130eba47fe6ede0d8eb85d96e6c88815e7560c55e10e960d9a7332 0.00 MB 1 0
85,347 85,347 00000000001118806ac2ef2d5ff0432ed96561773e3d6d9bf54347a3a9f04957 0.00 MB 2 0
85,346 85,346 00000000001776dc114233b391558c1b251cc2c91b20e01c631a4bcffc7bad4d 0.00 MB 1 0
85,345 85,345 00000000001e6a5fe123fb68ef78dd2b9f3fa9c8e5984c3e9b07ebb65d4deeb8 0.00 MB 2 0
85,344 85,344 00000000002b9e393747d920fbcf219887e8bfbd431b94aed3da1b24d2aa3c75 0.00 MB 1 0
85,343 85,343 00000000002a27fc0ef1102f8cb777a0b9a1e2c7884258aa82fa32d86ebd5a46 0.00 MB 4 0
85,342 85,342 000000000024a68ef678aa39f7891f82c3c31a30780d8ddaa17e916d94e9ddc5 0.00 MB 3 0
85,341 85,341 00000000002ae4ed734307a23c294420c307520e116319493e857fa960b28859 0.00 MB 1 0
85,340 85,340 00000000000afb4f9d6d0747f7e92b3a261859cd20a30a6fe553819806471019 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,195.50 GB sent, 117.36 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.