Memory Pool Memory Pool Refreshing

50,251 transactions
29.43 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
10 sats/vbyte 2
10 sats/vbyte 3
6 sats/vbyte 6
5 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,684 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,015 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,683 (677,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,748 197,748 000000000000002ce4f844330745ffb3169a2a736c091d1567828d2356701b68 0.02 MB 32 51
197,747 197,747 000000000000057bff1cecf8f468763f3eb535941c663870046053148b6aec5e 0.06 MB 105 237
197,746 197,746 0000000000000544891cf3880b2ae8f3eb58668714313b96d562f7072fb6406e 0.02 MB 41 362
197,745 197,745 0000000000000253913230745a0cd6680598a1e691cffdc87b380344c412a94a 0.24 MB 719 155
197,744 197,744 000000000000032b0ebf46fb46b2eaf5c4fa7debb9a872a75fbe4f9e358f0fd4 0.05 MB 136 157
197,743 197,743 0000000000000292d8d07483726f375abb09ccb8a8c07be84f0092b4b317c918 0.33 MB 1,024 66
197,742 197,742 00000000000001dfad6eece68ce52f105ece53599d8081c625cc25ef15cc68a7 0.15 MB 385 288
197,741 197,741 00000000000004cb68461fbd24aea9120e9aa79f9ee440c03aea511cf8e65aa9 0.23 MB 537 560
197,740 197,740 000000000000013d5237a8ae615d701c2eace6defce049fef403adde07e3d3be 0.03 MB 75 156
197,739 197,739 00000000000001bc734372dca4aa83fe4cb85ffd84602193cd1f04309a927ea8 0.04 MB 92 116
197,738 197,738 00000000000001fe4faa4f52175902b3b256ae6eee093ef81ab56912d82318ee 0.17 MB 466 176
197,737 197,737 000000000000024f02846464bec7fb2f4e67f77adddc302599532d39e2f932af 0.00 MB 11 14
197,736 197,736 000000000000015bfe976cbce0053da94f65efb8b2350facc5e828169fa7a6f6 0.16 MB 336 171
197,735 197,735 00000000000002049694beda7a652b55a9c1a8d4e2ebdf5fc722dd402a8b8349 0.01 MB 50 147
197,734 197,734 00000000000000be7e5741e3d2ba34d458260721b0605882749e25cd44732a5b 0.09 MB 258 137
197,733 197,733 000000000000061a1b2c956cbd1efd8a7d2840d79a12cc93b9ece9a3d82c5c05 0.02 MB 60 168
197,732 197,732 000000000000061d48fc59f8db0da7149481d76ea555583875c382d7b92d47f4 0.00 MB 11 86
197,731 197,731 00000000000002bd54291c9e210d0e0aafad7d203a9f97ad9ba1b4599bed0018 0.06 MB 166 167
197,730 197,730 000000000000032fea67f4c75edb30a49b6dca6e9012eeeef209b8fd882f51b2 0.01 MB 37 11
197,729 197,729 000000000000017d231953cd4b664d422df0420cc2c019f85b0e3cb7f37724c7 0.11 MB 203 367
197,728 197,728 000000000000028cbcbf8f662d4f5e3747ffcd632fbf1686ff93f65d178f55fb 0.05 MB 152 180
Previous 10 blocks ↓
Total Size: 709.90 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: 625.40 GB sent, 11.79 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.