Memory Pool Memory Pool Refreshing

4,924 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,041 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (450,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
457,497 457,497 000000000000000001dd8fae08a47c95da950ae6aa3caf3bd148b87421baa0d7 1.00 MB 1,880 157
457,496 457,496 000000000000000001d44b7d95713d4004af8c4dde318c492f2cf0dd21f4e9c5 1.00 MB 1,942 149
457,495 457,495 000000000000000001ba02a93eba1c2a67b38d65e2ff4ffadc275e8c67d439f2 1.00 MB 1,975 154
457,494 457,494 0000000000000000006fe9a883e92ef0547551043397b511a5d576aba9841adb 1.00 MB 2,423 224
457,493 457,493 00000000000000000096cefc0819a98c957b014e0206073c8ce67c6b0c14344a 1.00 MB 2,141 211
457,492 457,492 00000000000000000142a51b0e463a62e51ad16f6cfab437dac66005f33b5bbd 1.00 MB 1,260 197
457,491 457,491 000000000000000001dfc96b097d56643cdd3281a8fc2f09b4e42a1d7a3cd8bb 1.00 MB 1,625 137
457,490 457,490 00000000000000000220e75ec227eb562974c4583f18b884baeef53746bf7cf2 1.00 MB 2,096 144
457,489 457,489 000000000000000000548d3b8840ad8cef3a79300317237aaf6f7716b3723932 0.93 MB 2,327 192
457,488 457,488 000000000000000001823e1c8a4599b20fb9fae5f1998b763f1c9ba1b0b90cf5 1.00 MB 2,141 140
457,487 457,487 0000000000000000009526a6d2aedcedba3e41f6d5852aee668cacaa0272bec7 1.00 MB 1,973 123
457,486 457,486 000000000000000002394509b0a1361048d6057e534b494b3e8a2639a7708b3d 1.00 MB 2,392 197
457,485 457,485 0000000000000000023cd4a15a70872a6ec66cc4192477d591964064d4900856 1.00 MB 2,008 179
457,484 457,484 00000000000000000014c2295bf679b190bd11ee94d637e38b05c0f0e1ccd0be 1.00 MB 2,319 188
457,483 457,483 000000000000000001ac8d4c27b2858a723d0c0a9f92a75b983b258f36d75e33 1.00 MB 2,392 174
457,482 457,482 00000000000000000237f320973c9475b034bb429cd5747dd2044451fa9bb51b 1.00 MB 2,499 132
457,481 457,481 00000000000000000239acd38d4891b98b90b805f303ac388f1de007b704ac55 1.00 MB 2,529 116
457,480 457,480 0000000000000000013049d3136d94ab3e5bb8b945665c53bfef49b760353ae0 1.00 MB 2,395 182
457,479 457,479 0000000000000000005690ad11ab7f8dea9423335b5a620b56ab72dc17949a65 1.00 MB 2,087 191
457,478 457,478 000000000000000000e5d711963b706757f61b4f6f3872d3d072af8d02c53b86 1.00 MB 1,611 138
457,477 457,477 000000000000000000bc994d16320fe6273d542b9c1838abb0947a4decff21dd 1.00 MB 1,869 188
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.