Memory Pool Memory Pool Refreshing

2,799 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,107 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (675,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,404 232,404 000000000000008d6d234e14002be9169f2920034956c3f7de886ebaed0aad23 0.12 MB 224 136
232,403 232,403 00000000000001a91b4ee0b7495e36867de10cbb9920fc1bfb13beab682c5a5a 0.04 MB 128 150
232,402 232,402 000000000000004dec9d931341b884eabdeddcb9127d6afb15ac6b56c3aab44f 0.17 MB 380 155
232,401 232,401 0000000000000142de32c60d56198b0b0c5458d2935acc99bf124eea36cc4af7 0.04 MB 57 115
232,400 232,400 000000000000011f43e34af3f2f9d0bf296e1bb9c7dfc2282a28ebc000dd538f 0.10 MB 113 103
232,399 232,399 00000000000000f0ad7c011af65ae375df56e7e0d4147d36b5aa8667aaabb6a0 0.14 MB 303 183
232,398 232,398 000000000000003fc787c9dd93dde1edf300d2ebbd71330e5a636223235e61b1 0.03 MB 84 205
232,397 232,397 00000000000001c355b2f49fa49914c1b2634020375f69263f4a7b6e8a2ceb2f 0.02 MB 39 170
232,396 232,396 0000000000000031fb837536a851b49d6bdec6b419d0b316829a1143661f73e2 0.06 MB 141 207
232,395 232,395 00000000000000a73a8e8539322cef6a417ed0cfb3309b9449524a79f78f7b52 0.09 MB 196 178
232,394 232,394 0000000000000127ac3e10f49e4c04837c563193e3ba964610593d9b647302dc 0.19 MB 461 164
232,393 232,393 0000000000000037bd4d24fa76b166d73bb908b4701e55aa55e2be52b25f7004 0.03 MB 68 135
232,392 232,392 00000000000000ce6bcc807de4808a67b112d92c7d47afca914c8b80fa7a8544 0.19 MB 431 173
232,391 232,391 00000000000001955f8cdac4e77c79842cf5a1b1ba4f67e3c4c05db7b7dfdfbf 0.15 MB 270 138
232,390 232,390 000000000000003d8e7a6b81bde8602277a2b4391df530f82cc13139f00ff3ce 0.11 MB 167 149
232,389 232,389 00000000000001adddf9422b22e46e74b4c9cb4c77557f200fd4b4b43708cf64 0.08 MB 195 214
232,388 232,388 000000000000008bc4de72ae28620877ea23da036ecf1520cf619bdee7e75281 0.18 MB 316 93
232,387 232,387 00000000000000fe168357597af6b7b771e005cadc204911463507b1a295cebe 0.06 MB 64 96
232,386 232,386 00000000000000174a181ac03033e7e7fa14562c88c4cae2f476c127af69f823 0.15 MB 320 169
232,385 232,385 000000000000016c56537aba969889721b8c3e10867daad2f7db4ff44d70885b 0.28 MB 614 163
232,384 232,384 00000000000001cb89ac88e93fb40a441d7178239666f2a40c4700c18adda5be 0.06 MB 161 120
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.