Memory Pool Memory Pool Refreshing

6,345 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,302 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (154,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
753,379 753,379 00000000000000000001130f3f35f44c1ecd80cba9a3328b60b37ad5aed682ee 2.02 MB 827 4
753,378 753,378 000000000000000000012e513456a2d0b174165068921bc12b52e1caefc04eda 1.50 MB 1,407 10
753,377 753,377 00000000000000000008ebf953d429ee256fecd3784f4496ae0b54160e3cd1cb 1.82 MB 559 1
753,376 753,376 000000000000000000065a26e6088e665cde4ea4f80cc3efcbd5a10ea04b31b3 1.91 MB 381 1
753,375 753,375 0000000000000000000846b7014f5788c71eec9cafae3f41652c47c74c8ef42c 1.54 MB 1,745 7
753,374 753,374 00000000000000000000367dde6ed4197cf09535780c1d55c09896fd0810462c 1.16 MB 747 14
753,373 753,373 0000000000000000000423553fea36cf9ac0fa5395e9f01f91ac1c62577d0a2b 1.62 MB 2,498 14
753,372 753,372 00000000000000000006e0470d7defc10df479d79a9eb5ed2560222ad9e800c2 1.48 MB 3,159 18
753,371 753,371 0000000000000000000716b5c5ec2e913c9f5a28e5d260a4c4b69dce37cc47b8 1.69 MB 1,999 5
753,370 753,370 00000000000000000005867eed410ce515a5e1b9a1d803c60b067904ef73edb8 1.44 MB 3,333 20
753,369 753,369 000000000000000000056f8b1516c6c1b582ab7f1499049ace130e7bafcaf72c 1.64 MB 1,802 2
753,368 753,368 00000000000000000006dd4f6edc029fa7dd3195f21f8d6741b36adae0f20ae2 1.67 MB 2,042 9
753,367 753,367 0000000000000000000166ea48e628b6b30da27f59ac13ccd33cf485fdc588d5 1.62 MB 1,611 9
753,366 753,366 000000000000000000033c125d565a2ceed7b742b7361d5a899b5502f086498c 1.59 MB 1,648 6
753,365 753,365 00000000000000000005859fe885edba2aba8f26aad057638c562bf606b5a5a1 1.64 MB 1,338 8
753,364 753,364 00000000000000000000513c3d4140c73b92d145eeb589c3125de022bb56e04a 1.71 MB 2,043 13
753,363 753,363 000000000000000000067c968faf417910ddb33ac66adc17a377361b3a6ef28e 1.44 MB 1,289 16
753,362 753,362 0000000000000000000418e150f77655695ffa7e203763ccc2beb69dc99a57cb 1.38 MB 1,188 17
753,361 753,361 0000000000000000000782029e91cde857357c8757c4c4e38957d99b443ea6a1 1.69 MB 2,225 17
753,360 753,360 00000000000000000002ba3b29c4cc81548c1ec5aa981f3e3cf3ed8248cea0df 1.66 MB 1,242 4
753,359 753,359 000000000000000000015fa294cab5461eb4530f388482a392c6568fde80e128 1.76 MB 2,129 3
Previous 10 blocks ↓
Total Size: 769.24 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.97 GB sent, 94.11 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.