Loading Tool

Explorer IconExplorer

Memory Pool

76,737 transactions
28.59 vMB
0.07066753 BTC
Random Selection Loading Transactions
Max Size: 173.26/200 MB

Candidate Block

Mining Attempt 15f74438ae4e0b36081d0368819c6285b6882116c0884b3eab94f4da1632728a
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root a34c6939043085a228a31acd6bff70bbdc866af128f9cf3fc9bfb4c269aa1a49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,470
Size: 1.00 vMB
Total Fees: 0.01129381 BTC
Feerates: 71.79 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (43,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,194 871,194 00000000000000000001012884d8a31112a4eb926bc4f9a45c0d209e0e5d9c15 4,225 1.00/1.00 vMB 10
871,193 871,193 000000000000000000015ff6d56c17c5cc2b6e6f5f17d00683ec39ee0376eb0e 3,476 1.00/1.00 vMB 11
871,192 871,192 0000000000000000000029ba4433fc03d77bffcc592e5b0f2ee02dbe060e224a 4,938 1.00/1.00 vMB 9
871,191 871,191 000000000000000000028bbc47ac5a6e479d2af0ca29dedfcee777fe98211b7e 5,477 1.00/1.00 vMB 9
871,190 871,190 00000000000000000000458e01739ce2402cdd1f50214b2f7c2fe60030fa2ce8 3,911 1.00/1.00 vMB 16
871,189 871,189 00000000000000000001d948448acae8b9eb16c78110203d11dac6bb95e8c486 4,821 1.00/1.00 vMB 19
871,188 871,188 00000000000000000001d19572f08f6d119ad15b051c4bf0e01799eacdd368b7 4,349 1.00/1.00 vMB 16
871,187 871,187 00000000000000000001a8e9652fb228df66b8c70eb9642a0b4ce25b87cd5417 5,236 1.00/1.00 vMB 14
871,186 871,186 00000000000000000002563e2fd09e091030986cf5915e2621031aae8943b3aa 4,925 1.00/1.00 vMB 6
871,185 871,185 000000000000000000024462fca651881806435bf37f02452094cbea9ec26501 3,412 1.00/1.00 vMB 4
871,184 871,184 0000000000000000000222e37842cc4421c3a50d1bccda3d3bb92823196325b7 4,579 1.00/1.00 vMB 6
871,183 871,183 000000000000000000012dadab6355f09ba29d9fe01bcaac3527263a22d21f63 4,318 1.00/1.00 vMB 11
871,182 871,182 000000000000000000012e23e9eb5bbb4258ee9a76fff33ea50f5f9935cc6bfe 4,568 1.00/1.00 vMB 8
871,181 871,181 00000000000000000001cbb1a10222fe893023ac0140f37d7024599a4ce61423 3,483 1.00/1.00 vMB 7
871,180 871,180 000000000000000000003c391a53756700488b7d2d109b918bb4617354c0d4d1 5,259 1.00/1.00 vMB 10
871,179 871,179 00000000000000000001297c8c9c5aadd00d207a31de94a42098b89ac78ef9cf 4,621 1.00/1.00 vMB 15
871,178 871,178 00000000000000000000f2cc52173ef74c6a758cff93f6e5d4a576da343c85ab 4,516 1.00/1.00 vMB 20
871,177 871,177 00000000000000000001986fbb7c3a35efacc230e13177677079222715fb5594 5,298 1.00/1.00 vMB 15
871,176 871,176 00000000000000000000fefe5dd9a73ebe76efcb47a81d9b4cf4c4d54b3eba7c 3,073 1.00/1.00 vMB 19
871,175 871,175 00000000000000000001cfe73f85d53a5f7d41fafc6231b29086c0123194649e 4,245 1.00/1.00 vMB 5
871,174 871,174 00000000000000000001564084f6d169f646fe321b0fda006d1e59ff72e4a688 3,711 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 673.13 GB
    • Received: 16.41 GB
  • Uptime:

Notes

  • 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.