Memory Pool Memory Pool Refreshing

844 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 810 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (95,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,696 812,696 00000000000000000003d69d298d364e5f2a5e898c6fd508ae6846e93deb4a2b 1.49 MB 2,391 15
812,695 812,695 000000000000000000008be18c0f21ba6d391c1ea13c83f66768a68ad8d1a271 1.49 MB 1,105 11
812,694 812,694 000000000000000000045e9e395e70b2f8bd8c1429efdf5eae891a3124056c64 1.42 MB 1,259 10
812,693 812,693 0000000000000000000144134697afa3061b2e6684d3d28ab69e0abcea3a4a9d 1.71 MB 2,230 18
812,692 812,692 000000000000000000028166f16ab19c73a745cf7aba86256b3028163986b980 1.37 MB 1,895 12
812,691 812,691 00000000000000000004333e51125f90ae9c2c4b4b99169a747e9e4d682b79cf 1.27 MB 1,117 7
812,690 812,690 00000000000000000002bd26e1dcdc43cd7667971d148a045064b6eb63d16b72 1.34 MB 1,037 5
812,689 812,689 00000000000000000003018de5bb964c93df4f626f24814e96e28c955417b5d7 1.44 MB 2,238 14
812,688 812,688 00000000000000000002d686dae5429ddb800d2b7c61797f2e9820ded7148a4d 1.63 MB 2,669 20
812,687 812,687 00000000000000000003df5904cab7fcaf6e3d1e9450c8c7b7354e12273df23a 1.45 MB 1,355 9
812,686 812,686 00000000000000000003173f2fc5b3e17fa22990bee62b0d0f7049d31b4db9cc 1.29 MB 1,792 12
812,685 812,685 0000000000000000000327b6f6d5c864b013cd3dda76242dc8e72eaba3696369 1.34 MB 1,211 7
812,684 812,684 0000000000000000000277dbd656859f617a258b101d5f6722f10104153705c9 1.61 MB 3,014 21
812,683 812,683 0000000000000000000006b134f0a7320cdb7b9beea28a76a2153eecce798b6c 1.51 MB 535 5
812,682 812,682 00000000000000000001f83db9da8219549686a17d81596c60692ccec18f5231 1.65 MB 1,176 7
812,681 812,681 000000000000000000013cb9713b3e3df24e0b76e2f8553112c4f4b47d2e6fb1 1.31 MB 975 6
812,680 812,680 000000000000000000033aa58b30f65e493a4f91d26cce63dad872719d647913 1.46 MB 2,480 15
812,679 812,679 000000000000000000034fa6ad36c8fc12f8d2ad82b21fbe7c166af6e4dfb608 1.52 MB 507 5
812,678 812,678 00000000000000000000eff13583234d66e02e8c4d9605179852d06338e889fc 2.46 MB 605 3
812,677 812,677 000000000000000000018be660c3473eb794c5c81e35bed80fb4a248a892b544 2.43 MB 1,507 3
812,676 812,676 000000000000000000005fe4ad00a89199088973d6706c6609692df4a66bd87d 1.43 MB 2,666 13
Previous 10 blocks ↓
Total Size: 769.15 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,632.60 GB sent, 93.62 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.