Memory Pool Memory Pool Refreshing

5,506 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (675,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,685 232,685 00000000000000a37a3a679beaca179cd2f1b0ae1a981347ddb79765279fe6d4 0.42 MB 889 158
232,684 232,684 000000000000018a1003980371bf5f0b4348a6ed88180e00f2dec3eb061bd94a 0.42 MB 732 122
232,683 232,683 00000000000000dcea700d46f2e2e5eb6b79de4139373dcd2e6aeb138930bd03 0.25 MB 634 179
232,682 232,682 00000000000000f0a6c7b280a341e72d0ec72eca9df1898d94fd8c348d843c5e 0.08 MB 256 157
232,681 232,681 00000000000000b5c829433bf2084578a63fce25b423159c260eb40193fe2bff 0.25 MB 363 117
232,680 232,680 00000000000000f662a46cca5b71fbc5ec3aa3da673f67b4ce40fb46d74a1145 0.25 MB 572 166
232,679 232,679 000000000000014f32c56f4633f7cb6cdac434235cc731fcb3944c5a1ab071fb 0.04 MB 93 104
232,678 232,678 000000000000018812e06df7d6cec5278d608acc0d4f434969b61866f386aa7f 0.23 MB 443 137
232,677 232,677 00000000000000239e340e4dd256a7c4e9303f53eb042e8c5e94e7b745d82a75 0.12 MB 282 198
232,676 232,676 000000000000004ac6755955f8c38d7a1eb4a3b8794f8be8fbea5de949d5c054 0.30 MB 697 169
232,675 232,675 000000000000012b394bce4e1b246c10968cc625e9115d5224fe8c24d2bbaf16 0.06 MB 149 62
232,674 232,674 00000000000000003390dae7dd93093f6e6ebfe84b7bb3d4ed993e1b44ba1f19 0.08 MB 256 232
232,673 232,673 00000000000000005b52ac833014d62ca480d51d04777d16ce34cd59719d2630 0.14 MB 337 169
232,672 232,672 000000000000015746cd4798b9f5b6e75e703b12eaba695db105d1105b4fd8c7 0.19 MB 437 153
232,671 232,671 0000000000000029ef9fa9bc232e153b45337d98483a2ed2226d7e0ca9e50473 0.10 MB 209 129
232,670 232,670 0000000000000182cd1e96221251d51aadaafa8b1744fd94f8b3f4e0137f7d77 0.15 MB 290 121
232,669 232,669 00000000000000a432c1d854ff2aa5568d70b659209d996e30802abe58503de8 0.15 MB 396 182
232,668 232,668 00000000000000cfc94b5c0dac4170ccb41e83ac2de6dacf1bb6d40498aa58d1 0.03 MB 75 176
232,667 232,667 00000000000000c64c98e67cb46cc8b8a5bcdaf0cc20aad52afcdf4a20de7812 0.05 MB 96 179
232,666 232,666 000000000000007d85ef8971d0c528ef90f7689a2eecf4b7152941917e517ab0 0.17 MB 384 164
232,665 232,665 00000000000000cfad12743bbe6bef9960050f3a738db2110e7909ba4b5994ec 0.02 MB 21 33
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.