Memory Pool Memory Pool Refreshing

4,578 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,841 (459,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,313 448,313 000000000000000001229ad03a14bb388b5dac5930ae7208ffcc2a17222cd458 1.00 MB 2,623 95
448,312 448,312 000000000000000000b1268de98b1b12dd5dbdc1abfe85ab5e832e002f14ea82 0.02 MB 66 82
448,311 448,311 0000000000000000030d5baabf77afc16555738324bcc6f46e3b31b7065a4dbe 0.99 MB 1,863 52
448,310 448,310 000000000000000002f6e117da8ddbebd2cf6b8545dc3cd275076f9c55af3b3c 1.00 MB 2,304 69
448,309 448,309 000000000000000002afb997198f317b4211bbf89d924b296fd547fc1b73a6b1 1.00 MB 2,512 117
448,308 448,308 0000000000000000018d4654a89416d9adaa47e4ef7f3162a523b0fcaef19bb6 0.45 MB 915 70
448,307 448,307 000000000000000001cd21c8563d17ef9c9a26fe0685de06c87736c4622875b5 1.00 MB 1,409 85
448,306 448,306 0000000000000000002b0b52c93578bf3907d5a804415057093f79e774194384 1.00 MB 1,267 56
448,305 448,305 000000000000000000f14dad21138dd5f714cdc2cf66b77f58f99a0f2173feef 1.00 MB 2,484 72
448,304 448,304 000000000000000002ad32643475c537dd64144223bbffa0b3cb62ea6e4b6fd1 1.00 MB 2,392 100
448,303 448,303 0000000000000000005d1541fd49c4cb794387e4d2ec2529dec9ff2e0b428903 1.00 MB 2,172 77
448,302 448,302 00000000000000000296b49553143cb14ab612e002511ab10e461d59c887ef15 0.95 MB 2,315 79
448,301 448,301 0000000000000000010db2a0e3729ba46426c7edc1219575192176e2816d6b68 0.96 MB 2,099 76
448,300 448,300 000000000000000001745c4ee5ab0d31149ab8feb95eca75a775cfba85a7ddfd 0.24 MB 537 79
448,299 448,299 00000000000000000180699b19fce0042e14c7513ca8de852bac99ebdf9b3c72 0.15 MB 287 69
448,298 448,298 00000000000000000089bfd8725830173b88f091e385e6084816d2fe739a79dc 0.22 MB 465 49
448,297 448,297 00000000000000000146c2d7952c11b02c1be00e1f9603053c8860ec7fc801e2 1.00 MB 1,858 68
448,296 448,296 00000000000000000268e7a27321b7f6066265cb6194afa6185ee5c510ca7ae6 1.00 MB 2,501 79
448,295 448,295 000000000000000002e6cf7b05ca91d4ca4b2aa1f2493337ea4afed8e9f320a1 1.00 MB 2,888 97
448,294 448,294 00000000000000000277d30ca3212bde044242542bcb9db3523e51f40b509174 0.16 MB 201 69
448,293 448,293 00000000000000000207642e397335ff7a11d05b1f89e78f7b9b017d51f34688 0.96 MB 1,921 78
Previous 10 blocks ↓
Total Size: 769.24 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,635.07 GB sent, 94.14 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.