Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,209 transactions (2.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,218 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,932 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,217 (887,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,418 22,418 0000000046bc7f9475dd0e6a6611751b2c97e1abde4de75f8d1820da224fa4e5 0.00 MB 1 0
22,417 22,417 00000000e7e77cc5902807c6d20544bc976481b46b9876f3d489bd6630c1f460 0.00 MB 1 0
22,416 22,416 000000005e1b3457fb2347dab4fd80c807d4c75230c5f4b738e735dd6d5d2c1d 0.00 MB 1 0
22,415 22,415 00000000c9cbe5d4a716034d38f511d7341cf53ea261a5ea263505d07e0dc42d 0.00 MB 1 0
22,414 22,414 0000000033fded2f0b3bfa0d9047336c5641ac9db5594598288546398d68a221 0.00 MB 1 0
22,413 22,413 00000000e262d85099b0f48b7f70d8de6da439e498f6df20645f462162dba11c 0.00 MB 1 0
22,412 22,412 0000000036009862cf7ae3b5b1c4ada293e0faff953613f742931a3c000a5156 0.00 MB 1 0
22,411 22,411 000000009f7164fd3423dd4bb7b37e6c5954389bba0e6483c41b78b1b1d85fda 0.00 MB 1 0
22,410 22,410 0000000086221696ce6bd8382a7f7b6d9086e0f7bb7782df3d5b677170b5503a 0.00 MB 1 0
22,409 22,409 00000000961bbf4d11a465823620d0b07bc27f2fcf345822313ce1ffba4a6197 0.00 MB 1 0
22,408 22,408 00000000b0401a47a4e54d3632d7e1c2703ed98c71b2a01c4cb97725d60db2ac 0.00 MB 1 0
22,407 22,407 000000001cd1da3143c4e24ab91616f99bde45b20cb4a7e81be398f167a4dea2 0.00 MB 2 0
22,406 22,406 00000000c8d6d818815d44464ca8dc85fb481f3f0049a84e5e585daacfbae621 0.00 MB 1 0
22,405 22,405 0000000055ac66553fafcd7ec8bbc80717702e2a29d74d3165013b6c339a6bce 0.00 MB 1 0
22,404 22,404 0000000048075772cfa32732c6a6125997794559ae93a9037f62f1bc1dfa15ad 0.00 MB 1 0
22,403 22,403 0000000018da5f801a9d990ec8b450f1c9833a6dfcce6ab202b4ba27a7a5ac98 0.00 MB 1 0
22,402 22,402 00000000a53ffa9386b7bf9a4363ea564f4c62a7eebcebf319d3d17fb7b9fa17 0.00 MB 1 0
22,401 22,401 0000000042981ac56d8e82152e67739bcc255879551318b5574c7c6faf6d5180 0.00 MB 1 0
22,400 22,400 000000000bbf0a8d99b8662a822a683d15e5a5f681117965d5093ce0955dc70f 0.00 MB 1 0
22,399 22,399 00000000a859d5401c55e3c257aa7c63358f64b16298533c1483311db77dd638 0.00 MB 1 0
22,398 22,398 0000000017d7f9f9cf4ff34d8a689490e7ff429be4d87d4fa1d62559a34e83a0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.80 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,199.64 GB sent, 117.61 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.