Memory Pool Memory Pool Refreshing

3,638 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,927 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (108,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,650 799,650 00000000000000000000af74a951a1671819ddb7a4abf8a5ee2f657197e483fc 1.44 MB 2,638 25
799,649 799,649 00000000000000000001baa9acccd21d7912fc1884be476df021c7a965c1b9b9 1.52 MB 3,751 32
799,648 799,648 000000000000000000046e73494139f07da54b6656fe7789f45b9fc0d8630a96 1.66 MB 2,885 8
799,647 799,647 00000000000000000003fa3926a48872c45e7d4c3d518f51f2fe345e21513cea 1.52 MB 3,360 23
799,646 799,646 0000000000000000000365da56cf790e2d19ebecfff62573464138cae6480edc 1.71 MB 1,859 11
799,645 799,645 0000000000000000000125ba4ac2a83bc74fb3b7921d9ec2ac2018d9896dcd80 1.35 MB 2,620 24
799,644 799,644 00000000000000000003662ace07ebcad58d9d14d06ed79bee5b432c6f39784a 1.64 MB 2,600 10
799,643 799,643 00000000000000000001dca0aac1236cd3a41f18ebaa0f0cc2a7cda39b875954 1.39 MB 2,450 14
799,642 799,642 00000000000000000000116427b896117351e454a92e3a043ac20fea3662c558 1.43 MB 3,529 23
799,641 799,641 000000000000000000030019654319f6420905b0c59d58109b45b54a612ab1a8 1.59 MB 3,279 33
799,640 799,640 000000000000000000026f631a3687b52dd3f3f4bc1f5f4e472d88a32153f919 1.46 MB 3,260 32
799,639 799,639 00000000000000000002cf4506bfd3c97746e06d2569fd73be53d941f1ec4eec 1.58 MB 3,537 23
799,638 799,638 000000000000000000020a45b000d1c956e1803a4c712697c818083b69f9d901 1.70 MB 3,442 18
799,637 799,637 00000000000000000000163875b9e678c17e2b5868b154852452ff63e15e98b9 1.52 MB 3,561 22
799,636 799,636 00000000000000000001e5e1e53ee42a064659990ff72ebd5a5de94ed8151798 1.50 MB 1,723 17
799,635 799,635 000000000000000000034f24c4c9e36e19ce02ae207a21743e6ecd4fd1645b04 1.51 MB 3,599 27
799,634 799,634 00000000000000000002df4334706658febf646603530c07a22bab4d05062c7b 1.40 MB 2,554 23
799,633 799,633 00000000000000000004adcb07c6a287f169bd0958848c9cb29ee8aa80fd9ee8 2.01 MB 6,083 11
799,632 799,632 00000000000000000001611f4c53105807dea250acecfa277fc56d99e1c28bac 1.89 MB 3,587 12
799,631 799,631 00000000000000000002443a2c5eb50567e3cc0fcc6f7014a9b1583faf330268 2.20 MB 1,539 10
799,630 799,630 00000000000000000001e5919677f6a9afae0d6aae24233815cf766e1a16aa1b 1.64 MB 2,057 19
Previous 10 blocks ↓
Total Size: 769.30 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.59 GB sent, 94.42 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.