Memory Pool Memory Pool Refreshing

1,232 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,761 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,225 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,760 (250,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
656,985 656,985 0000000000000000000f3d71e9fb5191e2fd8b4c256df47173cb41f56a7076ed 0.39 MB 914 37
656,984 656,984 0000000000000000000e05ac7a5cb93fd4411a49ea2fabbe998a3a8160596707 1.47 MB 1,416 22
656,983 656,983 00000000000000000004f3ac065112eb5a63f6b9d6b83cd3fe05c60dbf1510be 1.01 MB 572 15
656,982 656,982 000000000000000000061b38bb8f43e64f3f5661fa5783358db44adfba6285f9 1.44 MB 1,132 46
656,981 656,981 00000000000000000009f2176bbe9533bba5133706d2fe01fda6e22af67ebd15 0.03 MB 20 19
656,980 656,980 000000000000000000029f6ba973e246d858883f3a7451541858ac14f3eaf8e5 0.75 MB 1,239 49
656,979 656,979 0000000000000000000be8777f342a9851effc97032d9023626a4ba234def60d 0.37 MB 590 35
656,978 656,978 0000000000000000000e05f2926702cbfa4313a0ef8b7eb23ee340091085c6f1 1.28 MB 927 24
656,977 656,977 000000000000000000032438390d221d87bc0a0165d5626791946357222e2762 1.08 MB 937 34
656,976 656,976 00000000000000000005ba22769b643d298a82f3454e9140518ef9758a71fdae 0.00 MB 1 0
656,975 656,975 00000000000000000000b48232b3ed1fcc24e7724960e8b1a423e2c0a8284737 1.49 MB 1,043 32
656,974 656,974 000000000000000000079bad63cf91c984474c460e8084087ace998588408811 1.59 MB 1,111 27
656,973 656,973 0000000000000000000640214c2bed421dcecff090c878b3071162a10da62791 0.28 MB 558 35
656,972 656,972 00000000000000000008e489d51f5fa8339b0e10ca75432c38fac4e2f2b91d68 1.09 MB 1,921 31
656,971 656,971 00000000000000000008d33c9a9a0e4f2b4e63744a727fa8e21b2f8df0012cdd 1.28 MB 2,197 34
656,970 656,970 000000000000000000040159bb2649f3bba75f4fd4ae75b8cb16c20d326d7264 0.49 MB 1,076 29
656,969 656,969 00000000000000000005aadd3e70f0dd2e3c7accdf2f1ae85a0a6ba0a8229b36 1.35 MB 2,095 52
656,968 656,968 0000000000000000000164537e265c5e272f08549a71950a0473d7f5d6a00d17 0.82 MB 1,312 42
656,967 656,967 0000000000000000000bb40eb5919445819d53a39eea25dfce289a466907ec40 0.36 MB 278 18
656,966 656,966 0000000000000000001008e616237bc97400a7fc9edc85725bacab547ade1678 1.30 MB 2,003 4
656,965 656,965 00000000000000000007a27e85476aef020a96a2c7ccd6f8087e7f059cc6ef55 1.34 MB 2,389 23
Previous 10 blocks ↓
Total Size: 769.09 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,628.51 GB sent, 93.37 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.