Memory Pool Memory Pool Refreshing

4,044 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,733 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (689,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,343 218,343 00000000000004a45e04e109fa43bbd979792f99957a372766f7bd199bebff60 0.28 MB 422 42
218,342 218,342 00000000000000d406ac6a166e68b8a97c60bf89165b5ca1b4723d3ef3616343 0.12 MB 206 123
218,341 218,341 000000000000042ddc15bd4d6244a4c25dfcac7c601f36c2c3e197445ee2588e 0.21 MB 460 173
218,340 218,340 000000000000030da4daaafe5dd44b6c3e6b8eca377a0de529e884e5d165b2e8 0.25 MB 593 206
218,339 218,339 00000000000002b6261324d6f51be0febe2158fdda29ae0fa66e9c2ae4ec8a32 0.08 MB 193 256
218,338 218,338 00000000000003c5567b532e902ef86bc9664571efe3bf7c7bbfc8de4f58b59c 0.25 MB 453 213
218,337 218,337 00000000000002713032f7497b911fb6d1d2ae162dad86d551647ab94fbeacdd 0.25 MB 558 172
218,336 218,336 00000000000001fd011815d0baa32835f52bb7659f07559d724b7121579686b4 0.26 MB 583 183
218,335 218,335 000000000000038fc38600d87cab1e4863458b4ab4223002d2d94eb97b7634d8 0.28 MB 666 202
218,334 218,334 00000000000001c9517c9673e92e5fdf6040eadfab899d7fde3a029d8469f56b 0.25 MB 445 134
218,333 218,333 000000000000053f30241a72d07b0be01fcd5824199bac263ba4949f18103c95 0.25 MB 730 258
218,332 218,332 00000000000001db534605805770e329459e58fceabcfed37b6bb8fc677d523b 0.20 MB 471 199
218,331 218,331 00000000000002a5c0acf193810d49615ef39cc548f9a5027c0ffbf806622f9e 0.00 MB 1 0
218,330 218,330 0000000000000004a2dec4548e76d6af78a7c551e65803bb51958fe16ea4b9ec 0.01 MB 26 182
218,329 218,329 0000000000000147e29e2ea5c195c5ab93afe392e59fcf1c7d23a4fc39567f79 0.04 MB 85 131
218,328 218,328 000000000000018584b2f25c4b357f15f03078be8969b6430e92a40f63f9ee8e 0.03 MB 81 90
218,327 218,327 00000000000001561ed7eb0721ecbc62609c09c42dfc31cc819d7023f6d37dff 0.19 MB 375 136
218,326 218,326 0000000000000425c8c946e5db08706bd7221c057e2abe4050dc32f841674f53 0.19 MB 498 190
218,325 218,325 00000000000004bb046deabf4a5a5728bdce259ecd7f67d1b17f10034fadded1 0.27 MB 639 178
218,324 218,324 000000000000008d582556b50c2577bc14f00f03b18ce3fd41190704ed2819fd 0.23 MB 586 193
218,323 218,323 000000000000049d17a89fbfd2441cfdd62fb21a3504f97602a7870b0b4a7c9f 0.26 MB 547 162
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.