Memory Pool Memory Pool Refreshing

6,831 transactions
2.35 vMB
Show Random Selection Loading Transactions
Max Size: 13/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 2,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (775,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,897 131,897 00000000000012e20d823d22bfe33789331b50ae5ccea6b958596f545e6f97da 0.00 MB 8 383
131,896 131,896 0000000000000b5f4ac85dee3f5c422edc4ae8e349b0caa894fb63d26898c130 0.00 MB 13 661
131,895 131,895 0000000000000e04ce1857c2aca116ea47a631aaa9abf9507ed3edfcf9d05670 0.07 MB 149 1,079
131,894 131,894 0000000000000f8286acff362f76b323410a684123a6f538ca776ad094d91928 0.03 MB 74 998
131,893 131,893 00000000000006389723d8862ad6d4c24e17e64acf5ec7c28747b2c5989c6915 0.02 MB 68 986
131,892 131,892 00000000000009092e5210742dcddb404f101285e464c8e230cf553fadbb3160 0.01 MB 19 386
131,891 131,891 0000000000000f733acf863ebcddd9e388bf7aa475f1cf253773d3ece708e743 0.04 MB 142 33
131,890 131,890 0000000000000fad479631964ae272bd5c919517136eec1e7c77ad28f9d7f249 0.00 MB 14 752
131,889 131,889 0000000000000375416d7249db0ba9d4a12b531b298f2529af4ce4e2528f1542 0.01 MB 17 383
131,888 131,888 000000000000112dba6300a56c5b5451872f4a71e3746567c048bdf44ed2e312 0.04 MB 110 376
131,887 131,887 0000000000001296453f089d95997560bcb0b955cc358594410c5c0a2cb3052d 0.01 MB 11 900
131,886 131,886 00000000000006e2f9968dd683161d63a17b88b61ee49c4a5e11755b5113acb8 0.07 MB 180 910
131,885 131,885 0000000000001072831a437c158c4c6705fbeaefdb958b1f72ab46b186623a0a 0.00 MB 6 534
131,884 131,884 0000000000000c9b30eb9a64d7005b30a3bc8029b4fd4118f58fe3c4e10e8b1b 0.04 MB 82 728
131,883 131,883 000000000000077cba855bb4b5a2919f3f4b7f32dbefddb49b3a7592ad7b0576 0.05 MB 103 585
131,882 131,882 000000000000079c1c9771a03749ed7d8811d9f865c9da46dd36eecfd018ff57 0.00 MB 1 0
131,881 131,881 0000000000000c0c1f5f388e97d861671872393edb07c241c929dad3fbf3bf28 0.04 MB 91 921
131,880 131,880 000000000000114400a1ce9b1f3043447550179c3ff4e2cee4a0bdfa73b6d05c 0.03 MB 69 885
131,879 131,879 0000000000000706f2d6807a20dc3f5e89ff95f67d5e900d1a0c6ff52e4d1e40 0.02 MB 26 680
131,878 131,878 0000000000000fe1c27284c2a8040b61ee1473bc4078165dccc590e17ed1eb3c 0.05 MB 136 452
131,877 131,877 00000000000009839178d5d28b4af97f0b19e4782c3d4cacd3cce7417d28dc27 0.02 MB 39 517
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.39 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.