Memory Pool Memory Pool Refreshing

9,209 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 (601,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,257 306,257 00000000000000002a1fcf899161e4232f532abd94f652be0c0af4037ca0784f 0.25 MB 536 30
306,256 306,256 00000000000000001cc014cb2bea463e8078b8e7621034d3ecee3c07fc1c5b2c 0.11 MB 177 24
306,255 306,255 00000000000000001458c4b2ab51aa822bcb9a42e8310507aae4e3879709aa20 0.14 MB 131 17
306,254 306,254 0000000000000000252040e1adbb845feff3305a8a5ea380c14708b85ba50daf 0.11 MB 256 40
306,253 306,253 000000000000000008683f2b3d0b3010807a325cb914852ffb88ce5621cd6c8c 0.10 MB 170 28
306,252 306,252 0000000000000000102836b0cadeca133650c8003d8ab5376aa3e86fcae22a49 0.21 MB 321 24
306,251 306,251 0000000000000000377c5b66c3402fee927d87d52cd2dff0bb3bc56e353991ce 0.19 MB 304 27
306,250 306,250 00000000000000004ccb18a33014b95dbb2047ad0a33eb3aeb8af21a8a01240f 0.15 MB 261 10
306,249 306,249 000000000000000053424c573d054360f06d8688641185fecd26fe232be35ef9 0.05 MB 70 33
306,248 306,248 000000000000000052d634dccd4e08328c560912dccfd34e908f4a308549c3a6 0.02 MB 29 21
306,247 306,247 0000000000000000512110a513cc7aa5da931213e69a37563bf1e846b036c1d0 0.10 MB 147 24
306,246 306,246 00000000000000005c3633fe768ac028cd5202130394c1ced1955d15f534a249 0.27 MB 498 28
306,245 306,245 0000000000000000252d9d83ecc8ec42bd754506334ca2abef50408d3728927e 0.04 MB 98 32
306,244 306,244 00000000000000004b47ae68c7cc2ac2c85fe78be25687079e3fdd04d8dcde74 0.42 MB 741 31
306,243 306,243 0000000000000000058d78fbeced7a651b93320e434fc67d81b95bf07b313c45 0.29 MB 442 36
306,242 306,242 0000000000000000443db8206ddc7d6193cc527915bfd62a11a30e4004554018 0.29 MB 147 11
306,241 306,241 000000000000000059fc30a984e6da9bbc4ef6ec9608107dc3c2a4af7ae24fa0 0.35 MB 848 39
306,240 306,240 00000000000000001e94571b47e13ff2784844dfb6d3322b3e6cd4b04709c40e 0.03 MB 82 42
306,239 306,239 00000000000000000a38cc2ab2730fe1df7128a1774f30549347896d0f284195 0.01 MB 15 27
306,238 306,238 00000000000000002a8decb6d35a52f076a1735163ce2b4b1caea02922b1e95a 0.37 MB 541 26
306,237 306,237 000000000000000054a3266779d353e00dfcb0754328003a917ebd372e5f2e19 0.45 MB 756 31
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.