Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

956 transactions (0.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.39 vMB 952 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (867,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,333 43,333 00000000263732c760c746b5a6708fa4e73fd860af7d65c72fc27e8a37544ff3 0.00 MB 1 0
43,332 43,332 000000000ce8aa144b9e7c65ba9de8526574e3b02cd6b09124f93f5a7c3cec5f 0.00 MB 1 0
43,331 43,331 000000000e9a351c36daf20c7981dbe2e95f00a67f78cfc0b12fc0a45b4e7cfc 0.00 MB 1 0
43,330 43,330 0000000029eca47089db8ce6becd0c70ff022211abb5540c026da51c17eddd03 0.00 MB 1 0
43,329 43,329 000000000ba797245a86d68df415bdb953a3f38d79a2d728f6453faa737f11dd 0.00 MB 1 0
43,328 43,328 0000000039b44933fa51f81dab5a4714ff7a9fbdf34fcff746425b82680f2cd1 0.00 MB 1 0
43,327 43,327 00000000241507f2d1045b196727de917f0b21da5e0c62cf0b76a0c4290668ab 0.00 MB 1 0
43,326 43,326 000000000d5014d38be5ec38f7efcec4830ca6a10153ead9cab87784609cd89b 0.00 MB 1 0
43,325 43,325 00000000156f829cd383fc32296b627f61c6ab3536ca4ccbeb09ec27ab82d942 0.00 MB 1 0
43,324 43,324 000000001be32d1ac9c91595fd31b52c8f1fb17afa074e08eb3eb5f8f7225eb6 0.00 MB 1 0
43,323 43,323 0000000004dcde48f14f863f1d72d6a65df6518c4cc27497f8bd5548d5b7a1ce 0.00 MB 1 0
43,322 43,322 000000002fef20817c904075a8821c2c5e5e3d602347c8a9d02b708fa9e90109 0.00 MB 1 0
43,321 43,321 000000003f85211f6acbc6f594a963debed82db6ab7a1009e8daf47a73f72aec 0.00 MB 1 0
43,320 43,320 000000001673f75041679e38aebbac827107407b3c07bb98935b7b7c96d08dab 0.00 MB 1 0
43,319 43,319 0000000012991856a1cf79fa9ca2fd3dd6d8e1ba3d8c5b6a194ccf1e543c6be6 0.00 MB 1 0
43,318 43,318 000000001ae6073697da71315253e8fd1d1257e673f6a158cbc850cb3aaf22f8 0.00 MB 1 0
43,317 43,317 000000001a2f874f54a4894abd541de655eb807ea480b2f1833fb3fff701d9e7 0.00 MB 1 0
43,316 43,316 000000002e5b82ecb3f31bd2545547263888d6739bbc4781a11a1e1159c3c288 0.00 MB 1 0
43,315 43,315 000000000de063b8ed0a6fad0fa6dc390cd01ac3a26e64a128be8ba8cea82c2a 0.00 MB 1 0
43,314 43,314 000000002f42df188bcc6021f5c8f8098185b74c6370343676afaf959eb3fbd3 0.00 MB 1 0
43,313 43,313 0000000005b18e513ffac5dec6573956c2ad9a9d8048156046ac7944b1695c89 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.22 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,359.73 GB sent, 124.83 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.