Memory Pool Memory Pool Refreshing

7,841 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,094 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (606,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
301,546 301,546 000000000000000038ac3e29a42b25c41fbac146ef89edaaadf037738a58ab34 0.24 MB 464 32
301,545 301,545 000000000000000020d02fb5cb6b829f9c3873ef40eba9bb5d545a5f649f1e24 0.07 MB 165 29
301,544 301,544 000000000000000056f14ed49ba8bf0bef7c98b5965058cc6ff02ab00fc26d82 0.34 MB 688 35
301,543 301,543 00000000000000004b2b5756750d173a6a07941d59aad0f7dfbdb1871b852d54 0.07 MB 147 24
301,542 301,542 000000000000000042532a000aae28812be82120cbb8952d2131416043d81906 0.07 MB 135 11
301,541 301,541 00000000000000001eb5903948db544f5f5413a3a6d43489056aaf991805e352 0.20 MB 90 4
301,540 301,540 000000000000000027df5b254ecbb84009acb71b1caad1b0ee2fe7b91e33dce8 0.45 MB 785 33
301,539 301,539 000000000000000078f4610674a40f7628e627b795626c43b5bf6cab882348fc 0.50 MB 1,084 44
301,538 301,538 00000000000000007693179dc708aacaeb7bc8f2b081690bba7d855866e6e926 0.38 MB 714 33
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.