Memory Pool Memory Pool Refreshing

6,226 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,657 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,202 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,656 (706,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,377 201,377 00000000000004ec3da370b937ef256ee05aef47c3da476e2ce7b6c450efe950 0.07 MB 103 104
201,376 201,376 00000000000002dfc592e82e164cf31a9f1991d3943607370d5733fd458fc821 0.02 MB 75 37
201,375 201,375 00000000000001d4064f885d28fc6e9ec7f31f10507455c5fe63d5c55c66824a 0.01 MB 30 95
201,374 201,374 00000000000004dd413ebff47cd4eab07360c53af9b2914db042e08134097c00 0.14 MB 323 263
201,373 201,373 0000000000000564c96d57fae39f05f4534d4d5633518a47ca0b97b4d65fb9a4 0.01 MB 21 239
201,372 201,372 00000000000002179559f8e1b7a29b4cf47482590b724b48df05eca187720624 0.07 MB 141 334
201,371 201,371 000000000000017913fc4e0c9919e1bf80451aa5c402c3a374ea0ae3c0d63470 0.01 MB 17 75
201,370 201,370 00000000000001b387517f99d959acef08272d1ba954615f3391b0323e9604e8 0.16 MB 346 134
201,369 201,369 0000000000000299501bc027ec6e13307692a63a37270676d169629a173ec2b2 0.04 MB 137 69
201,368 201,368 000000000000026baeaaad5efea29cba5bf7b1ff2ff463f52db70d3461508809 0.03 MB 78 139
201,367 201,367 000000000000028870b081b02b18a47ce48184c79cd7b0ffa2c42ecabd1d62ea 0.19 MB 234 85
201,366 201,366 000000000000054c2358060d93af78d8b2198d80484d116af04495087835cf7a 0.05 MB 159 92
201,365 201,365 00000000000003458e4c10bf1920d6f0b0dbd1cac6167adc172e269b531e1c50 0.09 MB 159 121
201,364 201,364 00000000000000845c8fb0092a086580ea2fdb95300afb1383877f6556f3ab9d 0.05 MB 115 102
201,363 201,363 00000000000004b59031fb92a421159305a447ddc71a07204f2f66b20c1da226 0.17 MB 447 160
201,362 201,362 00000000000005bb67f353289c017fd19f2e3775878f4b8bc2d5bec89cda03e5 0.05 MB 136 231
201,361 201,361 00000000000001ead6b213ecaccb423ac6966c582039fa1285758ff6372a6d3f 0.00 MB 1 0
201,360 201,360 000000000000001a7bfdb96254d545445781e0ce41dfa300d76d06dab97336c2 0.10 MB 60 62
201,359 201,359 000000000000057e0a73d2170308f534961f873f2fde489d358100e628238979 0.03 MB 78 76
201,358 201,358 00000000000000f36e5956267a780e3ef35d227e63860e8146d13d580eeb07e2 0.03 MB 73 226
201,357 201,357 00000000000002b59ed0206258830c6d339d831b0382ed41b0eea119288a3629 0.01 MB 27 424
Previous 10 blocks ↓
Total Size: 768.90 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,599.63 GB sent, 92.27 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.