Loading Tool

Explorer IconExplorer

Memory Pool

50,514 transactions
28.36 vMB
0.06586570 BTC
Random Selection Loading Transactions
Max Size: 152.49/200 MB

Candidate Block

Mining Attempt 99187400ea1a9d83b8dd9ded3f3aac2055eaa7bf1d9e8b21eb14e3c3a1484ae9
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root 57bf82426bb7e5bc3e5419214a1c31e647eda8b208709ecbe60ec227a27b9024
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,903
Size: 1.00 vMB
Total Fees: 0.01157857 BTC
Feerates: 100.00 > 1.16 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (68,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,579 846,579 00000000000000000002be588ec658d21130243515aeb243dee7d18a5970c551 5,514 1.00/1.00 vMB 26
846,578 846,578 00000000000000000001ecbee6d31a5f7dcff1d84cae30485d8d939a8147b8b7 4,886 1.00/1.00 vMB 31
846,577 846,577 000000000000000000006cf95664f05437ed77025f2ca24a10897d19b63ac7db 5,237 1.00/1.00 vMB 20
846,576 846,576 000000000000000000008b29ec6371f51c2b71be1e9cf351a5e2eda633bbd552 7,054 1.00/1.00 vMB 21
846,575 846,575 00000000000000000000ec7237d7a571faa9ebe71321dcf2f84583f76089975e 6,514 1.00/1.00 vMB 23
846,574 846,574 00000000000000000001ecee469df00b301b04fdeae2bea72b8adcafd4ee54e8 5,508 1.00/1.00 vMB 23
846,573 846,573 00000000000000000000376b0c2c551a8575a858284340309db07373db1ea496 5,378 1.00/1.00 vMB 23
846,572 846,572 00000000000000000002f0187bf20b369d1994ca6c4da1d5b6574249478c76f9 4,530 1.00/1.00 vMB 26
846,571 846,571 000000000000000000013c6e938ec23c5a531727ff970d8bb50876254778c504 7,370 1.00/1.00 vMB 20
846,570 846,570 000000000000000000012b8c99f288096bd53d9ed8d43ed54c1cd1ce98235b9b 3,739 1.00/1.00 vMB 26
846,569 846,569 00000000000000000002317b054a85d524d5350f6bf6449b19ee99269b3df137 6,839 1.00/1.00 vMB 22
846,568 846,568 0000000000000000000158c22077b29043b377860cb6dc6ac172597c0e68b325 4,635 1.00/1.00 vMB 21
846,567 846,567 00000000000000000002f3d15c319728c51c0a53d9da7cfe1414c2d40bdc0ec9 3,413 1.00/1.00 vMB 29
846,566 846,566 0000000000000000000054dd072771bd535f44397c33c7d4f11e643d445bc9f6 4,394 1.00/1.00 vMB 33
846,565 846,565 00000000000000000000e6c9d5f598873801205b107a64c2280a04d9dff07b96 6,289 1.00/1.00 vMB 39
846,564 846,564 000000000000000000023110fa3b42c61995b37f3692a87cc15a36d65cefaa3a 5,196 1.00/1.00 vMB 37
846,563 846,563 00000000000000000002ac5fad3813ce3b90d720ceff4cee69c1f0e36ded7664 2,823 1.00/1.00 vMB 38
846,562 846,562 000000000000000000011fe32d4ee94949d621ab93d06cd112e45c8f15d8d956 5,621 1.00/1.00 vMB 21
846,561 846,561 000000000000000000029a88ca90b63c09e56608d098defe6be14b9d61f7c338 6,251 1.00/1.00 vMB 23
846,560 846,560 00000000000000000000c783039e838ba4e7f0518aa7e7a6cbb4f6e8ea32d5f8 4,876 1.00/1.00 vMB 26
846,559 846,559 00000000000000000000b8ffa587151003d83a9c26eef24964f12cb46950036b 4,192 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.02 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: 649.92 GB
    • Received: 13.23 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.