Memory Pool Memory Pool Refreshing

7,153 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,685 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,376 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,684 (477,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,024 430,024 00000000000000000072dcea979fc8f8724eff3a4f8450bd80215427f305c2d1 0.28 MB 686 62
430,023 430,023 0000000000000000013cfd0a3b81249aa4ef1a8c33b02dc5259203c37f64d314 0.46 MB 892 55
430,022 430,022 000000000000000002057094435b5b520a1c5ad5a77df238b5a0db6bcb815138 0.98 MB 1,574 37
430,021 430,021 00000000000000000489bc0e80ae80d0998f845a5e1d53361a247fd18f582f48 1.00 MB 2,422 69
430,020 430,020 00000000000000000227f8f2efee26c6be999d72c6b35d0e34bc9706d552e274 1.00 MB 935 27
430,019 430,019 0000000000000000000d7d8e874f10e20759ce3134376d9a2bcb223a4e57e8c2 1.00 MB 1,484 30
430,018 430,018 0000000000000000023b650995a888ed27cb3e229beef56eef954961ae2f5c4e 1.00 MB 2,556 66
430,017 430,017 00000000000000000231fe2a6d216048c3bfb371c3bebf559127e01165c65d2d 1.00 MB 2,156 52
430,016 430,016 000000000000000004574e6f63651ac90ddf184f6a4b926399097ce46a9d3ec1 1.00 MB 1,958 51
430,015 430,015 000000000000000002421a0f62aee5f1856f04649cf0da58742dae8c37ed49dd 1.00 MB 2,794 77
430,014 430,014 00000000000000000166a154651434ae9fe1ad57a1f5824f8f9d0de8e24d3caa 1.00 MB 2,560 58
430,013 430,013 00000000000000000114d941a8dea89ee460b8882eeaaa94863e0fa885ed3815 1.00 MB 2,513 65
430,012 430,012 0000000000000000025a3b8aee4abe374ec29238972fb60b0c84d5302b5502da 0.44 MB 882 54
430,011 430,011 0000000000000000025fdbae6ad6fb71212f496b8a965add2b288f8cc09c19e9 0.03 MB 77 62
430,010 430,010 000000000000000002e40c1c4027b3882e341657eeebe94b78e02c915e03b771 0.66 MB 1,461 48
430,009 430,009 0000000000000000016a094f51dea6e51470c98bf009fdb356dca170aaebc9d5 0.99 MB 1,947 57
430,008 430,008 000000000000000004d64141865e2f45aadd280149ec29df659b80488c7088aa 0.52 MB 1,157 52
430,007 430,007 0000000000000000001edf32dcad359398a2e25797c374f18fe2938cbe825e0e 0.02 MB 28 68
430,006 430,006 00000000000000000233b02d4150a03e7455dd732a5c7108a46b8df8d5605c5f 1.00 MB 356 6
430,005 430,005 00000000000000000093da2413f07c63029f7cc5be49128edf9e07ed165b32f8 0.27 MB 394 36
430,004 430,004 000000000000000001afbe06eb73a5d9d0035b1f5f763c17073579dc1f9ee030 0.79 MB 1,384 56
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, 114 incoming
  • Data Transfer: 1,614.77 GB sent, 92.59 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.