Memory Pool Memory Pool Refreshing

6,272 transactions
5.57 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
899,655 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 3,214 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,654 (713,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,324 186,324 00000000000007969c6090a54e8f393c30e3d1fad969ef9e980cb3f2a387c6b9 0.06 MB 183 27
186,323 186,323 000000000000008de4aa65b3a7c02ff5ae63c4b2d620131b582c581b2f52bcd9 0.08 MB 277 159
186,322 186,322 00000000000006407120a7e3470a594ff152bd69c8109c894b06da7e60e22bb0 0.25 MB 530 192
186,321 186,321 00000000000004230f7eea8bf9d7b136af33370672f73c426bd231a0ac12e95c 0.01 MB 27 156
186,320 186,320 00000000000002174fbe4bdae7527340ff3bd5499193015863a5b0527084bbcf 0.24 MB 568 125
186,319 186,319 00000000000001de3806c2c59a763aa68c1f725af8d7bee4d34e4e9d97c4519d 0.05 MB 137 81
186,318 186,318 0000000000000517fe02e0a3da968377a3e183bb3c95bba248526ea21aa891f9 0.25 MB 557 126
186,317 186,317 00000000000003bd60979edc49a63976398366e13d376fb2141999311566c82a 0.04 MB 86 121
186,316 186,316 000000000000055c8288258f7806a0c52605d6ffdd9ebf6933f7907ceacc9ba6 0.06 MB 186 26
186,315 186,315 00000000000000e25f3b156c9db3024c4aad384e07be3e13e84171b8501a6015 0.01 MB 31 85
186,314 186,314 000000000000065b526e8d69ddfae47c620e7348a24e63968f083552c89892b6 0.01 MB 23 112
186,313 186,313 00000000000002d0eae8b0e53753514b2ce28dd9ccbeb75707ff935145b6229f 0.01 MB 26 107
186,312 186,312 00000000000001972c59a89d010e09aed98c0c60a89c521832830f99f5253aa8 0.20 MB 448 116
186,311 186,311 00000000000000d01a9cac5a9615258fa6b053ef0ae9d4a5d6faff905d991036 0.06 MB 149 598
186,310 186,310 00000000000001763b5e23fb7e3596da6bfafdf16db3b149fc2d1e30fd1a5513 0.10 MB 203 138
186,309 186,309 0000000000000789bd77e2f221553aff4239bc7dbf72fc00487ec9b08e411aed 0.23 MB 558 118
186,308 186,308 00000000000003dfc75548fc2fd39f0f6b2f525eb9104b062ea10082e3d7fba6 0.13 MB 323 179
186,307 186,307 00000000000001c8fd6daadb3045c4475f90fa33ab18690eb7435dd261e54c14 0.00 MB 11 0
186,306 186,306 000000000000005594d592e44760fb54627cb8237ee16e657b9855c504d3482b 0.02 MB 24 74
186,305 186,305 00000000000006f47dc3f92cee880e352a159bd8e0599c1affa7dddbab59af2c 0.22 MB 346 72
186,304 186,304 000000000000098f14a4b75b1ecc6785122c2bf2f01bda27ce4d491a51c7c07c 0.10 MB 303 199
Previous 10 blocks ↓
Total Size: 755.35 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: 523.69 GB sent, 25.49 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.