Memory Pool Memory Pool Refreshing

1,009 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,667 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (825,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,368 83,368 00000000000c6d9fd97395c02ac84f03d41a83923a420a37168df010714f15e3 0.00 MB 2 0
83,367 83,367 00000000000e6365cc6311c7be4270af8c1d9e84e0a95f4af52233d14b8c116b 0.00 MB 2 0
83,366 83,366 00000000002854e12814e6cf631aa238938d0630edb3ae226b6661d8dc323bbb 0.00 MB 3 0
83,365 83,365 00000000002d1f998a9e01955872548d73d31d68d53748e708cc1fb674f824ca 0.00 MB 4 0
83,364 83,364 00000000002a1768e7736725a28dae5e9769b32c92359caa6bed2f83b5af9372 0.00 MB 1 0
83,363 83,363 0000000000131d9828593d1ede370878b7c5039f0109dbd5d9bd47605a9d72f1 0.00 MB 3 0
83,362 83,362 00000000001a97b9544ab74904204a6409c20bf6a0034a024aded594a9b3e2df 0.00 MB 5 0
83,361 83,361 00000000000329854eca21f7214fa6e9b141c6353dd8771691b544ad8aaa33a1 0.00 MB 2 0
83,360 83,360 000000000025193cfd612e506a9f5dfe5a7d21f8980a928c879d779797f00925 0.00 MB 4 0
83,359 83,359 00000000002427cdda258e96b1211f90ae6f6cb56ccce896ca7fac34f2b82956 0.00 MB 2 0
83,358 83,358 0000000000039211a2486fc3e745e081bd570c7cd442711dfd0fb4448bd3c142 0.00 MB 2 0
83,357 83,357 00000000002103c1be406c46ceacd1ffd966beff0ec2ee7d67452967d8a1dabe 0.00 MB 3 0
83,356 83,356 000000000029598feb6ced0fa6e27d8c9b156bf5dded12b867387dbdfd6e88ac 0.00 MB 4 0
83,355 83,355 000000000009bccff19d194ec416b42e6e022aed0181d0c967d8690e868a83ca 0.00 MB 2 0
83,354 83,354 0000000000057eb01d14c55343d842849d449085f6c0a531d8f29859bb3c08a5 0.00 MB 17 0
83,353 83,353 00000000000ad6cd34be2d62f975fb869742f19cc80d452e78e9ea002bb5335a 0.00 MB 4 0
83,352 83,352 0000000000109c4a5c9ccf409cfc5cb5c6b8da9cdc76ba872b6b41de57333554 0.00 MB 8 0
83,351 83,351 0000000000170899ba3df771f80b4024ac4940762ba3b3c35fd1d50de1ed57f2 0.00 MB 2 0
83,350 83,350 0000000000218db05f5372c8094b3d6d468b4b0c1584d2f627c929caa6e2de83 0.00 MB 1 0
83,349 83,349 0000000000149284e1a60597c8c478ba264dab4faab8fa3ff8c894ff57c4611e 0.00 MB 1 0
83,348 83,348 00000000000507911fa1bb5b219019b41c002a8b2be108deb737b3818436c0cf 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.64 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.