Memory Pool Memory Pool Refreshing

6,315 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 13/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 1.00 vMB 2,473 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (758,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,907 148,907 000000000000011609de80999e9dc3024e22596edb31bc972de04cde20c28d0e 0.04 MB 77 152
148,906 148,906 00000000000004a9ab508c887451612005731cdd9e290b1b5bf662af1cc3616f 0.05 MB 92 45
148,905 148,905 00000000000003222a6f382f3c5a4141457be52f57cbd97a4ba39c2866ebca24 0.01 MB 12 59
148,904 148,904 000000000000028a58a39aab40f0a997f56aa94c1990353728e7d549b315d648 0.01 MB 14 554
148,903 148,903 00000000000001512644900e56ddfad6452d897e816ba97e5670e87359ab5dac 0.00 MB 19 32
148,902 148,902 00000000000000e96cbdd0038c30e365ba3ad8178dac71bc0f0cd48bbac13aa5 0.01 MB 23 255
148,901 148,901 000000000000057e3df7d2b33cf99c629d67d66167a59054f7c97381caf9de7c 0.01 MB 17 61
148,900 148,900 000000000000070d7363fe2a0f4ba2a1bc8e06363cf27446967c7e6dd758a9df 0.02 MB 39 16
148,899 148,899 00000000000006ec1aa4cca1f9f840e5a7890a5d38d272f6328f669795ccab67 0.02 MB 46 360
148,898 148,898 00000000000008ffce5f6091b5efa4aa40229b201fc780f8cc9eec957e4c2f1a 0.00 MB 12 266
148,897 148,897 00000000000004f319ba647514183ca3e21add3f01c508d1cd91ea152e85ed35 0.03 MB 56 212
148,896 148,896 00000000000009c3947773395da74266f554e958984aab491244500597150c96 0.04 MB 141 167
148,895 148,895 000000000000059ede97e0910f95109bbb069efaa1adb0c8bf4a8902a95dd94f 0.01 MB 27 427
148,894 148,894 000000000000005922351462c3eaff06debe5d9e1031ccf50de177f01496c3cb 0.00 MB 12 252
148,893 148,893 000000000000055350383a43ecc17d0943e8160c16258e48130c2beba90ff04e 0.01 MB 20 83
148,892 148,892 0000000000000783da8ccbab47ccd2b49336635b473eb6f67c1a889fef187ef3 0.01 MB 22 156
148,891 148,891 000000000000006c2b3a25ed652ef30866a63d1220ce9c1dea73436ad4591ad7 0.01 MB 29 82
148,890 148,890 00000000000002ea84e151608394d5eadd1c0a34f387c610d0ea2f8d4dea78ea 0.02 MB 30 45
148,889 148,889 000000000000093233657c95556dec40e328698a69d37680abe63298ab4485f5 0.03 MB 86 17
148,888 148,888 00000000000005b3f148b6cb9997e2de4482bbfa03c883259d0fae6c0c44426e 0.05 MB 156 18
148,887 148,887 00000000000004058cbd968d5b55eb4a40020cc044ca2744624f8441277f0aeb 0.03 MB 77 89
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.