Memory Pool Memory Pool Refreshing

3,732 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,687 (215,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
692,581 692,581 000000000000000000108908aff2c7262eaf95bf0e4b3961355e8c544e01adb3 0.17 MB 357 14
692,580 692,580 0000000000000000000e24ede7a11c0775724e73c22b2f942c31f80be760fd28 0.75 MB 1,234 9
692,579 692,579 0000000000000000000411f7c3d789957d09165fc320cbfbddab278776895ec9 0.68 MB 1,048 6
692,578 692,578 00000000000000000004ef4d0c206a0dbd717f3351608c476ab496028bf9ee55 1.19 MB 1,105 7
692,577 692,577 000000000000000000049e0f667d6065e6cf8020b53ac6a10e09dea2a341aa6a 1.51 MB 2,557 12
692,576 692,576 0000000000000000001401b8c38053df6253b46650589a8ca0c707d6be6b6a77 0.92 MB 1,884 12
692,575 692,575 00000000000000000009df790a3fdb7d5c00c28e5ecd72f29783d40af7bf9a41 1.20 MB 1,615 8
692,574 692,574 0000000000000000000bcc3a8b76170aa6824c625666b833daaccd596ee72f24 0.24 MB 438 11
692,573 692,573 0000000000000000000d33d18de6a303318603ed5fa60180ab8e9fae27b7502d 0.28 MB 391 12
692,572 692,572 0000000000000000000dbbfa6510b9cc67a9d758f0f4f2cc603050de9cfa838f 0.61 MB 1,159 9
692,571 692,571 00000000000000000000eb8c2d74a023e40ac58b29ca8e1798c67d2fd1f8754f 0.11 MB 116 13
692,570 692,570 00000000000000000003a561d300be405ad7c2b17f351478db91d9cb870135d9 0.64 MB 1,065 6
692,569 692,569 0000000000000000000d8ab3c774cc7145cdfc06ccb5ec387f135766519af12c 1.39 MB 2,844 14
692,568 692,568 0000000000000000000e4442f6785381c03c7ad94db6f33b3fb030f9facdffa5 0.75 MB 1,543 11
692,567 692,567 00000000000000000003d1e60cb12d15dd2518f7e5a75464304fc393e7ec12c6 1.01 MB 1,198 11
692,566 692,566 00000000000000000007ed3408c19481f38969db0fb72193da520e5812f2a006 1.24 MB 2,329 13
692,565 692,565 0000000000000000000d7eb2031b47dcfe78d19ceecb788e00a589715c16e61d 0.49 MB 755 10
692,564 692,564 00000000000000000000840694fd3b4587e45945029e23407dfb490531e9b345 0.11 MB 229 13
692,563 692,563 00000000000000000008b06227606ead7e2fe1d3d37a3c5278131772f2099b8d 0.96 MB 1,465 9
692,562 692,562 00000000000000000005b9268d752f520e1ab885ab27bb5f2e6263c9e2d78e56 0.59 MB 1,032 9
692,561 692,561 0000000000000000000bd3d418e3448a7077aee96f74c33c9b97615bb6f400c0 0.61 MB 954 9
Previous 10 blocks ↓
Total Size: 768.96 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,614.99 GB sent, 92.61 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.