Memory Pool Memory Pool Refreshing

6,183 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,691 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (794,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,428 113,428 00000000000079f9a4aa233afe76e00cb71955f00336472aaa294a4b1144084e 0.00 MB 3 3,861
113,427 113,427 00000000000067a13d2376909887c7c622bf175c08aa955fd981bb8bb1e6e8db 0.02 MB 91 0
113,426 113,426 000000000000615baecc7cbef88a47e0cf6aebd541b06e316bf2fd2f1e4d50e9 0.00 MB 14 336
113,425 113,425 0000000000002920abe22a0268cf3f8a25c7bc19775f1573b00d0e0c5e6b73e5 0.03 MB 2 1,020
113,424 113,424 000000000000a8212eb04204f33195952a90d4be6e06837ce13f261eca0d3e2b 0.00 MB 12 0
113,423 113,423 0000000000004c043c251f47daf7e921916b72b8421fdf6382f7a2036d860f40 0.00 MB 9 0
113,422 113,422 0000000000008f70cb137684e856684044d9685b25dd05a59af390a91a431c2a 0.00 MB 9 0
113,421 113,421 0000000000006f349ae169fb38f00e9719300faa1ebad9e45398e6afd2a63557 0.00 MB 2 0
113,420 113,420 000000000000c1687aa5969b87351b45204b7678ba7f03b3c34e1112aa3d82d3 0.06 MB 232 166
113,419 113,419 000000000000284ad3bc20369e63f4dba7964e127346212c5db7df6aae02823f 0.00 MB 16 219
113,418 113,418 000000000000befbf582c778f1bc42ff352ba0b6907c5646f62d33e46d1c8f58 0.01 MB 20 278
113,417 113,417 000000000000bf53d27a0972dd7605b6ec64f1ec4fa30000d7f3cfa4e1288ed0 0.00 MB 12 322
113,416 113,416 00000000000038a290f7ca09eb366dcaaa7a68ce4ef4ad5fb97ff46dbafca638 0.00 MB 2 0
113,415 113,415 0000000000003088f8e6a1e1733e52dd3b8b7c44ea2f2c6cd23b5b024b0ce190 0.00 MB 11 309
113,414 113,414 000000000000d9032535fc8b3c21a56397147a9fce2e00beaa1c91190efa1c36 0.01 MB 49 149
113,413 113,413 00000000000093b08d1409e03cdc8b261b799feeab4e072256dce2e60722e55e 0.00 MB 10 336
113,412 113,412 0000000000001bde17e6d76de14a5bb788f39f3d5557da3e25c1e3e8b668016c 0.00 MB 14 980
113,411 113,411 000000000000c067ed48ea5f40bb23c2098acac4ee43f513babaafd6a8b3214f 0.03 MB 122 0
113,410 113,410 000000000000d83025113517716db42b97a7a31b981a3473ee772b192a3ec332 0.01 MB 37 463
113,409 113,409 000000000000a3feb3cc81f2d1dd276bf667c9d4700dad49a34a19cecab552d2 0.03 MB 123 69
113,408 113,408 000000000000983b6ea75d0e6a29bec9c013de69962fc9587fc3e642b7a6f5ea 0.00 MB 12 651
Previous 10 blocks ↓
Total Size: 768.98 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: 1,616.49 GB sent, 92.72 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.