Memory Pool Memory Pool Refreshing

11,022 transactions
6.73 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,514 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,507 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,513 (1,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,439 898,439 00000000000000000000e7d1d1ae123258c039fc823cbfea577892292b37d6e0 1.74 MB 2,176 2
898,438 898,438 000000000000000000023a8571c2f9201f2740ab6a3e039c5e0978cd8b8c5063 1.58 MB 2,714 3
898,437 898,437 000000000000000000010130abfa7d757d73c0df8a1189e9eaf3aaeaea22ce66 1.97 MB 918 1
898,436 898,436 000000000000000000014427fd85cdd1e77add523433eebf7a383fa4f8fb86a2 1.83 MB 1,697 1
898,435 898,435 000000000000000000005e2cf24dfa681238564af4276e277c29697d59e469ae 1.43 MB 2,395 2
898,434 898,434 00000000000000000001c66484b002061ad4ce07557e376d01998ec7310cc22c 1.29 MB 1,211 2
898,433 898,433 00000000000000000000fb5dbac6568f1c913ece988bd12acb5e90a61585ce50 1.48 MB 2,285 2
898,432 898,432 000000000000000000014c03bbdad38150f624f0bcce93dff470772485cfb6cc 1.67 MB 2,981 2
898,431 898,431 00000000000000000001d6c8ae52a8ba1b177a7d320f79d60bd69165cecbdb9a 1.54 MB 3,741 7
898,430 898,430 00000000000000000000a2eca4ecd6104f99e585d232a74bc71c6a41c01067a2 1.66 MB 3,343 3
898,429 898,429 0000000000000000000160d8cffa396a478dd1628cc63247d760d16f6e2bb47d 1.61 MB 4,098 4
898,428 898,428 0000000000000000000134bf6930d46da76b22c50f43cceaa5864de1eaa92f81 1.55 MB 2,816 2
898,427 898,427 00000000000000000001251db9c2de7e0ae9d3753ceff2a6b397b8870f8d3603 0.78 MB 1,595 2
898,426 898,426 0000000000000000000236c8fc5c075d52e358d16882ba21837705684114c08b 1.67 MB 2,497 2
898,425 898,425 000000000000000000005a3d007dcb85e0b31aeb0629d2479b072d474418f39d 1.37 MB 2,921 1
898,424 898,424 0000000000000000000097fed2beb42adc5c755f9f0708c5087a87b9ceeed8a2 1.40 MB 2,769 3
898,423 898,423 000000000000000000013bb5ff494d2e89e787dba2f6c0040814dd8a3081b6c7 1.33 MB 1,635 2
898,422 898,422 0000000000000000000049393dd6f0f08605dfb38a38908ba5ef235eb7044911 1.56 MB 3,343 2
898,421 898,421 000000000000000000007002c27c9e0eac67c53f4e2093fbe1ef30ff7db799f3 1.42 MB 4,578 6
898,420 898,420 0000000000000000000160698356a598ad642148c89cce88d7ebe4ce7581c5dc 1.56 MB 3,985 5
898,419 898,419 000000000000000000002397c1737c9d9c5d7237168364efbbe911fb8c69251d 1.04 MB 1,723 1
Previous 10 blocks ↓
Total Size: 755.08 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: 489.93 GB sent, 24.48 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.