Memory Pool Memory Pool Refreshing

1,649 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
891,652 0000000000000000000251050000000000000000000000000000000000000000 0.53 vMB 1,645 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,651 (890,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,552 1,552 000000008fdb65e1b0cfd8099d65aa8b889f23c68f698ebadca6356f9c2003bc 0.00 MB 1 0
1,551 1,551 00000000932127d2c7c987b0b34ac15b2874c9a57d363d14276c447f9c4abe37 0.00 MB 1 0
1,550 1,550 0000000083fb9db6cdd95705a71c717243a504835899ca35a1807dab4764de47 0.00 MB 1 0
1,549 1,549 000000007a2f55c8785431caf8b373ee9908ad7d3adb6ef50d903e74f39a20e1 0.00 MB 1 0
1,548 1,548 0000000029e8f1ddafc3291295536c58679b7047585b51926f3a6d05a29efe15 0.00 MB 1 0
1,547 1,547 00000000a3276f01862fdf27d0faaa04cedf3aaac83c4bf24400f739622077ed 0.00 MB 1 0
1,546 1,546 000000005fb1187e0f421479738db9c7fa205f633a74b988f338ea84d7212dd1 0.00 MB 1 0
1,545 1,545 00000000ab1351eb7cc4e628402c721dd8a0ed1fc52ab1981d0fbdf4076565b7 0.00 MB 1 0
1,544 1,544 000000000b4d76d68f8be883d7ec1ab435fb15a971edee8ca2fa8d2c3312199b 0.00 MB 1 0
1,543 1,543 000000005a5e6d40fd311ae05907a5672db2947f1a2272750b95734f7508b4d5 0.00 MB 1 0
1,542 1,542 00000000c00a1eb009cbfe369b501a87547c9760dab9be33a10c6066d0947a0d 0.00 MB 1 0
1,541 1,541 00000000d2b9d5dbe0ce0c18739a9e237438db82d98b98c9449dc3d4ab2994e3 0.00 MB 1 0
1,540 1,540 00000000e2a77c0f42ed41ebbe18a40cebd8b2b473d31de6ce098f2d0e608bef 0.00 MB 1 0
1,539 1,539 00000000de0af0d9501ffad632b2302d22cab8b0f21526a81151ea04eb29c26f 0.00 MB 1 0
1,538 1,538 00000000a05c1fab96a447ee20c205aa74a69c48569d8d4ff607fd56693a267c 0.00 MB 1 0
1,537 1,537 00000000809330f2851b51d33720a96fb9f1333fec63a306d626412d7115ab17 0.00 MB 1 0
1,536 1,536 00000000e54ab466b9ff2411cd7fbafcbb94d129e8b77c23c7e5dc6ee70664b2 0.00 MB 1 0
1,535 1,535 00000000033500537dffe75a6bb5d2b55934001a6d787b1a7c6605742389f6fb 0.00 MB 1 0
1,534 1,534 000000007d40d49f2f08726f70a5649f564d644ae2f0ab2b60f8c9819911db5d 0.00 MB 1 0
1,533 1,533 00000000b5b113200f59f6470f8f6ce1fcd871409b1da965a12eae7a75c18953 0.00 MB 1 0
1,532 1,532 000000006bbdc22eeb78b62b2c3bb7e71c433e9aaa8702a0fb13fad244a68f3a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 740.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 3,605.48 GB sent, 164.27 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.