Loading Tool

Explorer IconExplorer

Memory Pool

87,646 transactions
32.94 vMB
0.12684023 BTC
Random Selection Loading Transactions
Max Size: 197.70/200 MB

Candidate Block

Mining Attempt 0a3ce398d470d124f0c8ddc45f7dc9165ff8784cf881b68e0536c6de83595319
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 85f39d07d98eb31c2c8a044e0e69e24915b566cbf3c8d7e05cf233796776fc04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,487
Size: 1.00 vMB
Total Fees: 0.04592080 BTC
Feerates: 218.18 > 4.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (497,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,548 417,548 000000000000000002efb6b5fc8f50482e5631a25d8b2424fc07626fc9630953 2,409 1.00/1.00 vMB 47
417,547 417,547 00000000000000000528e5ec5b8e67d92c5a44c276e91c17ea7ecd60e1ba1e2b 2,975 1.00/1.00 vMB 72
417,546 417,546 000000000000000002029d47580692e141ebeb431e6639b5bb06cc1d849a9342 3,092 1.00/1.00 vMB 65
417,545 417,545 0000000000000000030ea9fe83fc95a12607759c48f028a3cbbb2a98edf8e287 2,169 1.00/1.00 vMB 60
417,544 417,544 000000000000000002d1ffc4d1ccb743ff78a55b7d70cf2ab3b28e707d5857cc 1,460 1.00/1.00 vMB 109
417,543 417,543 000000000000000001530cf37774c7c0da38648da934fc35ced87b119d5bb20f 1,227 1.00/1.00 vMB 50
417,542 417,542 0000000000000000008e216929dc99febd926a862e497ec37dbe2d62c60e656d 1,460 1.00/1.00 vMB 74
417,541 417,541 00000000000000000129aaa63008d017a5dcb971ad9273c994e64ad031e40266 1,413 1.00/1.00 vMB 65
417,540 417,540 0000000000000000029ccb853f9c3b8f70c0e4235ebb67e658d8487194712a72 2,072 1.00/1.00 vMB 87
417,539 417,539 000000000000000000c2dccd75ec4d73c262f0954d700c0b3d9cc51b5b056c76 1,671 1.00/1.00 vMB 107
417,538 417,538 000000000000000001a0088b75bfc523c95dac14654e8b16b69e491d3a8572ce 1,276 1.00/1.00 vMB 61
417,537 417,537 000000000000000003fb6e7556e1a1b257a4723c056c5dc7d5ff7a183a664487 1,882 0.93/1.00 vMB 108
417,536 417,536 0000000000000000044305566e45c18112d10976aee675dacf77e5df7b65e224 1,321 1.00/1.00 vMB 60
417,535 417,535 0000000000000000018bff4bb251be6f1650eb7d724c4b51511aa6eae8493458 2,274 1.00/1.00 vMB 111
417,534 417,534 0000000000000000027d70884520f69292baa34d569914a8bce1cf3aa66020c0 1,911 1.00/1.00 vMB 79
417,533 417,533 000000000000000004441bbab473c4583d570ba7f46e119cc21680507aac852d 2,103 1.00/1.00 vMB 85
417,532 417,532 000000000000000001c5fc94c1d9a782ef4c73c5f1e6c9ad3bdb036d64dbefdd 2,472 1.00/1.00 vMB 78
417,531 417,531 000000000000000001222e86ab89a06efc44f08edd60ef9c442312a3c1e4ffc2 2,253 1.00/1.00 vMB 66
417,530 417,530 0000000000000000029291cb13bf5d3fc2e5247b616ec242835bea37b0991237 1,020 1.00/1.00 vMB 79
417,529 417,529 000000000000000003e35002a2e8a54bc956831c8d462d146f8ecb123ccc398c 1,699 1.00/1.00 vMB 94
417,528 417,528 0000000000000000049d45c3dccc72540a53809a1785b027488d920364263db2 796 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.52 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: 668.88 GB
    • Received: 15.61 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.