Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,196 transactions (1.88 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,101 (870,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,517 39,517 000000005f1d83801a7c155f039a878eafd936e1f5b1d150aae2b165b5eb0cd3 0.00 MB 1 0
39,516 39,516 000000005034c1609104aec6bd1c2665576f061c7fc70e95a4de58f3193d1661 0.00 MB 1 0
39,515 39,515 00000000601165cc881d80634f6a78f13c95ce981eb73766d4874c9f696e77fb 0.00 MB 1 0
39,514 39,514 000000002ea27247d805630faaa8cbd6ed3bcbfa7b5904fbf9c5c81e947671f2 0.00 MB 1 0
39,513 39,513 000000000446d53965fd49b717d22d364a126254809d5287e5f8f4aa6cf043a3 0.00 MB 1 0
39,512 39,512 00000000710b5f779379d0d263082f7940b377e0eacfc58e7fb261463d05f038 0.00 MB 1 0
39,511 39,511 0000000042101123d7d03656f988ff2211b511a99eb38da9b9983a4c14214f03 0.00 MB 1 0
39,510 39,510 000000000c2cb130e33706ba804d646701b530f86f9cc0b79f23510e0cb1e6e2 0.00 MB 1 0
39,509 39,509 000000000a5dc4e236876d461809cf374244e8579c7ac71eb3d110fa13fe6ad5 0.00 MB 1 0
39,508 39,508 0000000001b3f0001926e74f1f1729f6eea3d7fecda35dcdad1fdef02318d73d 0.00 MB 1 0
39,507 39,507 000000000e9020c78ce81c323aa5278ef203c9abeb2b729c11928b221402790e 0.00 MB 1 0
39,506 39,506 00000000619fd5cdea81fa3b77779896dabf1cb8a4c375a63d560ad0da4e5c19 0.00 MB 1 0
39,505 39,505 000000008a150a53e80ccc2b34fc4b29073ca1845bf070a61ba34b590ab62053 0.00 MB 1 0
39,504 39,504 000000007a173c72b99271b73409bce31cb2e4fc35d4c6a4a63c2a744ad064ff 0.00 MB 1 0
39,503 39,503 000000002bee091777f065cc8af38f4d563f85138875348b316e38e86492ee79 0.00 MB 1 0
39,502 39,502 000000003fe91a099b02c0e5a46bb895ebc17228b07aca9d3c83d4e5f168be37 0.00 MB 1 0
39,501 39,501 000000001e12923de4eed567dc8e4dd361866d5f632c7a7b926f2a616d99846c 0.00 MB 1 0
39,500 39,500 000000004de45bda95e343d20a412916358b231a6af9d23518c84a30b4f55a91 0.00 MB 1 0
39,499 39,499 000000007f2ad3e0cc306a299750345586afee63a1d7f4ab964f6904c4a67fc5 0.00 MB 1 0
39,498 39,498 000000001f29518472b1978aa4c7ca35281f7ab692e5ab1ce55268899572520a 0.00 MB 1 0
39,497 39,497 0000000054a9eca82603f21ca79b6680d3b1753dc92b8256c644770707164971 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,188.35 GB sent, 116.39 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.