Memory Pool Memory Pool Refreshing

1,468 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,449 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,448 (842,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,913 65,913 000000000050d8f9c107c7a37b69ab254f6807ae5736167d8eddcb785bd412ef 0.00 MB 12 0
65,912 65,912 0000000002fa3f82d5a50176bb7bb19e35dce64500645d4490d5d71596f24e59 0.00 MB 1 0
65,911 65,911 0000000006fa3d283b2d885c8b4c13f3992070b5adfca3350aa000f420894361 0.00 MB 1 0
65,910 65,910 000000000ac1a9d6160d1fc5c8fc850636c6af09ca007357e1a4bc39ce4ae924 0.00 MB 2 0
65,909 65,909 00000000016b4f1a50b4e4b140c04836939579bb19a6805917ed2b0d5b0fd269 0.00 MB 3 0
65,908 65,908 00000000035ca5a94ea6e8056cf824660807a22806b4c694fe0396be9ff76b29 0.00 MB 5 0
65,907 65,907 0000000005d363f30d8b14a16484d09a1505f3069ecb705c457762d85302cfaf 0.00 MB 2 0
65,906 65,906 0000000008d3fcb4d74d9447d8be1c38e7159783f53880dbf63af90d9101db45 0.00 MB 10 0
65,905 65,905 0000000006e242164cba972da687d339f3e6aac21f06d80b185c37b69543aa50 0.00 MB 6 0
65,904 65,904 00000000034df461dc82c7b984c124c4243a07292ebfcc171823c4fc51c18d4f 0.00 MB 4 0
65,903 65,903 0000000003af3e8aba91fdafde1cc309391162484bfae13ada79ceace2d24184 0.00 MB 3 0
65,902 65,902 00000000037bb991bdc34302a0ca19207eb28449dfb307b97e8f4c61a7470ffd 0.00 MB 6 0
65,901 65,901 0000000004526d089299be8089a443547e9c00ef436143794e2b5c90d74172a0 0.00 MB 1 0
65,900 65,900 00000000097cd814e8cea23960fdbe975ad127769361e49d7a37bf1c89172249 0.00 MB 1 0
65,899 65,899 00000000044a930bd6653b82073ff9a8f9c18ded2aebbb9a93051479cc3c44b1 0.00 MB 3 0
65,898 65,898 000000000952324ac77a6b22841f5de6634cefdd4bc157888d1bfa254800afae 0.00 MB 3 0
65,897 65,897 0000000001610286b8be3cdc556bfa02b8001f4437ca3be0b6213e53ee63d290 0.00 MB 1 0
65,896 65,896 000000000711f987a6f1453c86895fdd81b5aa6ce8a0532c8c142f90de62581c 0.00 MB 5 0
65,895 65,895 0000000006a846129810c7cfe346d9bdbd38f2d7e1454ba3fa1b7209be7717ab 0.00 MB 3 0
65,894 65,894 0000000003f923f6cee727be56726f7174c1132ae8cfcb8c5766d39b4c9b9278 0.00 MB 2 0
65,893 65,893 000000000731e15799284cc1b82ee39efde547fd2fdcca5ae04ff2b01a3e5137 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.53 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,776.04 GB sent, 99.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.