Memory Pool Memory Pool Refreshing

4,992 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,079 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (220,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
687,446 687,446 0000000000000000000caf37d1e24073e05e328f50417d7ae9aafbffba8dd40e 1.12 MB 1,796 22
687,445 687,445 00000000000000000005050f92cecef4b48f5353793b311e88645168ecccc997 0.37 MB 328 17
687,444 687,444 0000000000000000000ca28e406086653d4faf99e8b6ec771d001773dbca9829 0.92 MB 424 5
687,443 687,443 0000000000000000000795a3cda252880d6007930cb13b39b00a337a904192b5 1.14 MB 612 31
687,442 687,442 00000000000000000003b5f3c8ff171e19812f039b7dfdd7b0dc7ced8c2b9b70 1.42 MB 2,234 22
687,441 687,441 000000000000000000069bb5ff728bcb3612235a4855a26fa1649237a79007ff 1.05 MB 1,787 31
687,440 687,440 0000000000000000000a2614ff8d6f87d7cd65cfefca03e26363a0fae7b11f16 0.04 MB 64 16
687,439 687,439 00000000000000000007dbd349d19a19145d08937bc54e42eff9c7c3c276a282 0.62 MB 1,047 23
687,438 687,438 0000000000000000000719e8202ec9676d2527b5365ee45d09de43eb6d4c3c2f 1.11 MB 1,731 13
687,437 687,437 00000000000000000009032e3717259351bc3f44937457baef949e122a74d963 1.52 MB 2,311 27
687,436 687,436 0000000000000000000487e9dcde3d3aa75199e9449aa4de87f731c4cb413bac 0.23 MB 317 14
687,435 687,435 00000000000000000009e15d2920d582478202455f784ec84d846f8204584d56 0.13 MB 314 23
687,434 687,434 0000000000000000000c37ac07921025f5613095604b8e0a9140390060bc8fa4 0.92 MB 1,770 25
687,433 687,433 00000000000000000001b8d9551f7967e58731f7ade326059adf720dc3a684b1 0.70 MB 934 24
687,432 687,432 00000000000000000000d7d2b2c59dce9bdfd8475eff462cbbe7a41d86a33765 1.39 MB 2,254 26
687,431 687,431 00000000000000000003443fd0bab1db5f529a8d184c381a44951090548a4731 0.25 MB 386 25
687,430 687,430 000000000000000000014dea609f7bc71fd8bd443372e61b977359465982f673 0.80 MB 817 23
687,429 687,429 0000000000000000000531ff213e6cfdc4c71661c1772ea3dcfbc73ce5f1a2b4 0.11 MB 230 28
687,428 687,428 000000000000000000061cae588e45afc50f3e472a4eabbb306ef1a23378de64 0.74 MB 1,333 26
687,427 687,427 0000000000000000000bd9c9eb7783d30db7da2827ff3478973fa1543c19df9e 0.57 MB 821 27
687,426 687,426 0000000000000000000d593211385596eb6de04de18379624778dc13b40dddd2 0.35 MB 986 9
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.