Memory Pool Memory Pool Refreshing

6,117 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (613,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,260 294,260 0000000000000000212cb6ccad5180aa63339e5b8a65db84938df8bfcaf5c87e 0.08 MB 129 26
294,259 294,259 0000000000000000250c3c69bc5e1d26c00fc3078369df67cfdee17efe61c1e3 0.14 MB 241 31
294,258 294,258 00000000000000007999d8b02f59157e094de0d646a9e7b66e1fb44627f50e5c 0.26 MB 353 24
294,257 294,257 00000000000000008d9ccaf0a6e6f9178d2126bf8a33b23e41162aaf88beb2ad 0.06 MB 128 36
294,256 294,256 0000000000000000cc185a975fbe4dafe26a8627b329667ca51e79a3255124f4 0.22 MB 512 39
294,255 294,255 00000000000000009bde17a76a791a3e6ac29675b631181408347dd03cd21715 0.03 MB 58 55
294,254 294,254 0000000000000000d32fa377b6c2d5527b89f59658e709f3a42695cd05282f97 0.28 MB 183 17
294,253 294,253 00000000000000005fd99faea000f1d5eca3ffb17e44024abbabc9b7aa23afaf 0.07 MB 173 46
294,252 294,252 000000000000000023cf631c8d2d7b0abb9dd04ab96154e9489bed5788d26a8a 0.11 MB 133 41
294,251 294,251 0000000000000000c37a01c9916b007f8f1a72ec2360f8a2db8501c81bfd1640 0.25 MB 548 37
294,250 294,250 000000000000000061044a575a6fca23e62e03ccb3e74918d57344eac80b95f8 0.45 MB 737 32
294,249 294,249 0000000000000000412e96966ba20c779087213d5db486cb4d7938e92bd204f8 0.10 MB 106 14
294,248 294,248 000000000000000006eff95df221facaec6e81919d1a549ceab8fe219f9525f2 0.24 MB 448 34
294,247 294,247 00000000000000007c96777996d8cef6bd29e609b3d16430afa041fb93e2c304 0.27 MB 491 36
294,246 294,246 0000000000000000ca6b8a8a20043039f4a74c34390f4f23d3e0b3ad24064be1 0.75 MB 1,232 24
294,245 294,245 000000000000000083e2208648c24477e177de1fe46f881c98035a4141c474de 0.17 MB 512 59
294,244 294,244 0000000000000000c6f3a10b406316a9592e3e31a7695a8fb94835ed2b83f123 0.05 MB 128 39
294,243 294,243 0000000000000000a7c535356b8bbfe2be26c5fa1899e0f55a27718e12434b7b 0.05 MB 128 38
294,242 294,242 0000000000000000b5eae67d1c3b48c64ba9b4c5bec92cbcd1d4fa28dfe4643d 0.07 MB 70 19
294,241 294,241 0000000000000000241fbc34f2bd42ad87abc977aba5d923519c8977f4840883 0.35 MB 538 40
294,240 294,240 0000000000000000b79c4bf8cd6ced74c555b1a16b1158a596bf31d074fa53b8 0.09 MB 191 42
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.