Memory Pool Memory Pool Refreshing

5,407 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,957 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (41,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,667 866,667 0000000000000000000115f8d93971ebfaefa1e9b10aea892fb4d364d4a1cb82 1.90 MB 2,728 8
866,666 866,666 000000000000000000022a3fa39d17cace368ab7054ab31e535ea1dfaaf7a40a 0.00 MB 1 0
866,665 866,665 00000000000000000001f89d13fc989980ee5174a6c9aad5fd953ad00fd93da3 1.81 MB 5,184 2
866,664 866,664 000000000000000000015e55416d797584b8d57878960e5cc645ef7ba224a910 1.58 MB 5,505 2
866,663 866,663 00000000000000000001f0d9158f4348fc13ae4d6ee3c339886d0f00a54d3324 1.81 MB 2,396 5
866,662 866,662 0000000000000000000220b13bedc6de50a1c8a7e24960fb9a2f74024ae6b08f 1.70 MB 6,887 2
866,661 866,661 00000000000000000000979ee743c0a5c32a4cb5bba7a9767721783a19831a38 1.85 MB 5,777 2
866,660 866,660 0000000000000000000085b5c795532386a57ac36da24e853d9c98c2ba15609e 1.76 MB 4,953 2
866,659 866,659 000000000000000000025dd91409354c0671935a5b714c90720946048637f280 1.51 MB 5,428 7
866,658 866,658 00000000000000000000c6f1ef86e2ace7bf9e5d1af327e8c30408ad356d97e0 1.56 MB 6,444 4
866,657 866,657 00000000000000000001c4e3fbbf128336531aa6d58c91c85beeae4da967d84a 1.69 MB 5,883 4
866,656 866,656 00000000000000000001b5d521cb1dd5d122fe008931db49e366e58c2c6f9197 1.74 MB 5,098 3
866,655 866,655 00000000000000000000e0233861030d049d99363260a14570de83aeb6a890e0 1.53 MB 5,276 4
866,654 866,654 0000000000000000000042bc9f780778b695640b1ccf107c9bc6756adeec1b86 1.73 MB 4,898 3
866,653 866,653 00000000000000000000777b5babe6fa6cf1373c32da9950ffcfda57a268ccf0 1.52 MB 5,779 3
866,652 866,652 00000000000000000000e291a71424b2ec1f743cfcb49712b7e5cda2b438c4c0 1.46 MB 7,005 3
866,651 866,651 00000000000000000001e0a9c5f952903e14c6f7a004e6af6aa42dbed804b750 1.55 MB 4,740 5
866,650 866,650 00000000000000000002ff835249a782a0c639c929c063e8325fd1fa94eea1e7 1.75 MB 6,175 2
866,649 866,649 00000000000000000001fb290f2666ec29cfe02cf58b081044fb11ecc9b26a19 1.75 MB 5,900 3
866,648 866,648 00000000000000000002fb3537e7c4e964b0fc32c1ffc4f55a9c20f9d907b8fb 1.82 MB 4,732 2
866,647 866,647 00000000000000000002315e53f6e36b2479c6991c76fa277811a6f312fc12db 1.59 MB 5,155 5
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.