Memory Pool Memory Pool Refreshing

19,700 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (27,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,073 880,073 000000000000000000018096bd9f4c59878b4883d159b40e8eae0b418e9413b5 1.72 MB 2,795 8
880,072 880,072 00000000000000000000ca09a8f2d026c509150f5314d69d7447e65225d43181 1.59 MB 3,982 11
880,071 880,071 0000000000000000000155e42d705d51ebb5ff290b5ac393e3c9eb3a7c1e7f0f 1.40 MB 1,861 5
880,070 880,070 000000000000000000005ae764f918ed1fcb955b2db300e5490a421a04e903b0 1.68 MB 3,570 6
880,069 880,069 00000000000000000000524a4b146d80900c0871a8de6bdf965f03c0ab2ee07a 1.71 MB 3,775 9
880,068 880,068 0000000000000000000185c6a659c38bd590ce007523b625b1be99c24197164c 2.02 MB 2,466 7
880,067 880,067 00000000000000000001c305bda9ab204c0a49722f69e7cacbe9ea6846cf8a45 1.71 MB 4,080 9
880,066 880,066 0000000000000000000116fc5910009ac721ffdc33fc247ba7ec7cb0348ca0c7 1.93 MB 2,839 7
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
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.