Memory Pool Memory Pool Refreshing

13,803 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (172,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
735,576 735,576 0000000000000000000507f40f1ae78863705f7a3a6027c5a00c7144eba887ca 1.44 MB 2,231 14
735,575 735,575 00000000000000000005b3b101abb8b168fd5006eadc4ecfbd70ca2cb31ce845 1.23 MB 1,513 9
735,574 735,574 0000000000000000000589c20b83adc635fe6e2cb360b3922226676bb9baafb5 1.32 MB 2,122 15
735,573 735,573 0000000000000000000883b7ba9ef70d6fb72e98ab68448b8911806028de5d30 1.47 MB 2,479 11
735,572 735,572 00000000000000000006559171c64b3fa1d82c6221e5658f229fde63614e4d17 1.59 MB 2,810 15
735,571 735,571 0000000000000000000201fec7d610dd93645f677dfe68afdd1a3b534194e6af 1.36 MB 1,609 20
735,570 735,570 00000000000000000001666d157d1583ebfae49d971db1d9139dbacc06ae1d75 1.41 MB 2,233 28
735,569 735,569 00000000000000000008bc6710153bb219c719b237066c27497cb32e058c03b3 1.32 MB 1,828 10
735,568 735,568 000000000000000000085ff463cb4241a51496551c1ae950ac32dbff0f1ec859 0.86 MB 874 3
735,567 735,567 0000000000000000000133b3c991ab95e1e64221c2e9bc5a6c6e8d917853582f 1.21 MB 1,480 14
735,566 735,566 000000000000000000006684a57c84d8020f1b1e1a7feea51a20e0cd97a68a74 0.18 MB 285 8
735,565 735,565 00000000000000000003d487e8e93783d70971a336832be7bfa6223892742d0b 0.47 MB 678 9
735,564 735,564 00000000000000000000dfead9e64baede53c99c017eee2b1765e0c78d8a09a4 0.54 MB 841 11
735,563 735,563 00000000000000000000e04cba1e5dca6f483c7f48d1a2ca826fb3851f346edd 1.18 MB 1,740 14
735,562 735,562 00000000000000000005239a0b57bdc677611fb240906d3fb26343cda3907e61 1.17 MB 1,887 42
735,561 735,561 00000000000000000001fa6cd0c82416531c15a57289831745878ed90233f4ee 0.42 MB 671 14
735,560 735,560 00000000000000000006ca04dff41f179288466fce44efcd176a8dffb09f8c86 1.04 MB 1,769 11
735,559 735,559 00000000000000000003a11d9b94444b531b3eeeb7c51d49e3b9bf1b29a3f30f 1.13 MB 1,908 12
735,558 735,558 000000000000000000047ac1e3f4781657a2e3b65ce610cead48bb631dfe7365 1.05 MB 1,632 12
735,557 735,557 0000000000000000000680821abd4d1404f05d18acf7e96472195f89af9ac435 0.04 MB 126 14
735,556 735,556 00000000000000000003dfd83c67f4bf20a84101732532be9cfe883e89d01061 0.42 MB 435 9
Previous 10 blocks ↓
Total Size: 768.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,614.61 GB sent, 92.58 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.