Memory Pool Memory Pool Refreshing

7,776 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (646,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,564 261,564 000000000000000049e2ace791cb5485b80576ce43eeb9fe35a75aa948b99b03 0.25 MB 553 153
261,563 261,563 000000000000000004eef13eded1e5d4dd31388804543eacffbba090fb52571c 0.18 MB 376 99
261,562 261,562 000000000000001b3a11f913a73b4dd625b7c3816e3f53d9172c2a1b3b44cfa0 0.05 MB 128 77
261,561 261,561 000000000000000b29fbb6e5ebed8719e6191253eb9694cce91efbb040f4f4c5 0.25 MB 584 159
261,560 261,560 0000000000000006a5f50ad57c540e9b38dec947abe42327d771daf63cd24345 0.01 MB 44 124
261,559 261,559 0000000000000001b2a658c05e3406b801d6fb6ea2d7405f59399890ec0c7834 0.02 MB 41 79
261,558 261,558 0000000000000001f09074b3984eea64866d85f79570220e7bde4358ccf9471b 0.22 MB 445 104
261,557 261,557 000000000000000897f2ad1903727c434b685d538fc723cba59cb53045d680d0 0.11 MB 227 153
261,556 261,556 000000000000000251b7a5026d01c4bd164fc532b795c590fdcd64b3f547ad16 0.06 MB 112 79
261,555 261,555 00000000000000184a25ba0c8646e0085a9492c9778135152dbc52346169071d 0.15 MB 350 155
261,554 261,554 00000000000000099e184a5dfc55472db6fe491a72919f6c4128308c59760f9a 0.08 MB 183 81
261,553 261,553 000000000000000659ee23f1e5533f8ace69a8e16af70cd68e13f1c2b5e490c9 0.22 MB 464 67
261,552 261,552 00000000000000089f5c57159dd6f3386d709f15d7c8bcb9908278126d0a82b4 0.25 MB 655 170
261,551 261,551 00000000000000024ed1f41d67e2695d41208cccbad8ace0d20d2f13db6d4a96 0.19 MB 446 135
261,550 261,550 0000000000000011a6b8a0d12694ab83664f7d6e29c25fb2bbbd38d35e043571 0.04 MB 84 75
261,549 261,549 000000000000001255290848a85f7f96e5dad69425cc7b68edb6146db53cc1f0 0.15 MB 304 110
261,548 261,548 000000000000000b3a10c295136a4e30f2dfdba9b9f18e87f33ddd6898e3692a 0.03 MB 48 50
261,547 261,547 0000000000000001dfb9a5057010df614e88fae67ba753f6a37acd965053538f 0.15 MB 369 143
261,546 261,546 000000000000000215a4dd5033c44f756d4ca2f317e8d975bd154ccde1ec7d51 0.02 MB 37 88
261,545 261,545 00000000000000187bea4e3ab7c20262479e2ce92c4f58e901fcecd92cf4cdbe 0.07 MB 164 78
261,544 261,544 00000000000000193c9c3b2620826b226b19e5b273d695ffe9d9be095670e17b 0.21 MB 421 80
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.