Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,650 transactions (3.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,229 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,846 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,228 (878,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,124 32,124 00000000716ad161f89fcef574520edd2694cc9d723e495c8acd095aaff27196 0.00 MB 1 0
32,123 32,123 00000000df7e461d7692a6588e4ba7e84aa25b94f26f103c890af46270563233 0.00 MB 1 0
32,122 32,122 0000000026cec71ecb5c7f6246310a7b673340a527bad257b3da3b89e6ca5a57 0.00 MB 1 0
32,121 32,121 00000000bf23a22228bf986cbe02de5bb0741feef5b9906399ee17642b155380 0.00 MB 1 0
32,120 32,120 0000000041d7a4b9fd21b7b92200dece6eedfb9f95a0b2ba05d3b182c88695fc 0.00 MB 1 0
32,119 32,119 000000002827678f6bd3d0406d5cbe3d2cbeed0591ede444a01d414ce2aefe16 0.00 MB 1 0
32,118 32,118 00000000a40a6aa3521c1d7ec6eb1148993ef1afbad9044641740de31e5eae77 0.00 MB 1 0
32,117 32,117 00000000e02e2ded5e0aa4aab2e00ec7e1f38d5c15fac24d1acf015f97b58480 0.00 MB 1 0
32,116 32,116 000000007c2fc0c71758c7ac28ac2e3a60ac2645b30d10a494f1e5560d1b33c2 0.00 MB 1 0
32,115 32,115 0000000006af66cff06199cff7442cf4c3c6c25ae6c7179c57d6ff707ba29d52 0.00 MB 1 0
32,114 32,114 00000000510e88e4ba44a363cfdce8b1b4529eea10fb2fbe44982a377062eaf3 0.00 MB 1 0
32,113 32,113 00000000d628eb5b1441973f4083d775d5ee6f6af2176bf1763b4490680ee15b 0.00 MB 1 0
32,112 32,112 00000000186f7132649dd21e67c2052f8e5b05761330db26d57f05c098608b3d 0.00 MB 1 0
32,111 32,111 000000002c4f1b55779207d0aeb8643925b3755d62d7a1d37829ef9ef8501798 0.00 MB 1 0
32,110 32,110 0000000061ee296436410842af0637ef2986e2ad7aba6c03420e23cca9a429f1 0.00 MB 1 0
32,109 32,109 000000005136fbb0f103fc7751bac745bc27fc49fc9950bc9efe84286af0d8e9 0.00 MB 1 0
32,108 32,108 00000000e3bfb1cd6911944e437a459fdb45518b803483df5e7ab9dd62954d4a 0.00 MB 1 0
32,107 32,107 00000000b4e40d70f7a4405760b861ac94a56a2d127e9df94716d1dc210e9b27 0.00 MB 1 0
32,106 32,106 000000000d60c9c68c1ae9687237845c43a1f106fd6bc5e3921c86efd8840e9c 0.00 MB 1 0
32,105 32,105 00000000e2b129a51b890955edf4c48c29dc77bedfe3c2de3273e313010ec329 0.00 MB 1 0
32,104 32,104 0000000017573539f6b0cf7adcab9dc7f3753446c00965adac360a9bbbb01db0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.82 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,202.80 GB sent, 117.72 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.