Memory Pool Memory Pool Refreshing

9,867 transactions
4.56 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (412,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
495,576 495,576 0000000000000000006832ac69aa0eb190dc20a08b982310d236b02827d90dda 1.03 MB 774 177
495,575 495,575 0000000000000000008b365a97e3f102c4b686702a27358c9b6211f83bf30859 1.06 MB 2,184 218
495,574 495,574 000000000000000000ce0fd7a2a7f9f087e118a288cd05cdb3f08bc8b1ebf1af 1.04 MB 2,460 130
495,573 495,573 0000000000000000003dfa2002f454076d2f15c0d26729da83bdd8865b50d77e 1.02 MB 1,990 65
495,572 495,572 0000000000000000007b388234822f6367d8da07db0c30ba70a22b7145d214c5 1.05 MB 1,816 140
495,571 495,571 000000000000000000b4e89483f80504d74b23fe8b01b94ee704bf02fa957799 1.13 MB 2,148 61
495,570 495,570 000000000000000000b226f1bf467d07d58842ad2438fe847dcde64856584612 1.00 MB 2,087 219
495,569 495,569 000000000000000000438856439f8c11fbbb4a3c37b1000a3a72afffdaf187db 1.03 MB 2,383 117
495,568 495,568 0000000000000000004957480d10e7453acdbea02d5f28838a9ddf4736ff676f 1.04 MB 2,487 91
495,567 495,567 00000000000000000065cad0012c8ee1f0b2c651a009904f4b59b22a996830a5 1.09 MB 2,344 132
495,566 495,566 00000000000000000036661f61f9047fc17213e2a70b48c1fda749c9a352e569 1.11 MB 2,419 222
495,565 495,565 0000000000000000008f46a15377ec7ea5fb716ef70361fc76eb9d110c06fd4f 1.07 MB 2,640 231
495,564 495,564 00000000000000000077926710c6c224d359cc5729a97ebe63785aa87a01f929 1.13 MB 2,190 220
495,563 495,563 00000000000000000046e979ab833ecbf9ea8e935e8ec8a8a2f453ea7c94edfe 1.03 MB 1,812 367
495,562 495,562 0000000000000000002e8809073997a1803509e84cf310af45a6300536c0a8db 1.09 MB 2,608 212
495,561 495,561 0000000000000000006528c066e1c7b0b7b813bc862eeb40503852f047f34bd1 1.13 MB 2,662 75
495,560 495,560 000000000000000000c01711df9fc33243b4a5a25675af25aa40818576915fe7 1.06 MB 2,513 140
495,559 495,559 0000000000000000006f129a5293410540436dd4c33e9a923044062d39f00ba8 1.03 MB 2,120 84
495,558 495,558 00000000000000000030aade3b148454a086a69709c7f576f9798dca93b3f433 1.09 MB 2,753 101
495,557 495,557 00000000000000000023d602cee1d129c0e69cf5a672d26dfd446cc47cb42781 1.10 MB 2,416 170
495,556 495,556 00000000000000000012e87224b700dae0f22f3dcb3a45c6da65c1744befb270 1.17 MB 2,495 207
Previous 10 blocks ↓
Total Size: 769.03 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,625.67 GB sent, 93.04 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.