Memory Pool Memory Pool Refreshing

1,621 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,781 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,620 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (44,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,382 863,382 00000000000000000000214bc375f73563682e2ece75f05eda2895f0deba87b2 1.45 MB 3,747 2
863,381 863,381 00000000000000000001822bbb98f6383d28ae0b6267b121be9db8860aa5e418 1.50 MB 3,050 3
863,380 863,380 000000000000000000023746b2f5840f7e7a4ab0f07a38bdeb0c241c0c13213d 1.47 MB 4,086 3
863,379 863,379 00000000000000000000d21aa295c93d3eeed7ddd6d24738976e0a8065dc5c51 1.49 MB 3,347 6
863,378 863,378 000000000000000000028ca0403992b7a70769a49cf6adc22dd7230b9cb1d695 1.62 MB 3,426 3
863,377 863,377 000000000000000000029c83038d36a07ac0e38d953a4a3b31eec40a8ccbdee7 1.95 MB 2,213 2
863,376 863,376 00000000000000000002805bb208219650a223653a160fdb9c64bab6f72b4014 1.85 MB 893 2
863,375 863,375 00000000000000000000264db20b29e9e046da634aa0e868860227cd3b98e1a6 1.88 MB 2,725 5
863,374 863,374 00000000000000000000eabebccaa74879072728420e629bcaef641acc4a67d1 1.85 MB 585 2
863,373 863,373 000000000000000000003392febb6e176afb73826a8643ca02c4bdc5465ccb48 1.80 MB 1,259 3
863,372 863,372 0000000000000000000299fdfbe4ffe70e2ab7c3a462e74c86c09ec82812b7be 1.82 MB 787 3
863,371 863,371 000000000000000000005b965bcb556e445d0515bfa564dc49509f2509b8e59e 1.98 MB 2,690 5
863,370 863,370 000000000000000000016c9eb9298c6cdc1e112a64947996698c686ce99279ba 1.83 MB 908 3
863,369 863,369 00000000000000000002642e7e2223486637f31b5e9992f36ba8c62a3a2b8367 1.77 MB 1,699 4
863,368 863,368 00000000000000000001ba00c3d6c319b2ccb176e0c32ce4ffb1cf1193263d34 1.67 MB 4,896 4
863,367 863,367 00000000000000000002b064f57760821837b94046dda4bf2816d35775e24402 1.65 MB 3,257 4
863,366 863,366 000000000000000000016d4feb8f9ba0799b9f00c1ee1c5d14fdbb3235909255 1.51 MB 4,014 5
863,365 863,365 0000000000000000000296ab20e12e83e4c2e42a80adc326c1d38587005a588e 1.87 MB 2,399 3
863,364 863,364 000000000000000000019696a1f53b6cb5c2173cf9c0860259b4bc6e90ba1043 1.89 MB 2,136 3
863,363 863,363 00000000000000000000a0ae1cfe3be04168f23e0210355aa52103ffd7a4d6f4 1.63 MB 3,815 2
863,362 863,362 0000000000000000000273c45c0e8bdb27c29d14c3bdfa1cce8c988ab7b65a85 1.41 MB 2,491 7
Previous 10 blocks ↓
Total Size: 769.13 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: 1,630.68 GB sent, 93.52 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

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