Memory Pool Memory Pool Refreshing

6,880 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (606,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
301,537 301,537 00000000000000002fcdffbf14b17bf65605f922359e82b5452d2b2104bf56cc 0.73 MB 367 8
301,536 301,536 0000000000000000167842d37657e554c8717a5673368e28a99ade8498108f88 0.17 MB 268 27
301,535 301,535 0000000000000000421116d0f59a685bb4a8171a1a79bc21314bb5028540edf3 0.22 MB 468 35
301,534 301,534 000000000000000043f97b70c3df03a5da8de48c3693a6ebd4d30bd588e3b844 0.04 MB 123 34
301,533 301,533 00000000000000006d21b98926a506af39fd862761de1f38ed4fd1106947ef06 0.19 MB 356 29
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.