Memory Pool Memory Pool Refreshing

17,619 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (552,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,264 355,264 00000000000000000f866fac45fb6699c385c07ce2fed4c82590cb73a1880e3c 0.18 MB 302 24
355,263 355,263 000000000000000004ea86c3ef0684ffa954f7b4e104e45c8cbc2419f2a67849 0.69 MB 1,081 25
355,262 355,262 00000000000000001175463af51b92274f42067df5bc29371b33346d23069856 0.26 MB 470 25
355,261 355,261 00000000000000000cfd9ad1431aade7b62ad9c0fb1e7775e78cd47f14efacb4 0.27 MB 359 13
355,260 355,260 00000000000000000f3dd0807c921c0c2bd6469c0567a7d0e4631661c5a04cff 0.75 MB 1,487 30
355,259 355,259 00000000000000000d9a36e38470107f574136c846b8e3237f3c8d98de2ceb7f 0.17 MB 384 17
355,258 355,258 000000000000000016a2964f57b80ad457e092b1395b05c9976518d504b0a7dd 0.42 MB 893 28
355,257 355,257 00000000000000000f472d765c26fb7881c3e7724dca73201c468e3bdea4de5d 0.55 MB 1,204 29
355,256 355,256 00000000000000000f0dd584c7eb7ea132dc2af33f911fc7b87b05ca051072d7 0.12 MB 268 21
355,255 355,255 0000000000000000118eb9e1f99f003743c9f3b7639140ab25077524bd13338c 0.44 MB 920 28
355,254 355,254 00000000000000001007537d11fbfcc66364fd16eb88a9c28a6e964de0e9b5bd 0.66 MB 1,401 27
355,253 355,253 00000000000000001276005a8ae68cab0b1c2bcccda233797d4b49b1f5d0f46b 0.18 MB 395 42
355,252 355,252 000000000000000016a16541c1c72fd069ffd7f6f58061aba0bc9322233c0068 0.10 MB 78 7
355,251 355,251 0000000000000000112b897aaed02150ef98d2439af255e2a47cbc0d8f721969 0.45 MB 833 30
355,250 355,250 00000000000000000339233611d6542224c26e00b19b894b5d424f6ebb16263f 0.14 MB 210 18
355,249 355,249 0000000000000000013d3505770aa2ee326ecf01ffd299648d79a1185db8952c 0.13 MB 277 29
355,248 355,248 0000000000000000007dfbb17f1f9588aec9e230bc1a2f91f3026c5ca04c629b 0.31 MB 695 28
355,247 355,247 0000000000000000058b8452855d584f69a3348e8c45c1ecc971d27f6159473f 0.18 MB 359 24
355,246 355,246 000000000000000011c9245b7f8eed7c718e20d65553d462df06bc5140e9262b 0.14 MB 235 18
355,245 355,245 00000000000000000bed51d09d49afe2f3271627bfdbf0a09dcfa7382644dc1d 0.44 MB 849 25
355,244 355,244 00000000000000000ea6b59f58beab538722f8fbd3a8a54f9b787d4cda0703ad 0.84 MB 938 15
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,624.22 GB sent, 92.99 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.