Memory Pool Memory Pool Refreshing

455 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 455 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (108,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,090 799,090 00000000000000000003b50c6e4f36e489e2768195e52894119011549910cc97 1.41 MB 2,790 18
799,089 799,089 0000000000000000000171665c0b8c2efaffbcfc5028c86fde13224677324018 1.51 MB 3,480 19
799,088 799,088 00000000000000000004a960240f12169f6911dd51eb2121f6cf4f42f63f2e3f 1.40 MB 2,153 12
799,087 799,087 0000000000000000000113b30fa2d71fb30dae888bfe71a0a84dbd22f9adabc8 1.29 MB 1,754 18
799,086 799,086 0000000000000000000365f08cf7d1ac2f67c50758b96bc06ed51ac8f59c14e6 1.60 MB 3,409 12
799,085 799,085 000000000000000000025374dc4495e43325663ce00b503dbd72fb06096babed 1.55 MB 3,705 20
799,084 799,084 000000000000000000039c9594fa349942a3e4055300e24142d9b5fe19e1b351 1.63 MB 3,915 16
799,083 799,083 00000000000000000001e9b3ce37e048f0a434020c8093a23368968287f0b366 1.54 MB 3,024 18
799,082 799,082 00000000000000000003304a46e89bea210381986ebd79e0a7853beed91a59ab 1.28 MB 2,658 35
799,081 799,081 000000000000000000016254511f8c91decbe084c8e12760e650f828aca7dd6d 1.44 MB 1,933 10
799,080 799,080 00000000000000000001cc965fa42385a7fa9296f0f2f76e4038a94328d28004 1.37 MB 2,459 13
799,079 799,079 0000000000000000000529752d703e9f3aa8844a33b0d94a3a98169d42662f41 1.45 MB 2,869 14
799,078 799,078 000000000000000000034d59b566468881af8271b3086ace5f48c069e3b6a7f2 1.84 MB 5,195 7
799,077 799,077 00000000000000000002d8441e4a023aabc0462906aee31adc29bb9963e7729f 1.51 MB 3,308 12
799,076 799,076 000000000000000000001fe9afa69f6f9344192a5845277435b681769df561e6 1.74 MB 4,252 8
799,075 799,075 00000000000000000002cf09d4671daab0ac521acd05efc9ad03311a951f3ce7 1.75 MB 4,127 12
799,074 799,074 00000000000000000003596e459cea480cc6fc12f195ea1ce901c7869c70d4c0 1.59 MB 3,833 11
799,073 799,073 00000000000000000004e432b5d8253cfd47ac09b79a842061db99467515a5a0 1.96 MB 5,993 6
799,072 799,072 00000000000000000004db285bfab7c5857332ed1a04a83ddc6acfc292d53532 1.80 MB 4,731 6
799,071 799,071 000000000000000000005d039ec3a26bf9a9a61f1ec4ae35ef6c7425735c5a5f 1.60 MB 3,460 13
799,070 799,070 000000000000000000001b8935fd0bf7c93656202b6cb68b05c8ec3979f0650e 1.48 MB 2,420 12
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.35 GB sent, 93.35 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.