Memory Pool Memory Pool Refreshing

3,175 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,890 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 3,160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (753,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,720 154,720 00000000000000c69dfeddf8bb5a29e362ee912cc174512aef7163534f471da3 0.01 MB 23 450
154,719 154,719 00000000000005b2a3eb689758e3dba709d1af596f03175e965212701df4aa26 0.03 MB 96 22
154,718 154,718 00000000000008ca15047e9d5188c0e69872ca874d6ea580941863227377a85d 0.05 MB 56 56
154,717 154,717 00000000000003d34036f24e7e873a45897463fa6860003317386e6b09a4d241 0.00 MB 6 49
154,716 154,716 0000000000000ded0d27d6289c4942711ce5b6737976bbc67aa5825adce854d8 0.02 MB 35 97
154,715 154,715 0000000000000c4cb6c4408b4b0efa6b334ba4b2fa860f2ff9f2295ee50bb928 0.01 MB 21 52
154,714 154,714 0000000000000d64ff2a8c8f65b6c3dcdbcc2293563f1a59ddea19f5fce95dc2 0.01 MB 58 14
154,713 154,713 0000000000000ac2838e9fd6fe110fec7eafa2f9fb96971b658528fefd6e610c 0.01 MB 33 52
154,712 154,712 0000000000000099495de811089cf9add6d26fb3ffeef6e62c1ec25ee8a4f78e 0.01 MB 34 48
154,711 154,711 0000000000000b7423edd45e3e88cbf6e86b2815e23adc013c7743b35f51892b 0.02 MB 31 27
154,710 154,710 00000000000003666f06abbb8f7f02388e8db14c75791baf6ca50543a3a66132 0.00 MB 9 1,163
154,709 154,709 000000000000076a7b27a6844c4c5041358d6dc8cd26303501cfbf3c4e9f895c 0.00 MB 3 62
154,708 154,708 00000000000007466d1a836edc792944ecc98b882174210c6bddf6879357b0ce 0.00 MB 10 87
154,707 154,707 0000000000000bf8edc4c2e10952a37f9b14d58e3a06fdd0f0711bf9eb0f1543 0.04 MB 109 76
154,706 154,706 000000000000001bbc2d7314f555b32a7bf68982a63c8e9b32e2aa5bd7b13074 0.03 MB 45 109
154,705 154,705 0000000000000df5359ab67b2cd3fa2ada54ceea1c467dc3da4760a542c58d52 0.01 MB 36 103
154,704 154,704 00000000000006ed160a023c6bcb744b68dc51b6a09632e5c8fc2f195b8bb82f 0.01 MB 11 231
154,703 154,703 0000000000000b8c88359bf567f6899f04399a8689a4f8a49de94ac1e2ff5361 0.03 MB 77 43
154,702 154,702 0000000000000a9fdb95f1bd404ff5208f9d8186cc6b3b5e821e3332e63805fe 0.01 MB 51 22
154,701 154,701 0000000000000366c2cd0c206cf1642db8d7a46f4b842f6c9d098a659e4ad310 0.00 MB 11 14
154,700 154,700 0000000000000d11667ed46d168c6e69a99419d4e8ba63dce39a10482d34f33a 0.01 MB 19 35
Previous 10 blocks ↓
Total Size: 769.33 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,643.23 GB sent, 94.64 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.