Memory Pool Memory Pool Refreshing

10,633 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,171 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (606,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,899 300,899 00000000000000003896ed531841c918982e82ee0d2b98df660a877732c99ca9 0.29 MB 608 29
300,898 300,898 000000000000000022ff2e775d54093d0f51fd38805169507ef39801379ffa0d 0.45 MB 678 25
300,897 300,897 000000000000000071317935d26e6fecf4dd3a6038315af7f3b378a64e1bfc5e 0.35 MB 823 37
300,896 300,896 000000000000000069ab3de784bf7085be93f214c962f9b505c6cad116c48947 0.40 MB 734 30
300,895 300,895 00000000000000001227f5979787155326acc527191a65c6481fc2ca21268632 0.35 MB 560 39
300,894 300,894 00000000000000001be2ece8b3302a49bca3f8017581e3f3d6f4d5394dd537ce 0.35 MB 816 34
300,893 300,893 000000000000000010abd5162cd9fb5fe1dfad906f94f2da68b32594c2dfec4e 0.16 MB 272 17
300,892 300,892 00000000000000001ddf9d055f9af425c9f911b2bae3651eb5b60bcba05f3c28 0.47 MB 488 20
300,891 300,891 0000000000000000787b80d21bc3b71c3ac3c09baee95ecf4a5aceb181b2e51a 0.50 MB 1,132 38
300,890 300,890 000000000000000074a04e8a0d1fac9db1ce6571e1a2b632baf5a2fe33317a4e 0.35 MB 606 30
300,889 300,889 00000000000000003354d3f0550ee1531e4ebfbc7ac9ffb0da9fc27706e2989c 0.35 MB 520 23
300,888 300,888 0000000000000000080a50bc368ddf1648353179b48e2b540b92883d5bc63024 0.20 MB 512 56
300,887 300,887 000000000000000061e019d80ee6a534dede74289eb7a249fae819db6a152c6b 0.25 MB 512 27
300,886 300,886 00000000000000001d2e464082e36388803cc3addf7dce767e516c33a22d670a 0.92 MB 1,446 27
300,885 300,885 00000000000000006e0c09002892b21f91fe5fc845ca6c7d3733c413a9be3ad6 0.35 MB 949 40
300,884 300,884 00000000000000004dd31f415fd5ed9b807a6f730a37e04514a368bcc52e4264 0.75 MB 1,921 42
300,883 300,883 00000000000000004200ad386584b4e3e2b98eb84f83fab92af8ced3cf2a1080 0.05 MB 83 28
300,882 300,882 000000000000000023ef081435379e16d9fd8a2087d0f5ae162c07bb3525d195 0.01 MB 26 15
300,881 300,881 000000000000000031d0ccd5f60ce4a2d86c10f324f9440ce35f8802e11d9c88 0.12 MB 207 25
300,880 300,880 00000000000000001d69adfbbe4291e1c2a605909ccd94fadffb8abcab77b617 0.35 MB 756 32
300,879 300,879 000000000000000035304e2f6d051c7c0775259a970f0782eb69a8a956f6beb1 0.50 MB 989 32
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.