Memory Pool Memory Pool Refreshing

64,963 transactions
32.10 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,970 00000000000000000002b5630000000000000000000000000000000000000000 ago 1.00 vMB 2,706 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,969 (507,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,631 365,631 00000000000000000b04e5d3af2679b06dfb94893d7760cb298852d1ff73fbd7 0.92 MB 486 8
365,630 365,630 00000000000000000d99598676b9147bc96e50caddd58817afaa2747e4ecc84f 0.23 MB 382 34
365,629 365,629 00000000000000001502a5ab4df4dd86eaacd17655d11db54cf5844c20882082 1.00 MB 629 10
365,628 365,628 000000000000000003893b5efbe6030d585daeaebea31527a8eca53d1561ed26 0.93 MB 921 17
365,627 365,627 000000000000000006f90c461557e32fbf4b4a52f412759f7562bfbff74683df 0.02 MB 35 36
365,626 365,626 00000000000000000124e57db1c9bff1ad04055057f2f997017a3cec9fbbafed 0.01 MB 16 33
365,625 365,625 00000000000000000e7fbf975bd56bfba342dbacb353072e7688e900b5027051 1.00 MB 1,009 18
365,624 365,624 000000000000000006fd807dbd76e0cdb7cd1212fe295e3ee8f967005a7fae80 0.43 MB 925 58
365,623 365,623 00000000000000001237d869992f829c77f17f14e33bfda01dc1b78c9c4ab2e3 1.00 MB 361 3
365,622 365,622 000000000000000015116568831402ceb51170ab7ab6919db53a64d226341fd6 0.07 MB 172 48
365,621 365,621 00000000000000001226ed0cc56ec5cdfe1da9cb8ffe43b649d2e951001d16c1 1.00 MB 1,142 23
365,620 365,620 00000000000000000fbf7eb8e64c86e0f87cedb8beae008aa739eb3247dcabe0 1.00 MB 546 9
365,619 365,619 00000000000000000a139658490d9d630c6f79a9b011bb5adf40cb1dc61a5456 1.00 MB 655 9
365,618 365,618 00000000000000000df16b3ab71fd55349f39444d49ef95d78932b4d50287fd6 0.32 MB 377 25
365,617 365,617 00000000000000000b42ac714ae17d4f7d4be2290a521961994a19ae63f95ed5 1.00 MB 2,516 54
365,616 365,616 00000000000000000abae417c4ec1fb5469e8fc35a503f70757ef788d80a7a04 1.00 MB 1,723 33
365,615 365,615 00000000000000000e6cce0093162075c14fe7a1ff5243f1a87305b780a0cc8d 0.75 MB 833 26
365,614 365,614 00000000000000000995c82ed80c989bb32ac3025acea4eb64b4e6185dfe6a86 0.15 MB 360 52
365,613 365,613 00000000000000000cd30561b95c603df743b62a8d1cb0b43960e698085528a7 1.00 MB 264 5
365,612 365,612 00000000000000000c981ece81dc0267df4be8ce1100c8c4dc0430e2d83c7bdd 0.00 MB 1 0
365,611 365,611 00000000000000000a363510ff8901d5b5f555b2b8b6928795695b2aa6a7a60a 0.60 MB 1,246 46
Previous 10 blocks ↓
Total Size: 704.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,663.46 GB sent, 244.54 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.