Memory Pool Memory Pool Refreshing

1,562 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,559 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (250,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
656,964 656,964 0000000000000000000f6b97a7efaa793408a2af2c974ed57e751aabb37d06cf 1.47 MB 1,615 19
656,963 656,963 000000000000000000004f719d9baa9f66d9dd0f532f34c2818c0c24a2c36a7c 1.34 MB 2,538 62
656,962 656,962 0000000000000000000c13aedabcb583900e9d5f2aff42575c19213c5a11eb6b 1.29 MB 3,087 127
656,961 656,961 00000000000000000007431045b2edb9f285746ad1b937a64e178d4d420e34c5 1.40 MB 2,346 8
656,960 656,960 0000000000000000000088048d6db16d58e233c29aa40f981fe3455aa8f72e4b 1.30 MB 2,229 12
656,959 656,959 00000000000000000008bcde532b11d955d22546cd129ab7888f012c53e3ffe2 1.35 MB 2,627 34
656,958 656,958 000000000000000000088f237ee87ff2dfd0d966661cad3681710af8b90a08fa 1.30 MB 2,397 9
Previous 10 blocks ↓
Total Size: 769.28 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.53 GB sent, 94.31 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.