Memory Pool Memory Pool Refreshing

97,605 transactions
30.98 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,439 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,572 114
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,438 (471,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
398,814 398,814 00000000000000000087c2b1113efc83cec9b07aee66bef31f25903353e4095a 0.47 MB 1,145 45
398,813 398,813 000000000000000000ea7543bf5dd6106c24db58d9055f6c1a2b08914bf1d18a 1.00 MB 1,783 31
398,812 398,812 000000000000000005cb8ee8ad18f7b856a08623a90c79669ca086fa6d26b69d 0.99 MB 1,028 17
398,811 398,811 00000000000000000502856e8907999f943b0abd3d96245a84c882a22b33b608 0.95 MB 2,342 49
398,810 398,810 000000000000000005bce57a58c84b3520a94be5dc099bd5757d83c5d3c24584 0.17 MB 259 26
398,809 398,809 000000000000000001fc9252b67f9a85e9ecd75bb5ed3c165b569132a522ebdc 0.91 MB 699 16
398,808 398,808 0000000000000000030284e04081cbad79d0b8d1ba382b1e02905ea0faa21fcc 0.12 MB 359 42
398,807 398,807 000000000000000001a211edab2ec2faa3313075d1fff4b72cec56967f7eddcc 0.99 MB 1,163 17
398,806 398,806 00000000000000000375dca7f46914006af6c530d0509cc80eb8e1b16ead9459 0.14 MB 145 23
398,805 398,805 0000000000000000008b8e85bfec473e617cb40c6ca6d3b0694269532080df37 0.93 MB 660 13
398,804 398,804 000000000000000004e3ec64a023a2da559b09dcfb2b496102cfecb9c2417800 1.00 MB 2,454 49
398,803 398,803 0000000000000000027cac24477d8fc8bac3007a3bf742141490aa27175dc51c 0.38 MB 784 35
398,802 398,802 00000000000000000527f0740969ac70871a6376dee4c06e5788c72f90261352 0.48 MB 800 29
398,801 398,801 000000000000000001a64f4984ce43d1f7fc4767d1fb285cbbed02584cc1b0cb 0.93 MB 1,266 25
398,800 398,800 0000000000000000073bee35d130f215bf7f28fc894db7334afdda20b99b62be 0.93 MB 2,155 40
398,799 398,799 00000000000000000663fec6f5d760537409c63d7fee27c283df265d6761ba28 1.00 MB 2,050 36
398,798 398,798 0000000000000000036090270c9bb40b8bbf60bfcb71b8bf3c47c4d70d843c73 1.00 MB 2,222 38
398,797 398,797 00000000000000000212f8bff44642bcebf9318c540a904646e1afe46d0b5dcf 0.95 MB 734 14
398,796 398,796 00000000000000000455c7b57b9b0107cf568df7c682de8e6a2f688fd7d89452 0.98 MB 2,045 38
398,795 398,795 00000000000000000282910e2be75cc3b66972a5b3f1aa33b6389bc990267484 0.93 MB 1,321 25
398,794 398,794 00000000000000000477a0d4acdeee3f6ac45a0cd9a805ac8e715566a48783bf 0.67 MB 1,209 28
Previous 10 blocks ↓
Total Size: 700.27 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,292.43 GB sent, 212.46 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.