Memory Pool Memory Pool Refreshing

4,123 transactions
24.58 vMB
Show Random Selection Loading Transactions
Max Size: 101/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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,493 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (873,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,411 34,411 000000002d2ccce2d60f3c9e08f1ea1758d810995e361e7264722aceda8cd7e8 0.00 MB 1 0
34,410 34,410 000000001d861dbf70ac038c0443a2c5e83ecfbb3f6cd21ab9e58dbabecc8cc7 0.00 MB 1 0
34,409 34,409 000000002306d211392e20baefad3c41cfc5e164d3c9023ee2bc6c31c258b62b 0.00 MB 1 0
34,408 34,408 00000000a0168bb970a3897303d30099616a82691781ab12fb0e70eb61a6e2da 0.00 MB 1 0
34,407 34,407 00000000534334ddd23ec9d27c017d231afdec5b85ce90cd0e9962fef0048ad1 0.00 MB 1 0
34,406 34,406 0000000021b498fed962d5167a778d2746ead3881447606cc59ead552b204a6c 0.00 MB 1 0
34,405 34,405 000000005aaabe9e28512a35e9b24a9268fa1d36ea9572526aa418f2f98dbd75 0.00 MB 1 0
34,404 34,404 000000008da5566d7b8e9ebf5c0bb4ebf2ecb37cca41bba1ce72dbd7cc804420 0.00 MB 1 0
34,403 34,403 000000006d0293454deeff20271ef0a403d66f6f84e3a4ecfb3c66f05707046e 0.00 MB 1 0
34,402 34,402 00000000ad2f2440cf943ed113e6ce03f5edf23075d941a220fd1d0bcff5bea2 0.02 MB 3 1,044
34,401 34,401 00000000959521c5e273a937661d1c5291899ac7019ebf8676d7d314b5784d03 0.00 MB 1 0
34,400 34,400 000000002931e91b9fcea63ee137c8a87885717820e655075cc30db128d7d915 0.00 MB 1 0
34,399 34,399 000000006e68d834fe30d4961be346f238e012426a197d059669bdbbbba6db18 0.00 MB 1 0
34,398 34,398 00000000bd717b7bcb7373a4631373fac614859671f12962c2d6b3203fae7906 0.00 MB 1 0
34,397 34,397 000000003bd3e7a70ae8acf2a0527870c147c6db3a95fde50f7bbd7326ea146f 0.00 MB 1 0
34,396 34,396 000000005371094749a8331d080b3059f4b3e033ae0dbe96d5d9bc5bc95e0a3f 0.00 MB 1 0
34,395 34,395 000000005427ba08d91cdbdd923db619b81474857b297fa380f4e79778f0d33a 0.00 MB 1 0
34,394 34,394 000000000de0ee3af4b339d53f772f13c1b25b3285af782cd08109325e81f9e8 0.00 MB 1 0
34,393 34,393 000000003088110d598d8db3b4cfa78e66ec9b6c36f94f245fadb3467b4c8f06 0.00 MB 1 0
34,392 34,392 000000006f5559726b8467bb3a0ad82615906e601cedff113001e2b01a20e730 0.00 MB 1 0
34,391 34,391 000000006eec878f87494649ab1f004694189316a359db41e4f8823350c4d841 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.25 GB sent, 98.62 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.