Memory Pool Memory Pool Refreshing

1,003 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,667 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (864,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,573 44,573 000000000c859d8f5d4ccc8d8c4fcfb1957baa2f31e8a2a0d8a0a51c47e0242f 0.00 MB 1 0
44,572 44,572 000000001bf6bd9ca937acaab92a575aa160f99bf8b8a672c61fe526e497e8d7 0.00 MB 1 0
44,571 44,571 0000000000cfed727c4d488d1f4821f1b0568535b9216c2a2165ecf2f36e9153 0.00 MB 1 0
44,570 44,570 0000000003830da92688131b2ed073b2e60c7f723024b2e94d7ba7fcc680ea9a 0.00 MB 1 0
44,569 44,569 000000001b0e2cef7ac654f9003a98523490dca6a55e0814a89bb517bf7d1ee3 0.00 MB 1 0
44,568 44,568 000000002fdba4cfab00658320f49c366cc18a8aac2cd6ffc3ea23405388b8f9 0.00 MB 1 0
44,567 44,567 000000003742b268483a9c8a505f4bc7e3ab602033699b22c78e7e1a90463bf7 0.00 MB 1 0
44,566 44,566 0000000023b1256a545e7308865d37747992a3453fd6aa7c2fff352a9b661d31 0.00 MB 1 0
44,565 44,565 000000001cdf2342a98c2842eb2b9d90feff069886daf63b6f519165357dac9e 0.00 MB 1 0
44,564 44,564 0000000018957728b19534f4ee6b4aac0949c44c0a026b3ea4079454b0f4d894 0.00 MB 1 0
44,563 44,563 000000000086295c00cf214f257d996909a55ce3bc0a3978a115691e3671671b 0.00 MB 1 0
44,562 44,562 0000000017ac6b21e7075cd57a59e8cb56139793bf5167a8e23fd920ea055e30 0.00 MB 1 0
44,561 44,561 000000003382c7d556b5a2f7a01021ee4c31e6fb44ff4403fd53161157a4fb92 0.00 MB 1 0
44,560 44,560 000000001e9e6a4b312e01eaedad07c1841b08b179ea5311b190570238c7b77c 0.00 MB 1 0
44,559 44,559 0000000019ba987f7b6252ae4b91b369653b7e3bcb681fa7afd15f78250d5e86 0.00 MB 1 0
44,558 44,558 000000001a7e0d31adb2eec9810eb8ef5c238d32a9ece7160a72e63217dd04a5 0.00 MB 1 0
44,557 44,557 000000001fdaf84a417ee2d6d9d38288b454ab274c15a8f61ae3b44ce5b63b51 0.00 MB 1 0
44,556 44,556 000000001fe13d0033218f160d50e4b1a63e00eb7380744cbb5ad4d0c2d9433a 0.00 MB 1 0
44,555 44,555 0000000001a408a89bda19925ecae142ce68812796e1656a706d73c698416ee5 0.00 MB 1 0
44,554 44,554 00000000146e17eb890e6a995ced3c98f4e0e0f981a46d9b6070a5ea3bc6a112 0.00 MB 1 0
44,553 44,553 000000002e755e09b1b27c42534cb9e730df540714103dc14bca3c51862db855 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.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.