Memory Pool Memory Pool Refreshing

4,436 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (723,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,105 184,105 00000000000002fe72361b9bda5a8fc6b57cc1edb3682363f3db53599e74317e 0.05 MB 107 104
184,104 184,104 0000000000000717d2ab1fc0cf0f651a8f0fe63ea25fd3a36b57c49e5362c352 0.23 MB 590 125
184,103 184,103 00000000000007ea702755625b6bcaae690c4466359b33128bc18b430d1abc4a 0.25 MB 408 165
184,102 184,102 0000000000000a30b4cd9a0336cd5c38b2adccdca073804edc5c08b4d65aa0fb 0.05 MB 121 121
184,101 184,101 00000000000002225e8cd9c6d4a787dfc4aed88920981c9d9c973e9c55ac5fa1 0.00 MB 9 0
184,100 184,100 0000000000000147bac4b537341b60b751f5e3ba13e34089796d7b173fd4f797 0.13 MB 263 148
184,099 184,099 0000000000000a8aceddad7b79da8f5a9e209a0eef1f7d345d31ee0fab54c454 0.15 MB 352 122
184,098 184,098 00000000000006cb4cc14f8e1ba60be5c7d073b001316fc4bcada989eb50705f 0.00 MB 13 3
184,097 184,097 0000000000000570cc10d0811f5f496e818215ed09064929adc69638cfed369c 0.13 MB 310 131
184,096 184,096 00000000000001ec67c286a75fc2a65eaaa8fa6f634a930230e2269fb17d3f09 0.25 MB 634 156
184,095 184,095 000000000000015606ff6041b839c57b76cd15551130c28f714a7c4645936743 0.05 MB 124 111
184,094 184,094 00000000000009444188666cafeb2a3eb5bee54673881039dd6d86591564b55b 0.19 MB 335 100
184,093 184,093 000000000000015829857afb6e5f703369c83847a2b86bea620e5e72ab93a92c 0.25 MB 677 149
184,092 184,092 000000000000026bbf187e73ce76cd34f893d6660c3d2b9f0a371286d2d053b2 0.25 MB 497 190
184,091 184,091 0000000000000a110b3948e437c657bcb5d1430c6a62981d9b531ac6b8d1121f 0.00 MB 11 2
184,090 184,090 00000000000001597490fdf3a4c8da5bbfc6350230bfc1043eb54227e3dd2b2f 0.19 MB 313 83
184,089 184,089 00000000000000e3150fdd3fb6db85bf502a851bc7c1eb71c4e0dc7f24571d6a 0.22 MB 631 154
184,088 184,088 000000000000038e6b4377a26ace1f707a92f2eda676467123effcfd63e02590 0.00 MB 11 298
184,087 184,087 000000000000061a09411a63654477bf05423d6863e5a8ffb54a49a6e8d228d7 0.07 MB 189 138
184,086 184,086 000000000000063ef124c17614cf6b8708bfed9f8bb9c9169b6d2e6bf8593bd3 0.09 MB 175 88
184,085 184,085 000000000000019e2e888494302115fe14b8cd37836dda160bd61dab4fe8cc5f 0.14 MB 348 118
Previous 10 blocks ↓
Total Size: 769.00 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.87 GB sent, 92.83 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.