Memory Pool Memory Pool Refreshing

8,804 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,498 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (226,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
681,640 681,640 000000000000000000019404dae152d9e88279447e70443b6367c31b3a9d4f50 1.72 MB 677 12
681,639 681,639 00000000000000000006597b93dafa80da5ad7a333a6889f975012fd51f6b098 1.78 MB 430 17
681,638 681,638 0000000000000000000ccff1449f618a1f1a38f4374166c3c7edcf5851dca386 1.77 MB 635 30
681,637 681,637 0000000000000000000585d129dc6c6169a0adeba87e10c12bae3958120e654b 1.25 MB 1,301 95
681,636 681,636 00000000000000000006187e92e55aa57b741868f57ac61ec56bb8c84e9e9a4a 1.52 MB 876 21
681,635 681,635 0000000000000000000b92d5a57f0b511aae7c5c5c006f8f179b2af4be02186f 1.11 MB 832 121
681,634 681,634 00000000000000000004ab93d80ef7147eb8a8f818d962f26be590275dc4ec7e 1.67 MB 1,196 41
681,633 681,633 00000000000000000004fcf8629e7dfb1d10aa6505dcb3fca351e1ad2fcf5d59 1.81 MB 110 8
681,632 681,632 000000000000000000064740d122590bd912bea4e7c09be0a1866e7df0d26151 1.68 MB 584 27
681,631 681,631 000000000000000000065da6f61eaa761139fd566ac4af3a7e17e02f84bfb825 1.61 MB 977 18
681,630 681,630 00000000000000000008b7d24bf3179fc00410f27139d5b8e9a79423f43fcf98 1.64 MB 1,676 57
681,629 681,629 0000000000000000000363cedabc150545315e8324c6e3f59750ae574b772db2 1.15 MB 2,002 29
681,628 681,628 00000000000000000006fe5809f592f25b3fa7469f9c53ae028f179c884d9c97 1.51 MB 1,611 45
681,627 681,627 0000000000000000000654b183abb2c2fdcc49bbf562dd5f083d949d9fd5b9c2 1.06 MB 618 135
681,626 681,626 0000000000000000000c5d381586d91af275eb24e94c687cf77bda003843b807 1.50 MB 2,351 65
681,625 681,625 00000000000000000000a9ece0940c262c96d645690a0f55a27a73e5e6c01616 1.26 MB 2,538 139
681,624 681,624 0000000000000000000729e8e018dabef77f57c6b10fc42cabbc80b36067efdd 1.31 MB 2,091 58
681,623 681,623 000000000000000000032fa886a89bafe32d5fb40d99aaf21aba2a49796ea6cf 1.42 MB 2,640 73
681,622 681,622 0000000000000000000aad895d356609ec96207c0f2e065e993cf855a2cb8939 1.47 MB 2,088 57
681,621 681,621 00000000000000000009954314a0ca6077ebbf3c42588f421569a6478ce840fd 1.71 MB 586 21
681,620 681,620 00000000000000000003aaecbb7d7d2c7f7694d9d16c1d44d28bba5205b991e0 1.38 MB 529 75
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,635.04 GB sent, 94.13 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.