Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,670 transactions (1.75 vMB)

Priority:

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

Blockchain Blockchain Refreshing

Tip: 910,689 (888,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,675 22,675 00000000522cda0b00400d058919fe8174f7783c42994d35a967492d231508d1 0.00 MB 1 0
22,674 22,674 00000000af2772400cab058aa7e098f716f0eab6d48947880de356812f49e826 0.00 MB 1 0
22,673 22,673 000000004ccf5a51febe261c1616840386a454f936f80ad6396ee0871bca4815 0.00 MB 1 0
22,672 22,672 0000000086d564bfd9e26b06b2612460671c45e8d203b9e6c5751f1a85dc59e4 0.00 MB 1 0
22,671 22,671 00000000fccae24278a054ecf1bc672e39e33588ebb7806334ff5272d2a6efe2 0.00 MB 1 0
22,670 22,670 000000005148b3c1f1494c74ed908fee73fa5e0e7541174a88dbd4ce4f9672c5 0.00 MB 1 0
22,669 22,669 0000000047d24d7ba2706b33367417a1719df94844bf692d7225fdfdf35e46bb 0.00 MB 1 0
22,668 22,668 00000000288a2eb1dd2f258b6b2442d75bdf3255e089783f5f342ec5ec95eafe 0.00 MB 1 0
22,667 22,667 000000007cbdca462f94c68b665dc6c3acd705d4b3608aead0ee7242aebc6a06 0.00 MB 1 0
22,666 22,666 0000000020c6540419f344da028f24611484e1b1a9ae583037aad38ce6839e2d 0.00 MB 1 0
22,665 22,665 00000000ba692128fcd1767b94376198f769deb2a6753a388154a81fc9fda5e3 0.00 MB 1 0
22,664 22,664 00000000ddcc08a9056469f26fbded86968f3b375d577aeb80bcd2d6be56d768 0.00 MB 1 0
22,663 22,663 0000000098831948c2c06262416bd5f50eab020c15795bf57254c74c074e99c0 0.00 MB 1 0
22,662 22,662 00000000ed5cab0f690393d1db4e2a68cacc49aa7e0d5e30e87770cb2b335cdd 0.00 MB 1 0
22,661 22,661 00000000ac310d3389efb0455f409fcc3fa9776468b6f9552397014a32ad1a60 0.00 MB 1 0
22,660 22,660 0000000018907dc7ba05ffb8c8ff478cf02c38e6d4aa160dfbcd669c97330648 0.00 MB 1 0
22,659 22,659 00000000c8d0e11167c4254cf9416b8cb5cd2158b7dea31db9c22071944e01a1 0.00 MB 1 0
22,658 22,658 000000005c63d8aa817a3cac7deb229425ae45bd55ae0c10309cea0b4e25ca97 0.00 MB 1 0
22,657 22,657 000000000a49eec47f111de461d3b8a171c6ff20073223dd9c9ded195a99b74e 0.00 MB 1 0
22,656 22,656 00000000c87fa00071e200323d91f95b06f88f28a2b1d7ca6ef5001a807544b8 0.00 MB 1 0
22,655 22,655 00000000867303cdcb40e0a6094bb0fcff5b4b708cc57e0c6632751dfd268c57 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.65 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,289.18 GB sent, 121.89 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.