Memory Pool Memory Pool Refreshing

4,145 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (459,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,325 448,325 0000000000000000032e46a86a78a54a8d9f48b754f575ae87c375082de2dc0c 1.00 MB 2,835 91
448,324 448,324 00000000000000000181659960c22a9b727f48403b79f83c3dbb23d36aae72dc 1.00 MB 2,829 95
448,323 448,323 000000000000000000f4480cd7711b83fe2f682c2959c105928dd4d8c914e8b6 0.09 MB 75 30
448,322 448,322 0000000000000000030c83b152309b23af451ee3bf9016837483e9cb0c029d4d 0.26 MB 231 37
448,321 448,321 000000000000000001d90088e3a500fdb96c6261424a23b7811a720c77fd4c47 0.67 MB 1,097 51
448,320 448,320 0000000000000000028ae258b9b76de78d3765a6847a9ab5e0f9a23cdf102521 0.40 MB 949 72
448,319 448,319 0000000000000000005cce4dd12e90f68e086a00e8f147d8d15fe24ec5cb95fc 0.73 MB 1,721 77
448,318 448,318 0000000000000000006f8a6d72ff9ff1047e3f199af337f501391acd61b85e20 0.53 MB 1,154 70
448,317 448,317 00000000000000000262d75cbdc564db5c813352c8342902458e3dab2892961a 0.48 MB 1,251 80
448,316 448,316 0000000000000000025496089cddca15af070b4ce9d9a896fc97ef1311322e77 0.92 MB 1,953 69
448,315 448,315 000000000000000002791265e447b51cb7e3903fcb9545cd7b9ade3ba1d161bf 0.14 MB 198 43
448,314 448,314 0000000000000000029c040b1155ef297d54981327c6b8d3cb36e541e43ed226 0.75 MB 1,605 62
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
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.