Memory Pool Memory Pool Refreshing

9,215 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,405 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (675,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,009 232,009 00000000000001a5695dd03b119298f1cd42bc2d79a77879c49a4d552368d700 0.02 MB 29 133
232,008 232,008 00000000000000edfdbecaceeab54a4a4a025d2175b5f4a6d63841034a41efc6 0.20 MB 395 116
232,007 232,007 00000000000000d38713b8c4c37aff5ede0a3cf2ebbb54658cb421eef24339f0 0.17 MB 365 171
232,006 232,006 0000000000000150e2d5542f5ff7c8e377e18000f1a9a07c052e2d454dd0d0e7 0.00 MB 1 0
232,005 232,005 0000000000000086053886e23a335387c308a7a13070818064dd5f2639626df3 0.01 MB 22 131
232,004 232,004 00000000000000bd30ae7b868d537b9aa1c1b2e40966ab6d20ea8a8abda46980 0.14 MB 360 157
232,003 232,003 00000000000000844b7a6f9019935c736af4db410acb9e05b27e3ed0f41a146a 0.11 MB 212 114
232,002 232,002 00000000000000777f5b28108705a8023d8a27d1393d2a287dcdfe646fef532c 0.21 MB 435 165
232,001 232,001 000000000000017bf6d8208debd93d57c0bc951c0f032741fc1733bca49bb0c2 0.09 MB 218 151
232,000 232,000 000000000000018f47636e1c3a946db77624880ae484ffb0233f5aac6316b3bb 0.12 MB 266 128
231,999 231,999 00000000000000da3a8b5302ef03d3baa816b2336108239447081179962da939 0.12 MB 319 106
231,998 231,998 0000000000000068a9e5acd90ee130e6af90d093f324a28fbcdc492c8a9d3d9e 0.10 MB 225 136
231,997 231,997 00000000000000ccdbd5ddc05b6bdb54ef2aaceaf718c168495e6d0cba024241 0.18 MB 433 140
231,996 231,996 00000000000000d3b5f76cdccd454a8dd8d316b20499c3c79283e1bd8a368e80 0.03 MB 62 132
231,995 231,995 000000000000003db26bce893f88c9466c7f239557b99b21506613494e730b64 0.10 MB 224 151
231,994 231,994 000000000000016ac46339bb20d1ec80701b0bb5a4916ad87e9cbc5631e4f92a 0.05 MB 101 169
231,993 231,993 00000000000000c025668145c163227ff8c75dfd5f96082212a55aaf36089204 0.06 MB 154 148
231,992 231,992 0000000000000025f67d8c3d83debaefc909fe286130d8a84755268796734205 0.09 MB 202 172
231,991 231,991 00000000000000f847bfd0e4293b1ebd7dd1202d5e38f3179cd06a882a74253a 0.07 MB 172 159
231,990 231,990 00000000000000f27760e1f23c8eb5ee0b7f91ac61e0b5f0452a3992476d3063 0.09 MB 191 190
231,989 231,989 00000000000001b40135dd8ccf75607a4ac0c0373a143dc93912199f7a547fe1 0.04 MB 125 129
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.