Memory Pool Memory Pool Refreshing

47,096 transactions
31.01 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,104 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,764 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,103 (189,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,621 673,621 00000000000000000009e605e056705ade7c491cf9880c335adae1de373728c0 1.45 MB 1,813 45
673,620 673,620 00000000000000000005064ad94aac24d943dc1952c14957e31ee642713622e2 1.63 MB 419 8
673,619 673,619 00000000000000000005b23d89d19c1e595515470401feff2e96515b4a68fdf4 1.51 MB 1,765 31
673,618 673,618 00000000000000000003bc187a92b92513af615de1efd49ea3c5a7834e7fb5d5 1.33 MB 1,615 41
673,617 673,617 00000000000000000007250ca813cc17a52cda3a4f96311870cd327a6dcb5165 1.14 MB 2,566 24
673,616 673,616 0000000000000000000405fb73c789df6cfdb6cf0e985ca4b59c6440bb527f2d 1.45 MB 2,039 63
673,615 673,615 00000000000000000001bae1774b5d24a5a127de4deaf05277f5da0f89353f2b 1.38 MB 2,570 50
673,614 673,614 0000000000000000000d044b4decb68ed01c0ad5f135c15cc7a418e88b43713d 1.43 MB 2,338 29
673,613 673,613 00000000000000000000645dcac0a9188084571fdea972b59cbefa084e747e82 1.20 MB 1,348 93
673,612 673,612 00000000000000000007dc82221711ad2dee5555f46ebe34232de47152a7f9f3 1.47 MB 2,861 90
673,611 673,611 00000000000000000004bd560ec9d3a32345f92bbaaf33482d1a1429435fb3c0 1.59 MB 848 15
673,610 673,610 0000000000000000000568a726052728d36c1dd1a5bc2d6a908608a406ed7d3f 1.51 MB 1,697 35
673,609 673,609 00000000000000000003a10354eb5a17dd2f23e3dc2699b5c9fa4b48f149f3de 1.51 MB 1,953 46
673,608 673,608 00000000000000000008cb3f130381439a068161972ee8d21a27303dbfa9b6bd 1.41 MB 2,043 15
673,607 673,607 00000000000000000009bfd7ad22893cfaeb54f80cf215ab4ce09936e2629c08 1.07 MB 2,575 23
673,606 673,606 000000000000000000043d895fc5fa0a4ff7d15badd5e54622b4884027b501b4 1.38 MB 2,035 78
673,605 673,605 0000000000000000000af7a7e0068460815fc15216f1825ae4b25936ef1255b7 1.43 MB 2,531 53
673,604 673,604 0000000000000000000a65493b3370ef5e28c4702e51f7ae257ef0c7c1645197 1.40 MB 2,867 93
673,603 673,603 0000000000000000000b7f1c74095ae0d08f03bfa9510e31952188c993dcdba2 1.23 MB 2,085 64
673,602 673,602 000000000000000000055393549fc1c27f228911751f206d385f4477e1b919c5 1.33 MB 2,010 79
673,601 673,601 0000000000000000000bffefd893b0f560a4870cd552635d0b61df4bf0ad2bc8 1.38 MB 2,147 48
Previous 10 blocks ↓
Total Size: 686.29 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,432.56 GB sent, 114.02 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.