Memory Pool Memory Pool Refreshing

20,966 transactions
27.18 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,441 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,870 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,440 (31,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
830,677 830,677 00000000000000000002cec56ddab3a891d6f06c9b2a21678910ab8728cbc50f 1.75 MB 658 13
830,676 830,676 00000000000000000002fed7c82b32a8a3e95b56f06e0161009f7d33cc8a39e7 1.99 MB 1,665 15
830,675 830,675 000000000000000000001efee9a94a68b1387cb3ace4802248d35f4b8caac8de 2.09 MB 1,726 14
830,674 830,674 000000000000000000000458cd4daf8b9b8572e3b5dd56f7da1c80643037a9b2 2.04 MB 1,841 14
830,673 830,673 0000000000000000000283fed7c111cdb7686b389f5677ab20fbab28916b76ad 1.76 MB 1,850 18
830,672 830,672 000000000000000000008b6791f0e2623faa92c27faff30222e38a5b604b89f3 1.42 MB 1,798 26
830,671 830,671 0000000000000000000160eb72f36eaed9fce0b40ffed8f516e1996739c45d96 2.04 MB 1,644 16
830,670 830,670 00000000000000000002fad4b3d5acfa4761a717dece9c1b7f2d1d62e5be54d0 1.98 MB 1,228 14
830,669 830,669 00000000000000000000fba8c38232f1884f7e52c849f1b5c63e9623c8894311 1.88 MB 551 12
830,668 830,668 0000000000000000000086b3d94ffe56fc6fdf826b28acfd911272a6ef0864a5 2.01 MB 681 13
830,667 830,667 00000000000000000002d460bd05d86e77a041f0ba89b37484078be34949970c 2.04 MB 1,742 13
830,666 830,666 000000000000000000017fc18310485b04c5467307b19bcc5e26949176959216 2.01 MB 1,192 15
830,665 830,665 0000000000000000000300086b30035a2820915dd0c37dc478df9f84e1853f05 2.07 MB 2,372 16
830,664 830,664 000000000000000000014e471f1dbb36a83714f7bca261b0551e2f269f5b3efc 1.82 MB 2,498 22
830,663 830,663 000000000000000000013e9be813e1111ad358600a2f4b709c4d4ab88998cc83 2.06 MB 1,708 17
830,662 830,662 00000000000000000000f25dde5a9551957b37d0ee8062cf36ca88ac91b10f07 1.81 MB 2,316 19
830,661 830,661 0000000000000000000057f37e5b54608fc9513ee2aabd96d62fb690f95d02d4 2.81 MB 547 12
830,660 830,660 00000000000000000002dd9064866a29d53833c7001c4534491ba223192bf77e 2.36 MB 2,686 17
830,659 830,659 000000000000000000031b15d8d651eef47ea1aff44498638bbb3983326575e8 3.57 MB 736 12
830,658 830,658 000000000000000000000bca6e8ef5c4061218aecbc64221de8e8e13de37b4c7 3.05 MB 668 13
830,657 830,657 000000000000000000007dac6f9071e4809e3c7e75886ff0fa077c5296a7c670 2.01 MB 2,451 20
Previous 10 blocks ↓
Total Size: 685.00 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: 1,369.08 GB sent, 104.94 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.