Memory Pool Memory Pool Refreshing

9,813 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,402 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (777,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,910 129,910 0000000000000d74bcd54e04d45e2750af8e3700e2b6f9daa42f1a6498d331db 0.01 MB 26 2,929
129,909 129,909 00000000000009f0453d71e02743e245bd7c5b70a251ba7bb03f5301658ab12a 0.01 MB 24 1,127
129,908 129,908 00000000000004fccc31c77a3207e8fdaec0ca0ff523ae80742003e9f1b4146b 0.02 MB 33 1,392
129,907 129,907 000000000000158b8a8f30867192d85d0370db082ce7a716f08a16bcb4da9308 0.05 MB 156 395
129,906 129,906 00000000000010597be30ca18b7564b230b39c13236820419d9d4bda5edb0d2f 0.05 MB 174 3
129,905 129,905 0000000000001968e8a16dad65a1a4db30a137eda3870f248e653b560e1e685f 0.03 MB 72 2,064
129,904 129,904 0000000000001c8d4075e1d8881cbd939e2b4f5b8c9ce5f977dced4ae04894c0 0.01 MB 26 1,106
129,903 129,903 000000000000073bdd5e9cdc571c0f2dc80c942444bc09cd24379e33af082b68 0.02 MB 48 798
129,902 129,902 000000000000026fec36b1d269f3e990af952147b1957a53dada017237d30a3b 0.04 MB 110 1,144
129,901 129,901 00000000000009e4a86eec5f1c9b897aae92958cd20b24bd854e3118a122253e 0.03 MB 39 526
129,900 129,900 00000000000012e5c65c0591fc65ef854c1bee890526048256ae563626575d8f 0.03 MB 63 2,532
129,899 129,899 0000000000000de8df9d876c1cb4f2f30890f8e6fa1a71ec9ee235102f30484e 0.05 MB 117 567
129,898 129,898 000000000000190be83ad821b7394594063bbe6f9e331de3c0b098338c145174 0.05 MB 155 414
129,897 129,897 0000000000000f0ce07f4fa538a5728e8bb9348347f6af3671ef8d402df6bdb3 0.05 MB 151 286
129,896 129,896 0000000000000a8307db2ee7602a350dfc3e4df8d6bcd181160e6aa8ef19eb55 0.02 MB 42 1,191
129,895 129,895 00000000000014842a28e8ace7986cee4a454b5c5c797d47091e742a430ce4ac 0.05 MB 131 228
129,894 129,894 0000000000000fe3115ab0f1baecd6d55dc171c382e11eab601bfd032d66a3aa 0.05 MB 57 512
129,893 129,893 000000000000193a6051cb239f7d8049a432d3c13c78e59317d03d771d51cf87 0.09 MB 186 1,198
129,892 129,892 0000000000000ac5ea6d8067ba81ed8fe622a647b94e93ad81ee80aa1c6b94b7 0.04 MB 135 354
129,891 129,891 0000000000001a4e398dbf2cf87a5e862154d8a1d596ec143a1e0edc233a6b37 0.01 MB 17 580
129,890 129,890 000000000000087c9d8a86f81ce1dcb5c4ceae2d5d0fbfb177dbcf2a50bb1e1a 0.03 MB 71 1,238
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.