Memory Pool Memory Pool Refreshing

61,726 transactions
28.40 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,925 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,377 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,924 (344,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
525,566 525,566 00000000000000000002aab6e0c202b0c505e52a467ed1bb4b7e46dbd71ddf01 0.06 MB 143 35
525,565 525,565 0000000000000000002592ee7f624382fa32b5f9abafb576ec599a3feebcfaff 0.56 MB 902 29
525,564 525,564 00000000000000000034817a4947c6dfc0df6c30a9c78407e2b606425cf99769 0.04 MB 100 17
525,563 525,563 00000000000000000015361bd2ee08940ef846adfdd46b52f431be0446760d73 0.86 MB 1,506 18
525,562 525,562 0000000000000000001565b3674c5449f1289e8a139268537bf2f833deca5d11 0.67 MB 1,236 23
525,561 525,561 0000000000000000001e1058c94d87d4f1e94f31e693ff03dba8afa8a6f149c5 0.61 MB 826 10
525,560 525,560 00000000000000000027d3224bb8ffff783679ae52f9450d85511b0125e76d8b 0.36 MB 828 26
525,559 525,559 000000000000000000319af0bf54f280c244072cf8c12fb0f5af4621593e303d 0.81 MB 1,412 25
525,558 525,558 0000000000000000001805914cf60cc93f97fb913b1045aa9ee9982becbc0689 0.65 MB 1,509 20
525,557 525,557 00000000000000000004f8778a2291cb572ce122181188e20bd74eeebbb7266a 0.00 MB 13 24
525,556 525,556 0000000000000000002840219ddc43e3852a96a3fbdfdfc3377558b3fc7c7a2d 0.14 MB 245 20
525,555 525,555 00000000000000000038786bba5790be93c589541c8998f4cffe143610b55560 0.01 MB 13 9
525,554 525,554 00000000000000000017a86d26cd1ec6912cdadddce6b79fd480a8f76675eee5 0.31 MB 396 31
525,553 525,553 0000000000000000000489235c1b57ad221c6cb91a64d5f1f6f5e55560c67661 0.24 MB 494 16
525,552 525,552 0000000000000000001d29a5739b976086fbcc04b6dda94bac0797131d87ea10 0.41 MB 623 7
525,551 525,551 0000000000000000003e0b8210d8755ceab03f65a74f15af5fa704d4cd703ace 1.09 MB 1,403 13
525,550 525,550 000000000000000000095baa2dfe3dd8cf4398b908a5856269130ff38769e0c4 0.00 MB 1 0
525,549 525,549 0000000000000000001d0381c37838e2077e60583d0d561091c7a4fd193f6c9d 0.19 MB 404 36
525,548 525,548 0000000000000000000b5ee42eb424fbd2eb3761c07645490777208bcef3ad42 0.10 MB 160 34
525,547 525,547 00000000000000000041594989c5dfbcf571a11bd6f6d06ef7e79a6c03447afb 0.91 MB 1,438 16
525,546 525,546 00000000000000000019631b776972a02817a9e1b2905223eb26c3793fadb619 0.63 MB 1,249 17
Previous 10 blocks ↓
Total Size: 699.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,159.51 GB sent, 205.86 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.