Memory Pool Memory Pool Refreshing

561 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 555 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (644,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,185 263,185 000000000000001682c39051745c50a2eed97cce39e3312f9aa43d7bb337932e 0.12 MB 235 66
263,184 263,184 000000000000000227a6008f1cf91615b57a80bdd58602004b115fc7e24da1cd 0.00 MB 10 93
263,183 263,183 00000000000000103b60de19414f30d093e43d79ae497d72abd24b9879dce789 0.15 MB 199 40
263,182 263,182 000000000000000fb70a95e4ad9eabab4be7a0245dc063ff06ff889135f4506f 0.21 MB 426 57
263,181 263,181 00000000000000167e7a7f945a129a05f7b073b27e4a6959cb2dc74475dda8dc 0.25 MB 665 180
263,180 263,180 0000000000000004b3460ecdeaff4d6e70e08fe886fbb00fb39be6e8418f3fbd 0.15 MB 301 53
263,179 263,179 0000000000000001aad80289b8c45d1dd21c331d432a6f078944c20a26920b83 0.25 MB 574 123
263,178 263,178 000000000000000ce76e6ef2bd4d5b40f6a4492e1c522762de1ac236d1f2c590 0.24 MB 574 118
263,177 263,177 00000000000000146e5bda3670f7221826df9833eea0c78068e8657c87b6a7bb 0.01 MB 18 150
263,176 263,176 000000000000000d11330db7e3fc0225c9aa0c02b2dca28c22634bf0000cdd7a 0.23 MB 566 123
263,175 263,175 000000000000000b40eed5bfe591ff6bbab3a1c4de23ef858688ba20a168017d 0.07 MB 163 91
263,174 263,174 0000000000000000982f2bbe050d4d339732d53cab7d75ab926c003a22f5ae70 0.02 MB 62 73
263,173 263,173 00000000000000023b6171d6765a7b399f4c7edc6bb2e2e49a89be29a89b5cb0 0.00 MB 5 139
263,172 263,172 00000000000000075a4451d7dc7a3db0b7525b621a8c8ef825d7fa2d10692b70 0.14 MB 157 45
263,171 263,171 000000000000000dae8817c2e534367cec23f2edeffca246ae2defb8deaced44 0.12 MB 287 106
263,170 263,170 000000000000000598f8253970e77beb6d7be7a1acd58713e2fdce5fb337c7e0 0.24 MB 531 106
263,169 263,169 000000000000000d5756ec4564edafc97426ab34d1aa078e6676d6626b87c05e 0.19 MB 541 136
263,168 263,168 0000000000000009a605e97291860f237d3803867e36487e881bead13e147f54 0.17 MB 407 105
263,167 263,167 0000000000000009e3356dbf66318a1b8e793cb095b8b3a73021c7ed4cbb5da2 0.03 MB 101 119
263,166 263,166 000000000000001287deb178384fae85a47690d42969d9f0bfb84f3e45b45b15 0.01 MB 40 53
263,165 263,165 000000000000001690dcc47c2c64c79cbd26e64203b34ed7be2d41d6ef282912 0.19 MB 478 124
Previous 10 blocks ↓
Total Size: 769.56 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,649.13 GB sent, 95.73 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.