Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,842 transactions (1.47 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 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
909,910 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,413 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,909 (878,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,643 31,643 000000008de98aca9944627f14cd6b7a312d1b4eac3e2a779a43d85bd3f740c1 0.00 MB 1 0
31,642 31,642 00000000d4b422d26c350ae0c8bbc4b4ba2d04d533f008aa35d375617f517779 0.00 MB 1 0
31,641 31,641 000000006f11c93bf1f53d07f01c2d0138200992fa84efe1761b49d1f37e6daf 0.00 MB 1 0
31,640 31,640 00000000409087462475fdcb878b768f14e9e56b703546b0e5e2b223400524fb 0.00 MB 1 0
31,639 31,639 00000000868c74ca1aaccf9f56f5f6d9459f60d39bfab490c332d3d326a830ba 0.00 MB 1 0
31,638 31,638 00000000858c3cf4898004c443150882c02baf5744a185a7a976a7b7a2bfb16a 0.00 MB 1 0
31,637 31,637 00000000e27667c2668e889d4d60b90067c0fab59b15d36d9a8953fcc411c8c0 0.00 MB 1 0
31,636 31,636 000000009c37c592bcb57692c43c9812bf181c713ef76d34a8f3154d0a7df50b 0.00 MB 1 0
31,635 31,635 000000008fbffeb362719f03026a682fccd6398eb86494f8f158cbe761177a67 0.00 MB 1 0
31,634 31,634 00000000ad24c250c93eeca1c4512d7ecf39127a87d6626c7ed552b67c8644d3 0.00 MB 1 0
31,633 31,633 000000006cd447a8c422bbd3ca685ee26617d335d946ae8019abc9de175f1b18 0.00 MB 1 0
31,632 31,632 00000000aeee0d275c71ea1f2d3e6a248265ddd3bde2222208c3d1dc07839092 0.00 MB 1 0
31,631 31,631 00000000c789598e2b78fc191dfd4c0f025f409137ae4bd036a0862cff0c5923 0.00 MB 1 0
31,630 31,630 000000009e510fe8e2d3e6d0cbfd58db2b91f1d8cf565d7019351cfc8606fd53 0.00 MB 1 0
31,629 31,629 00000000ddca902020bc6540c97c5e59dcde6ca3f51f58f537b8eeb10d09a903 0.00 MB 1 0
31,628 31,628 0000000035bde7e95867d72dee2567eb6e0620d500d4113105979a8d1e6b3bd0 0.00 MB 1 0
31,627 31,627 00000000eb6663fea39e40a7b3fb79f849ba8472c2458b9b357b004b623a60bc 0.00 MB 1 0
31,626 31,626 00000000106859fdcd238b7462df362a2212d274903e1d926a60274c0711aa14 0.00 MB 1 0
31,625 31,625 00000000a4618aa820837469189b4ab3beb23054fa67698bedb5fff35a46f646 0.00 MB 1 0
31,624 31,624 0000000039a2dc13ebf7a686f125cc97f33f4d258edfb10fa706b5b09ba0c155 0.00 MB 1 0
31,623 31,623 000000004160e706a5f55287679d3dc6f465dd619eb1d37ca2969bf412eb1d8d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.23 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,172.57 GB sent, 114.55 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.