Memory Pool Memory Pool Refreshing

4,131 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,752 (27,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,065 880,065 00000000000000000001695f7915c19c815f880cafc83d270ffc332c52c5b7f5 1.69 MB 3,712 10
880,064 880,064 00000000000000000000472177b987da390df01b8e15f271a1899b7944a6f7b1 1.70 MB 2,702 7
880,063 880,063 00000000000000000000b6d9d90f1b5425688cbd57d4d12a47a0458cd370f63a 1.63 MB 3,792 11
880,062 880,062 0000000000000000000018ae8c61bbe6b44d80adcaab7df5c0e3529fb36b2eed 1.60 MB 4,069 15
880,061 880,061 00000000000000000001a674de93aca5da40b4e40b54ec167d5d1ca87d222390 1.67 MB 3,479 12
880,060 880,060 0000000000000000000082c11bf6751197151b6e486736f2058bfd3483d4d2b6 1.07 MB 430 4
880,059 880,059 00000000000000000001139d579c03c03ea97845a9392b356fec39687e44eb8a 1.47 MB 2,129 5
880,058 880,058 00000000000000000000a6f45cfc3d0f75478c03c967d508f7293050b29baf8f 1.69 MB 3,021 9
880,057 880,057 000000000000000000027219e3806c08f4f447230bd3b675ca30cfd4ead727b9 1.42 MB 2,451 6
880,056 880,056 000000000000000000006673fc619377677a09a29f0043b9267d66ba2b22a641 1.57 MB 2,613 7
880,055 880,055 00000000000000000001a19633d29b99f98ff0d3da135ba960a08c3bbbe8bb02 1.64 MB 2,624 5
880,054 880,054 000000000000000000017873f61d9ca8f294e1a59f629bd438e331dc44f4e9f8 2.01 MB 1,221 6
880,053 880,053 00000000000000000000861194e8bf1b8f1cd679cbe40b7d6e3de57a16415900 1.63 MB 3,370 9
880,052 880,052 000000000000000000000dee65960afe25d3e4c5d6fe8c4b72a990a248d417a1 1.54 MB 3,395 10
880,051 880,051 0000000000000000000220e92db3584e92f3badc4db980cdb2eb0ae16094a6d6 1.67 MB 3,769 12
880,050 880,050 00000000000000000000547fcc2e35e3e3b83f06f83577eee0ce3449c63f5a93 1.52 MB 3,324 15
880,049 880,049 000000000000000000028b4ad1dbbdeede23b96f7315e2a284a136d1e9cab77a 1.33 MB 2,307 15
880,048 880,048 00000000000000000000762f1b2f18f13d40ebde4438427908f734db3e6e6305 1.70 MB 2,915 8
880,047 880,047 000000000000000000000c358a3d10a52bec00eb2e606cc9e05e247919ab2203 1.66 MB 2,864 7
880,046 880,046 0000000000000000000283784a5112edc2b6f011ba9a98d4abeaa656d603582c 1.65 MB 3,193 6
880,045 880,045 00000000000000000001a30ec7470e3b202fa45a93f90f9dd79be685a6abf560 1.74 MB 2,247 7
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.