Memory Pool Memory Pool Refreshing

5,355 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,300 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (779,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,798 127,798 00000000000005452c42f5fa76fbe481a94672ad07552d21326dac10c057db17 0.08 MB 192 1,029
127,797 127,797 0000000000000e68d3d5dd0bbd27fb7d6feef61cf92ba850fc27ac3c86c3d4af 0.00 MB 10 617
127,796 127,796 00000000000011929e11380a868ea2edebe18d21a7062421ea4b5bbc7e73c7dd 0.01 MB 29 1,093
127,795 127,795 0000000000001d3efde8f7f854a9222e8dc5c610abb660dc7f6ddbf911222749 0.03 MB 111 0
127,794 127,794 000000000000044b16b155070819566d379fe25299dfb8e40d32ee6a3c71d50a 0.01 MB 36 194
127,793 127,793 00000000000004e30facff8cb270dd750243fcfe96db968a32b1ad912da2fdf7 0.01 MB 15 1,784
127,792 127,792 0000000000001b4e926a3209360ea953ca2e5ea3ac1268db37a237b00ef41ab0 0.01 MB 12 2,338
127,791 127,791 00000000000018f4f61f6d228aa717b5e9a5aa395ac325309ae66316e0ae21ea 0.03 MB 77 1,243
127,790 127,790 00000000000015557ace70319b3ff3371e6095225d3559ee981a1617db18262e 0.02 MB 55 1,903
127,789 127,789 00000000000018492638d0e31e9115000cff0b7e84a3f64ea1a50bd1fbc3886a 0.01 MB 15 611
127,788 127,788 00000000000024a9fae3441df338ddaa80dbb27e3caaadcd03c305ee50234267 0.00 MB 3 2,079
127,787 127,787 00000000000019fd53fa479acfd347aedef0bb318d14a172544826bfcce7d476 0.04 MB 86 583
127,786 127,786 00000000000010aafaef69725ce971a030ed049203e8b62fdb2c6c86d6bc1505 0.06 MB 123 584
127,785 127,785 0000000000002441a31557538117a8fb1a954a2eea84b64982f36bada0537b3f 0.02 MB 12 853
127,784 127,784 0000000000000ed8519c8dc4deb772eec1da07991fde99db720f8185a2be8538 0.01 MB 17 654
127,783 127,783 0000000000001c55b2eeace452f54f6bb9aed6b0ce01e02e416ad6fbdcd68560 0.00 MB 10 0
127,782 127,782 00000000000016a0ed2863202eb4d7db5474f863ff69af4035837fe9dd3371d8 0.01 MB 12 819
127,781 127,781 00000000000019cd6c8fd37781de276b1f8603d0b1449a9717973e2e6c84247b 0.01 MB 20 273
127,780 127,780 000000000000268b0b6fff17262465f663d7069c526a2bc33b64d021d520a411 0.02 MB 63 287
127,779 127,779 00000000000024019f011ea31d64e6b9a4ba79a1ed92c1103b193ba6275fd38b 0.01 MB 13 682
127,778 127,778 00000000000015ea83e663439880f5e56d52db69f4508c6f23cc43fa2d60142e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.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.