Memory Pool Memory Pool Refreshing

17,484 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (9,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,586 898,586 00000000000000000001a4242bde684f71e107ae34964a25f8a241b90e16c637 0.25 MB 238 2
898,585 898,585 00000000000000000000c3c39a778825b788e05722de2debeb91286d46cea4aa 1.23 MB 1,917 2
898,584 898,584 00000000000000000001c09c680e2487bd2136da46793384230b9393d13b262a 0.52 MB 798 1
898,583 898,583 0000000000000000000224dbc4f991c0bb1ab0778f36b6cc9072c5dec2c3daec 0.00 MB 11 3
898,582 898,582 00000000000000000000ca9f479afe4d8f28083f36f1763af1d3a6fe77b04b4b 0.18 MB 468 1
898,581 898,581 00000000000000000000ac75e5249c857171a1c35a10e7eda4a7080ef4d6cad2 0.48 MB 641 2
898,580 898,580 000000000000000000021690fc03c383a4398e67693a3431aa1d5801ae55f952 0.47 MB 860 3
898,579 898,579 000000000000000000007c2fdd7de5e58c29a7d8e0bb2c6e7381f372231976ef 0.73 MB 1,091 1
898,578 898,578 000000000000000000005223a5bbbdb48e39e178b42832e2ebccfa073f7820f7 1.64 MB 1,909 2
898,577 898,577 000000000000000000002e0210f32b5e2c4fee002b29a8fe2ad4a586072346dd 0.47 MB 1,198 2
898,576 898,576 000000000000000000002e856a0e776fa10c2c2dd061947d72d50b1b30d833f3 1.94 MB 1,724 1
898,575 898,575 000000000000000000003b589f87fad7bf0766e3858db1399da203e9d5af259b 2.57 MB 2,461 1
898,574 898,574 00000000000000000000f77cb56d266cffb8ca597592c4828738f005cdcedc50 2.23 MB 1,486 1
898,573 898,573 0000000000000000000168ea27660c52c5c52a9aad423f8249d38eaae0b8ce41 1.43 MB 1,966 2
898,572 898,572 0000000000000000000135942c4d274e9a7819df54724565a83984043e3b1fdd 1.58 MB 2,926 4
898,571 898,571 0000000000000000000010778167970206fc8ebc04b315314374a9cdd48ff0bb 1.59 MB 1,062 1
898,570 898,570 0000000000000000000220e32f3ea03d6a8c98c1178c62d770d08a3e6909f490 1.50 MB 2,714 3
898,569 898,569 0000000000000000000086ec5497d4519be1a51a75ec3d0b946000f9a6f61866 1.67 MB 2,872 2
898,568 898,568 0000000000000000000108bfbc4c4d3c5afd733de801f0ff26a48e723a75a5fe 1.62 MB 2,410 3
898,567 898,567 00000000000000000001ccba57b66ae9fd792187b091dad9682528bdefecd654 1.72 MB 1,950 1
898,566 898,566 000000000000000000010e39afd5e899c9770c280dc50668baf43a3ce1318cfc 1.42 MB 2,372 3
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.