Memory Pool Memory Pool Refreshing

1,159 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
2 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
908,154 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,160 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,153 (796,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,559 111,559 000000000000d5b002a06d05644a09fca3fdc2f571cf6361c73df558e062799c 0.00 MB 12 712
111,558 111,558 0000000000001c93787aef3c8fba51732d94d4dd370cb94f3e6c4c8d61a3d99c 0.00 MB 13 683
111,557 111,557 000000000001051db1051b43d7b71c8c29dec177c5613e455439226a955188bb 0.01 MB 23 176
111,556 111,556 00000000000116c2e7bff08b966bc5bc4bcf85c34f9d8464bc50acc28c62f618 0.00 MB 1 0
111,555 111,555 00000000000061251ba0303cef9063c6969c1c469b18976bd4553aa07a384d09 0.00 MB 12 1,017
111,554 111,554 000000000000910eca40d67c58a149ff769e5aa38e3f006f55afcc37d3be4e58 0.00 MB 10 353
111,553 111,553 0000000000001266f651d6d891be27e1febe7644cfe83222fa42f71c534c7d1d 0.00 MB 10 3
111,552 111,552 000000000000998d719dc19eef0088f8682dc0fb1d9b79e62fb2b90d9e347f79 0.00 MB 11 362
111,551 111,551 00000000000073f698c76b410e585871bb04f647ac6db4a1af3e481bfaa8f388 0.00 MB 12 342
111,550 111,550 000000000000a3fd887467013cd9a5e0ab5badf4732fcd2272567bb9ee915826 0.00 MB 13 0
111,549 111,549 000000000000dfa6fa13c49cea9a0c1d75c4f54d2114b989a6eed02b0c6b9222 0.00 MB 13 1,475
111,548 111,548 00000000000120f6469c99383cd6bf74cb45f06cc2c40cc63f0e565a97a2dc6d 0.01 MB 27 1,081
111,547 111,547 0000000000001e1ca8decea0f7f1919dd3dc2c55dc0ba6c3526d45c963a76fa8 0.00 MB 19 2,133
111,546 111,546 0000000000007a3117913dc322dc2462d56ab861689a6908d289862e87d8b82b 0.00 MB 12 352
111,545 111,545 000000000001255302991689e26aa0504d562c162d30c15901ec0cb0f40408be 0.00 MB 12 1,040
111,544 111,544 00000000000100c4114e295cca4955f3799740ad5ca1b0fe9751370da48af3a9 0.00 MB 12 0
111,543 111,543 0000000000000e3eefc5df388fa98861e9b366156d1f5ecf115d2d86e0fc8286 0.00 MB 12 721
111,542 111,542 0000000000007d529d7cd9f52420388eccba6b70c2aeea92289ece1cb38565ce 0.00 MB 12 350
111,541 111,541 0000000000000fc216b6122ec436d3d5f1220323e428d7577338f2736d308245 0.00 MB 12 0
111,540 111,540 000000000000e10f665ccb863c8acbae96be064d99645e831edf155764e1fa82 0.00 MB 13 340
111,539 111,539 0000000000004a231a5e76399b3dc12b2641052af6a2b6014a14399dfe74942a 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.84 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,680.72 GB sent, 97.05 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.