Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,428 transactions (1.47 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
909,465 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,624 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,464 (845,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,389 64,389 000000000a5c9313f89a6768c8c886e7d85b1307f89b813fcdf40b611006b896 0.00 MB 1 0
64,388 64,388 000000000c2db36024b71a9245021645d56346ef2086b0ccce0d2e0fa44ea2d3 0.00 MB 1 0
64,387 64,387 000000000099a79588117a9097562dbe67ac97a58484bad0f74b976b9abdd3c2 0.00 MB 1 0
64,386 64,386 000000000a4ac77bfe944f499915949a7d9c259c6171089656448891b112af8e 0.00 MB 1 0
64,385 64,385 000000000acf7933daebef02d53cde63be8b624c8c87426ea01a72dcea8db99c 0.00 MB 1 0
64,384 64,384 00000000081a7996b74709b75d279774159d4de02f02efb3cdf05b56ff5ad608 0.00 MB 1 0
64,383 64,383 0000000000a009671e9c34f25928ede6e5d0a02f542cf9c58b02c0b60a03bda2 0.00 MB 2 0
64,382 64,382 000000000b101e08a389832889a151c28a7052ab767c2d22b40a7d4e7b02bc1c 0.00 MB 1 0
64,381 64,381 000000000a741f586b971548ed35f44395618a508c13e7e00bec08b3e4ded860 0.00 MB 2 0
64,380 64,380 00000000003b5725dd7d6724f2141fa0af424fcabc7611058983a9fe7a4d699b 0.00 MB 1 0
64,379 64,379 000000000b9ba034267665112cbe520d838620a213cdd5c7b4a046699b588a83 0.00 MB 1 0
64,378 64,378 000000000c750d4e0b14cc25727bca8ca96a1ea618df3da104553b4584a648bf 0.00 MB 1 0
64,377 64,377 000000000b6099bb88f29e7aa512020c2cc4a1cc4d3f05f95e4e974acd6cd6c0 0.00 MB 1 0
64,376 64,376 00000000029c12a606bb0b13b7b8b7fd334437bb46a6b99c6152f348de755a7a 0.00 MB 1 0
64,375 64,375 0000000009de9e4d82819176ee9a3b265ae3b1eefb67825533aedc02278c413f 0.00 MB 1 0
64,374 64,374 0000000004f005a2e228ea11a97601f357f04c9d414756389ebac594d3f72b64 0.00 MB 1 0
64,373 64,373 000000000caa636b1100d294ef9bd390bffbe1c41ea4abd20ecc02ee82aa7f3b 0.00 MB 1 0
64,372 64,372 0000000001944811224b00fc1b7929e77f059cc8555aca58ed50498f4a7207ad 0.00 MB 1 0
64,371 64,371 000000000b584d35d0fa508c718e6a86bc65f85a377d61db7c997970d9560933 0.00 MB 1 0
64,370 64,370 0000000005d216bf630df03434e269a5c6bb953387a547769c8ec753cacc7331 0.00 MB 1 0
64,369 64,369 000000000405414c27e84ad291bac6be8de01be270df1d9e82ca74a7cc2d5ebd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.41 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,079.84 GB sent, 110.28 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.