Memory Pool Memory Pool Refreshing

6,232 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (606,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,567 301,567 0000000000000000270e20a0b107fe592c7f8401ea138097678081e483726f9b 0.18 MB 382 33
301,566 301,566 00000000000000001f3f3ef9c91b4b959210346d754b4d849d9ac30f44c85a3e 0.05 MB 86 32
301,565 301,565 000000000000000047577c565799a5572154be4fbafc95be0f2217e5188ad0bb 0.15 MB 262 29
301,564 301,564 00000000000000006ceb3414afbb712ec83648cf815df35e5c6e6c99fc149a40 0.31 MB 641 32
301,563 301,563 00000000000000000cc259e84bf53ae905f7aa5385d5764a0393d768bf855dd0 0.28 MB 512 31
301,562 301,562 0000000000000000333805f328c17212474e02109a949be9f7178fb51b7c9283 0.23 MB 314 24
301,561 301,561 0000000000000000022d4f526b3b280b6c17cc94e3709c0be0a0fba8175db7cd 0.17 MB 393 38
301,560 301,560 000000000000000051762a304e8709dcca0b05c856a30fb2a3044b72a3088dce 0.06 MB 97 19
301,559 301,559 0000000000000000719fbe0724ff1f11b24fad9ba73e93f09e59e5da23fd51d5 0.59 MB 841 29
301,558 301,558 00000000000000005a1ae0f272f559bc45cb0acc2f9d07b02b5f6c9e98a96309 0.35 MB 979 45
301,557 301,557 000000000000000038a5a19ec7c19fa855926538d2fc692d6d8b39b2fb48a202 0.14 MB 215 25
301,556 301,556 000000000000000070dae7bb3c1e2fc9b9810a40186d42040ec276357a750b84 0.08 MB 150 33
301,555 301,555 000000000000000029e81aa665f7bc66a2670322d4f1e3d5056742b894a18552 0.10 MB 166 28
301,554 301,554 00000000000000004d8feffa3e2163af36ca145593c8562671aa4a7988eb81ad 0.51 MB 961 50
301,553 301,553 00000000000000001762e5fb0d31579a3694f673b6bc69bf28e221d1e9bdc95d 0.02 MB 47 31
301,552 301,552 00000000000000001ac17ba8fe92af65fdf935eab89dc39ec8a0ee749f85022a 0.14 MB 247 22
301,551 301,551 000000000000000028cf1babd8a16de60a5256024e455179ef8b3fe45cc24304 0.37 MB 719 33
301,550 301,550 00000000000000000dd7a4c0e2303283947cb4157ed4aca85a3151a49019cef3 0.03 MB 65 44
301,549 301,549 000000000000000041e8700656790efcd6676807476f820403826e2802e4e9a3 0.22 MB 444 33
301,548 301,548 00000000000000004b5afbb7e11bc6bf616c1adb85cfe326ab8e524ef35d55bb 0.08 MB 190 32
301,547 301,547 00000000000000006e69356c457fce9bb2ae02b255b4a1b200a5061077296d50 0.09 MB 162 35
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.