Memory Pool Memory Pool Refreshing

6,596 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,334 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (727,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,340 180,340 00000000000008108ae757dd1b57abaf4b1080fb1d490716c36ab5e00a76683f 0.05 MB 100 90
180,339 180,339 000000000000066d9392f45309dec9295579db938278a635a6abe0f6ab783ff6 0.04 MB 76 162
180,338 180,338 0000000000000564725278b93dde3a7564f0798565d73b4297e81d502f9b2aec 0.01 MB 19 42
180,337 180,337 00000000000005579e86bb60cbdd9db31c8f8bd767ea1b5a2af3bda4852491b8 0.02 MB 33 81
180,336 180,336 00000000000001507b36e41850f014667b8f93253c55ba3ebe944fbf039ae822 0.07 MB 143 88
180,335 180,335 0000000000000654de6c569b9d3f0cb2de4706cd8f9eed08e6b969983cf3da14 0.09 MB 174 103
180,334 180,334 00000000000004abe522e0559dbbbb67a87f70a2cae7ed3321934ae9a24ed050 0.11 MB 236 166
180,333 180,333 0000000000000144442e8dc02cab9722cbc6dc6ac77f1afaa7d08c339b839f6d 0.04 MB 64 95
180,332 180,332 000000000000007c5168a99bfc8eca6f092ebf55446335616e981732b3e60f0a 0.13 MB 322 134
180,331 180,331 000000000000097d34f0c6ccba41eb750efc8596a33ea9457d8131b32fb4c446 0.25 MB 501 253
180,330 180,330 00000000000000b454a2412188d2ca12f7549bcbeb715d29bd1c596155afb57d 0.42 MB 962 161
180,329 180,329 0000000000000556577d688078a60cefac83107fae4d9b5085415f06878790b3 0.05 MB 154 186
180,328 180,328 00000000000006a32adfa495c13abd2efc775aca6a82a9b8176a19ce85a5d573 0.16 MB 331 132
180,327 180,327 00000000000006dbee942c3396ce515b3376f0cbee062c1b15110d03ca655b7d 0.03 MB 68 229
180,326 180,326 000000000000017913ae9c2437e7e4ae2280ce8cee2f380d5817934665d518cc 0.07 MB 159 170
180,325 180,325 0000000000000639ef14312b64375039f47457ffe3baa30c9d681ef911c3ed70 0.13 MB 280 177
180,324 180,324 00000000000006ffb2b54b480bed1564dd3ac943fec1e6dabad155f09c0509ed 0.14 MB 256 163
180,323 180,323 00000000000000878b6d3ee944104598522148c9a59843f117fa4babff85cea9 0.05 MB 119 131
180,322 180,322 0000000000000998811dfdabe20846192a15731240a222af8cb82987fcbe7d7c 0.02 MB 58 333
180,321 180,321 00000000000006d5297f1d54d86769de4970616d4f337b8ca9485e85be893615 0.05 MB 100 105
180,320 180,320 00000000000005afab659a731cda1edf4aaaf960c6f7b9a923ee8d21e51bfaee 0.01 MB 28 90
Previous 10 blocks ↓
Total Size: 768.96 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,615.05 GB sent, 92.61 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.