Memory Pool Memory Pool Refreshing

8,719 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,951 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (605,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,317 302,317 00000000000000001cf8a48e0843925aea5f3a3f421543e64a58db27552c3b7a 0.27 MB 454 30
302,316 302,316 000000000000000032148eca0e4dac4593f2944e8da0a04e1748ed39cade5b4e 0.13 MB 304 18
302,315 302,315 00000000000000003c1c97f75635bb033823e328a4bc2bb6beb2e4618bc7a623 0.22 MB 419 35
302,314 302,314 00000000000000002deac336eea900bac23b5d74ba0f5a54da4e80508d3e27f3 0.04 MB 58 21
302,313 302,313 00000000000000000fbf5f7b0bba15e29e31fed6937548428cbe88fa6717ab43 0.10 MB 218 43
302,312 302,312 00000000000000003324f0e575be3ae560f7262abfb12779c2fad909528620fb 0.60 MB 732 19
302,311 302,311 00000000000000001e4628a9e3d2e7b77e409a05c7b4f013fdfe7e1be703712f 0.35 MB 968 47
302,310 302,310 00000000000000000390dcaa86b80d523f9fa5deb47d57846e4b3431b5fd5f71 0.25 MB 721 52
302,309 302,309 00000000000000006a1ad3588ac31b0d43761c45692891803edddb792120a67c 0.18 MB 402 36
302,308 302,308 000000000000000007cc48785b69485dd3bf0ea8216c2174ba9dd8b14df47fc7 0.28 MB 445 25
302,307 302,307 00000000000000003f13fae19191e0f1528ba5b87b7f45758766976cc9616160 0.25 MB 497 26
302,306 302,306 0000000000000000470b05cde2db7f096f3cc574b73bf0ea7296746c7a55c485 0.15 MB 301 29
302,305 302,305 000000000000000027b2562976331e50ea7331520a130487af55297d1bf32de5 0.30 MB 555 33
302,304 302,304 000000000000000061af6c4f0bcae3711ee60761e913b4c0ad44e390ed06b6d5 0.04 MB 80 30
302,303 302,303 000000000000000043432b272b7548e94703860a3d2c806688f05e0c49aec9c5 0.13 MB 236 29
302,302 302,302 0000000000000000773639d9ac28aa55fb2f2d9ce6850f074cf1b1cd7a23219a 0.10 MB 161 27
302,301 302,301 000000000000000008e9c848038d9970ee3087bfcfdcb20f6e46a33748d58d39 0.08 MB 154 29
302,300 302,300 00000000000000004cc7991514d5dac65a657de3cd8539933b914c8324f6c728 0.11 MB 128 14
302,299 302,299 0000000000000000266b2fd0d2c63fc9e15bc4d7d80eb6ed4b926c9c2f211490 0.10 MB 86 17
302,298 302,298 000000000000000070fa118948b196dfa74aae383db30cb49f8c3cf6f227ac72 0.07 MB 155 33
302,297 302,297 000000000000000063f6166dc9a220f2620f698b24d569029226fbdd127f4084 0.23 MB 471 32
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.