Memory Pool Memory Pool Refreshing

38,024 transactions
47.71 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,018 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,053 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,017 (718,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
123,117 123,117 0000000000003ab66618a87d0d88b999356b8e145ea1c62d619121e914fe7c4a 0.01 MB 32 300
123,116 123,116 0000000000004dea3812f60082053cfad53af1cb7e7c18dd8bee8a9c2f2292e3 0.01 MB 15 705
123,115 123,115 0000000000002c6b6413c06ed7d34ad110650343f03a78c51d0266abfa8d01bf 0.01 MB 7 0
123,114 123,114 0000000000001c5f031d7bcfd77837996c89be0ddee536fb3541a4c453d52718 0.00 MB 9 951
123,113 123,113 000000000000278417e677fb42b6f030c6afa1972dd353934df4afb28a137c37 0.00 MB 9 0
123,112 123,112 00000000000053ef2d2648ff5058e27954babb466b6ba27129c05c5a96239d65 0.01 MB 10 197
123,111 123,111 00000000000034b680a909519d9eae6a46bb55466deb5db01b88e4059ec7b3d8 0.00 MB 1 0
123,110 123,110 0000000000002ee99825a0be88e6ebe3c652a96685d68046058d0d951b2ef954 0.01 MB 14 198
123,109 123,109 000000000000414dff5a07fca030b74614bde016e60017e432b6a4e5db8fb0cc 0.00 MB 9 324
123,108 123,108 00000000000061901e1a4386d5f950de0944e3533acbf3cb1dc23132378e2d27 0.01 MB 9 193
123,107 123,107 0000000000002bf1eea8d414a270bdad64c27df5bee6e15961769cbaddebd5d2 0.01 MB 48 67
123,106 123,106 0000000000001f27a89ee3edc5880c9b2483d36ec70c12f9fe7045a4e02d7eb8 0.00 MB 5 2,715
123,105 123,105 000000000000417578643de449e29791dd8a8f851beec0a1017c96bf8ea3c6f1 0.01 MB 16 171
123,104 123,104 00000000000029dd41e0999f33ea9eec9f4d9c2343d2101c5ecd79c748f4b647 0.00 MB 9 0
123,103 123,103 0000000000001ceba9794461bfa1cc076dadb37a82e1ad4f6165223d26409428 0.00 MB 7 0
123,102 123,102 000000000000106ef11ac08aa0b25a74ae812a7f10b44bd34eda6cc6cf55dcbf 0.01 MB 15 590
123,101 123,101 000000000000571d247720af09e4bb2b85fd9daaa2df7657cf56ee530caa2ac8 0.00 MB 8 509
123,100 123,100 0000000000000e1194606998335c5d5babca547db3d84168f5aef36452077cc6 0.00 MB 6 347
123,099 123,099 0000000000002b20b47478b71a107fe6e056e01290f14a6f0783b77d8e6b7058 0.01 MB 26 300
123,098 123,098 000000000000519c519107054fbee6ba882d8d413d30d4a57e64e3553995dab9 0.00 MB 8 0
123,097 123,097 00000000000062b6e77a61a9256c84e260247b310c2c7b41aeeb0f729304c215 0.00 MB 8 321
Previous 10 blocks ↓
Total Size: 646.79 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,406.50 GB sent, 40.14 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.