Memory Pool Memory Pool Refreshing

93,685 transactions
39.23 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,909 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,460 39
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,908 (655,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,722 192,722 00000000000006ace6bc87c2870caafd16813cc1c1ef58965c16c6eda8cc32aa 0.06 MB 116 94
192,721 192,721 000000000000038db4a7f523fa0d53e6078b0a62b94c2a9c0d2b1493617cdfbf 0.14 MB 364 520
192,720 192,720 000000000000003b94df3458a90d54efec00e90887259fc3050e398e67982e32 0.04 MB 129 9
192,719 192,719 0000000000000391c43e4fb82b22335c09120b3826f440a5de7caa07d7d1e75f 0.10 MB 234 120
192,718 192,718 000000000000022a6e169b63c2c2f2641182707ad67d58f387be81a120912972 0.07 MB 163 128
192,717 192,717 00000000000007ac247931d5c63fe3d58b08a0e225776f1e7e1c6f381fcf5edc 0.12 MB 321 171
192,716 192,716 00000000000007ee0510fcabf6845ce48f93f7b0bdbac23e15c91bd51929deda 0.05 MB 121 103
192,715 192,715 000000000000059fcfc43245eb630e0612a9680c426326daa2c9cec2caf2f1c4 0.02 MB 70 136
192,714 192,714 00000000000005b2c7a3342e034e164147b6e75648166928ad72efac80611df7 0.24 MB 512 107
192,713 192,713 00000000000006fe8e9d7ffd83d3f561e34827dc891fa5cbb82a2bef1718bf05 0.05 MB 131 1,157
192,712 192,712 00000000000000cba4f3450441af957213672b5533c44dc76e7de199e49bc4be 0.14 MB 308 132
192,711 192,711 00000000000006d4d976134acc21cbe96db4b652673cc3186814465891c30bb9 0.05 MB 115 88
192,710 192,710 000000000000004d271ae25e651358eadcbebc361e8c52bfc8534b6012a494c8 0.10 MB 253 173
192,709 192,709 00000000000004c954ae60f358b8e048a7f235f9d02c097e1b2658f32fd4900b 0.01 MB 31 86
192,708 192,708 00000000000006991cb1f5fc5d45f6cc39eaf0692849932dabd553f2c047fd5b 0.06 MB 128 241
192,707 192,707 000000000000055d0ebf871070ce4060e7306db8e3a5d3f796a28fd11af47104 0.10 MB 268 93
192,706 192,706 00000000000006e396e9c5d8eb1e1c1374f8e8881345f87c1f3e5a0dbac79202 0.01 MB 33 131
192,705 192,705 00000000000004c224baac606c0be7d722ee8bbc3996df5a1873a4ccb1f4de55 0.01 MB 32 118
192,704 192,704 000000000000076e94980424190cb1df8b484c0e7bb15ba35422b6cce6267851 0.00 MB 13 53
192,703 192,703 00000000000004ec36ef339a7a120dc17ff315e406aff6643bf89bb0a1ca1354 0.04 MB 101 128
192,702 192,702 00000000000000607315ff95329c40ef6bdad0e015c224f75bf15fea820c587a 0.08 MB 214 149
Previous 10 blocks ↓
Total Size: 657.62 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 35 incoming
  • Data Transfer: 100.76 GB sent, 0.50 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.