Memory Pool Memory Pool Refreshing

10,082 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,167 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (616,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,587 291,587 000000000000000050271c9bcb22d7daa97f77388796cd1cadae47832691594a 0.25 MB 692 44
291,586 291,586 00000000000000000fd0a785caa1d3f8c9453c11c5fdfe97219ba946e179a54f 0.22 MB 216 24
291,585 291,585 0000000000000000edb9caecb9347ff3a1856d1a55483127740577e9ec7b2be3 0.25 MB 199 15
291,584 291,584 000000000000000101e284740d1e8c6d57f70b57641595c824d3977182e34ab0 0.35 MB 256 27
291,583 291,583 00000000000000009e437efb06bab58643d34cc144a96838c61b3bdd4fddead7 0.24 MB 512 33
291,582 291,582 00000000000000009171db2b7c1b7d5f11cc049dbea6dc5279e7d1a9f50909a8 0.25 MB 695 55
291,581 291,581 0000000000000000492173e42ee839b52e32f259743ff6b691f09f6b1cebe205 0.12 MB 242 48
291,580 291,580 0000000000000000dfa3524c776ab9b9c507a4366014ec06965829ffcbc00423 0.20 MB 274 33
291,579 291,579 000000000000000097031c29e8f0f87eb063d33f9f9e4b0d99a691d4af982905 0.34 MB 471 31
291,578 291,578 0000000000000000025916365546978387ee2a5e7e2af8df7bf025641f650903 0.04 MB 87 67
291,577 291,577 0000000000000000425a11e582a7343c2fef73c45a40b4f3dcd37ec6d62cb9de 0.38 MB 431 25
291,576 291,576 00000000000000007b1819e13cf69c21e8f604e727e056fd6c20aa578ae797be 0.85 MB 1,259 32
291,575 291,575 0000000000000000619e801b6360102e9654092c21c8efcdcb1e23f3b616b5e6 0.05 MB 159 20
291,574 291,574 00000000000000008438455dca8babf013d83bf720672475f151f8ad9ccfede2 0.61 MB 486 22
291,573 291,573 00000000000000004f41fb966f920761580f3058d464e95c462cd21773dc77d2 0.35 MB 367 27
291,572 291,572 0000000000000000fb2234ea073c64b4b642bfbee1a81688d35e623a3c291814 0.35 MB 814 49
291,571 291,571 0000000000000000d9ab1ba024b0a9460c661f2f8e9ca8a08acaa296817a3ab6 0.06 MB 32 28
291,570 291,570 000000000000000072430b37c0e52e0cbfb632284a4368e99df15b4080f3521b 0.91 MB 1,276 33
291,569 291,569 0000000000000000efd8e0adf83fe7c57b19438c8d6b8bf147e3406ab0f8322f 0.54 MB 779 31
291,568 291,568 0000000000000000fa3752d7f7db7dae105f5c32a0dcac3817317eff01fe33c6 0.17 MB 512 72
291,567 291,567 00000000000000005394421ad52d9023d6aec13abbe862d9d8897fe802cfb6c8 0.90 MB 1,429 30
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.