Memory Pool Memory Pool Refreshing

2,462 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,446 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (565,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,449 342,449 000000000000000008af23c3423fa9af1bcd920682e5a53c398cb493cef0e372 0.24 MB 430 25
342,448 342,448 0000000000000000076eefd8081e41d9c5212624ab48cbef522d084fe3bb97f1 0.16 MB 256 22
342,447 342,447 0000000000000000041ea30e30908523e3c53bae088337dc58c1781069b452fb 0.31 MB 647 23
342,446 342,446 000000000000000013cd163dd9e6ada545d43df2140200d663f9de21833e7db9 0.02 MB 64 31
342,445 342,445 00000000000000000f896bbe628174d56c6716e4102d3d8dcff53ec163bfaedb 0.27 MB 405 21
342,444 342,444 000000000000000019c715d8e86f153a7d4a71c5a7101f620042e2c796fdaf86 0.26 MB 469 28
342,443 342,443 000000000000000016690badb9e646468540ab563120067e9caf2dec9ee09a1d 0.32 MB 476 19
342,442 342,442 00000000000000001a20e45730a97e13cc48a76afc87f76208507d785439d232 0.75 MB 1,392 25
342,441 342,441 000000000000000005ffc002ff9a2b71efe4e884e707a503362fe779a5e425dd 0.17 MB 367 33
342,440 342,440 000000000000000017382bef62c804fe84e09b707cabe945d1cec0cc27577e1c 0.15 MB 302 23
342,439 342,439 0000000000000000010b5d468ea771c416210d532b10694f49cb594d079e5245 0.52 MB 1,082 28
342,438 342,438 0000000000000000047d153def87e1334ff9429fab182a5a2bf49587462d56fd 0.28 MB 641 27
342,437 342,437 00000000000000000e95b6be369dcfb89430977ae5c23f718e55903068f4349c 0.44 MB 738 23
342,436 342,436 00000000000000000b13c6bbe5ef7e727ce5e1db3a0e739e1dd63334d06c09db 0.39 MB 810 25
342,435 342,435 00000000000000001824781fdc840e63ed7aebc1f3fb8ffd5d2f17fbfd179c6f 0.03 MB 44 21
342,434 342,434 00000000000000001a1f25e82092b1ecf90c114f7fadce2ac46d1fe4d45842e2 0.43 MB 940 26
342,433 342,433 000000000000000007d4e7b8b4b3a4d1853097ff721750e513ba42c8dff88179 0.18 MB 330 22
342,432 342,432 000000000000000004bd0634393904a5911443744d27551e11c31826568512d2 0.01 MB 18 24
342,431 342,431 000000000000000013d32108488e80ce498e44a3c63961148895a18c9d38f9d6 0.07 MB 149 26
342,430 342,430 00000000000000000b7ca473e94849ff55eaa9de8ce08c20553f0ac9acdb2460 0.17 MB 363 22
342,429 342,429 0000000000000000182c77d9bbd1f6eed7160705e3e35920efef0ce705fddfc5 0.56 MB 1,074 25
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.