Memory Pool Memory Pool Refreshing

94,469 transactions
28.19 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,911 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 1,393 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,910 (684,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,434 194,434 00000000000004894b6960965d2cd3f5bf978f21a89431bbabd90a315429611d 0.25 MB 213 78
194,433 194,433 00000000000003c2f10104127421f1031fc69bf013926c7c0861c9c2f39b1ae6 0.00 MB 9 2
194,432 194,432 000000000000014d24d12474f66b471b3cd2cb9926bb15086cc4ea1faea3c6cd 0.13 MB 208 97
194,431 194,431 00000000000000b267babe3d7a762ee11c3c20c64b0d6481ab515464b0d1f76a 0.05 MB 119 45
194,430 194,430 00000000000001c5464538f1d2626ff000caaedd9e68640dfccf5a86e29203bd 0.17 MB 446 173
194,429 194,429 00000000000004c498461b85f34d9d491dc44d524ac7451a428881e63612ad0f 0.08 MB 258 36
194,428 194,428 000000000000055d4e095293efa67a380269b2329a133859c3e97ade706c7573 0.07 MB 149 143
194,427 194,427 000000000000065eb6467c82de9045038087760b5536a1774543e3662ca203b1 0.06 MB 53 91
194,426 194,426 000000000000069467e762a5fd3fbbf86c4993e39fb6aac1676c8ea352c0a24b 0.20 MB 674 73
194,425 194,425 00000000000000c8a64fe89b1741291d79415659e08837f7f81fc05438e46bcb 0.25 MB 566 154
194,424 194,424 0000000000000181195d2ad8e63597a43d9b8bed760c191521caf58c393a150d 0.01 MB 14 142
194,423 194,423 000000000000022da39cfcb8ae28f4759a92d353c9ad0822237008bc623c6dbd 0.00 MB 4 0
194,422 194,422 000000000000068cc10ce8151de3b2acf69d6c4b709b2c1f843ed86ae50b59f7 0.05 MB 109 63
194,421 194,421 00000000000004af8a6c6c207b5932b868cc6241beae8824e19d10a071f78199 0.01 MB 13 330
194,420 194,420 000000000000024b705342baecc9d5f33451140125a8ca1bfe4e718495658760 0.13 MB 338 209
194,419 194,419 00000000000005851b4461f9147bca2fe5e7313a1d61207f18cb93d8e2b92a09 0.07 MB 195 48
194,418 194,418 0000000000000354be7d0dda9e64c8c5823578d4bf395f6f374d5285991678c0 0.46 MB 1,024 81
194,417 194,417 000000000000030be553c0b2a1b1885c6fcf52b5f4444736d542f6b748a80984 0.11 MB 266 139
194,416 194,416 0000000000000131165dbadae2a8ca3fe092fba0f53e95c35a3e5efac5136339 0.22 MB 545 180
194,415 194,415 000000000000029105110e9957cc13d92f96fa315570237f498c960b62a3d6d1 0.12 MB 293 137
194,414 194,414 00000000000006655fd06818bb5ff32c3cf7208d0037abaea526431a828c95a5 0.05 MB 120 3
Previous 10 blocks ↓
Total Size: 716.16 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,565.92 GB sent, 46.02 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.