Memory Pool Memory Pool Refreshing

395 transactions (0.08 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,028 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 389 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,027 (889,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,965 19,965 00000000e0675652d87a8d5e4a12b45e1a7fbc951a6015401e7df00c0534301f 0.00 MB 1 0
19,964 19,964 00000000abacda50a73005b650e4ad4a0dbfe1b95fe0d21c0589619d6487ac71 0.00 MB 1 0
19,963 19,963 000000006ca2e29b3621cea6f287df3f07bea6f8da93db70b4d76f7a7cd392e9 0.00 MB 1 0
19,962 19,962 00000000608b4c1739728217308effa4c2a0b84f3b4e353c39a82f8780897642 0.00 MB 1 0
19,961 19,961 000000006399e8bbe95ccb45747400a4391f45b2c501769e3f66927135c4aac2 0.00 MB 1 0
19,960 19,960 000000002f9d49567d167b83dcd69fb9b6092c438fc9ef63d4abf89c5ce5e8b5 0.00 MB 1 0
19,959 19,959 0000000054a32fb4555be660a2a554cd28ee9ef45d5f4aeb20b00601e73bc4fb 0.00 MB 1 0
19,958 19,958 00000000812fc20015844f2a6ec0fd4bc75ab63ff5a22620c2bfa3aca167b689 0.00 MB 1 0
19,957 19,957 00000000390b4074d903dccfc3ad21cd128302eec96809d234fb0f5ddfede10f 0.00 MB 1 0
19,956 19,956 00000000f40f5b30d10441a08e532306d45b008cc91145df63ef861535105d83 0.00 MB 1 0
19,955 19,955 000000006bcef1b583bc60ab5c6dcc22a081cde4fbccc5142abad7a69c86b2ec 0.00 MB 1 0
19,954 19,954 000000001d982cced656eb1b4d381da29f801fa2017f1d0bcdeccfd796feed43 0.00 MB 1 0
19,953 19,953 00000000c1583161edbf146a32a3f0da1c3d537b48906ae746a38755b0e35fd5 0.00 MB 1 0
19,952 19,952 000000006f078e68709e1d770b22841464d930e7186dd5684cd05eff65e541eb 0.00 MB 1 0
19,951 19,951 0000000062ee147a4ceb3693225ca43ee22c839cffa1326d36c8fcdbd1c299ce 0.00 MB 1 0
19,950 19,950 00000000fcd7f7f568c5c02e2102edeca7bf1519d511c25dcf29fed45888678a 0.00 MB 1 0
19,949 19,949 00000000739525aea08fe938d81096c2a78e10515b335bddc26a65dbd9ece3f8 0.00 MB 1 0
19,948 19,948 00000000bfd8cc07795d2d99ac915bb24c52dbe9aaed0181630e903d67a5ec45 0.00 MB 1 0
19,947 19,947 0000000001c5d7b6f81d4da3f64cd9dc51e14197e8efd52072ef36dca2c0e3e4 0.00 MB 1 0
19,946 19,946 00000000dfc587eda59351035fff5e3a006d7936fde8e41b8e170e26d566c65c 0.00 MB 1 0
19,945 19,945 0000000075f5cc373e4e11b65ac972780862ef39d1fec70fc575a9a73fde65d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,870.30 GB sent, 105.42 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.