Memory Pool Memory Pool Refreshing

2,381 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,016 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.77 vMB 2,382 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (683,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,504 224,504 0000000000000197ba9c5b7a4e443599384850edb91b2e22e8a147846b2b4995 0.06 MB 104 90
224,503 224,503 00000000000002e43a65b964a6d2564516e06015911eaa91ece3ef320a924c96 0.22 MB 417 157
224,502 224,502 00000000000001d8b5d2536122c65c1f1e66e8ad432a447bb92cbe2ef506b7c6 0.25 MB 650 259
224,501 224,501 00000000000001021bec365366b58fad9e714c692bed3cdcefbe0948cc5c58f1 0.20 MB 295 132
224,500 224,500 0000000000000023a93be8080fdbb7d1e76c711b7f7d1fe809776e27d7114152 0.21 MB 430 173
224,499 224,499 000000000000012868606c35940c12b9f28356174151a009795547a73418ad0c 0.16 MB 333 169
224,498 224,498 0000000000000042e6f3335101d2f61ba013421eab47993b614fbbb2de550c42 0.20 MB 490 205
224,497 224,497 00000000000003a68ffae6d6959f70bf88356e4c1ac8d0bba6f0b421bfa29253 0.05 MB 111 117
224,496 224,496 00000000000000cdc60942592f186ffd0131b3308ea9641f035222bd7abe6aee 0.00 MB 12 364
224,495 224,495 000000000000003d92fdd225084f91e1c95b00c35ce65b4a36bcfa8295ff42dd 0.13 MB 338 193
224,494 224,494 00000000000003104837d547693e2c54a60bbafc1831241b3552e66cd9c3db05 0.14 MB 171 103
224,493 224,493 000000000000007398f2868daf8142aa180272eecbdf7ee1a4f59ef4a37b4296 0.15 MB 345 187
224,492 224,492 000000000000039cc4a2e7674292d1520c406046d4a65f790fbe2c0cb46e73af 0.46 MB 128 18
224,491 224,491 00000000000003d01b31aa4000bbe8cd3ada75db3b0123181f2c4ae16f3bac60 0.23 MB 458 163
224,490 224,490 000000000000021358994ab7047d011e130e2778fba2ade6628a8dc9c191b7ed 0.05 MB 132 150
224,489 224,489 000000000000018b611ed48de7498f007e494a0ee6e2087d08a5a3d1ed26c9f2 0.05 MB 126 181
224,488 224,488 000000000000038df55542fb6ff56a82cb4ac5444a077c4d5ce7a6c3ff4f8b0e 0.04 MB 90 65
224,487 224,487 000000000000021f6366ecc8c41f69cca7c89113efea8435f7e6fb4741ed73a7 0.25 MB 486 176
224,486 224,486 00000000000001c1a0284e2d346bd3a37a5131d42dd6ad6aef7f21922ec9a835 0.01 MB 32 122
224,485 224,485 0000000000000019547420052c91bc49f4114aa1b75d01668c7b4dfff2632f53 0.07 MB 147 135
224,484 224,484 000000000000020e47187d28c525decb52cc5b1dbf29b82082fdd8a0bbe3c4c7 0.50 MB 634 29
Previous 10 blocks ↓
Total Size: 769.57 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,650.37 GB sent, 95.80 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.