Memory Pool Memory Pool Refreshing

1,359 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,348 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (895,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,467 13,467 00000000f912ffba68ef4ac262bf92b9b81d221d4467b071fdeb976647b23f77 0.00 MB 1 0
13,466 13,466 00000000712291d933939302c368001ffc98dd41abc6722a3dfdc9fa70b1dd25 0.00 MB 1 0
13,465 13,465 00000000c4a8a2e0bcd7282bbeb05085e1bff4224d4962859183f48d60452141 0.00 MB 1 0
13,464 13,464 000000003965ab8dbd40392439cff1fd9b869eedff73834d8fd874bc84082424 0.00 MB 1 0
13,463 13,463 00000000639a4f6ce49a9cf4246ac90e1a279b7eeb702f51e3368e0965bb48e3 0.00 MB 1 0
13,462 13,462 000000004f8d7b05b6263f1eab351b245ef1a0dbb008857cd31cdd2055cc1cb7 0.00 MB 1 0
13,461 13,461 00000000a1f30c8fc3bd8bd2db8d766ba3d3cba9a9c14138a05f023a7e58bde7 0.00 MB 1 0
13,460 13,460 0000000022181eabe28957d1cf8f771f2d06e3b4e42e05077b3fe2bed2207c9e 0.00 MB 1 0
13,459 13,459 00000000c04b1ce4f070204aca09f9ea723aabcdeba385083a916a6c58c15458 0.00 MB 1 0
13,458 13,458 00000000df23c0b5e03829ccd1e14d076ece4a6fa42e1bb04c2be7ac90445765 0.00 MB 1 0
13,457 13,457 000000006c7d416070dad5bac7e0589efa8b664521908ddd1366e7dbed256a5e 0.00 MB 1 0
13,456 13,456 0000000095d14af6a6777d153c629e694b6b969d6198257989b12bb4a2f07ac5 0.00 MB 1 0
13,455 13,455 000000006c876dcb3378093822e9a09ca112f64a9d60b668fb0853c2a12a5716 0.00 MB 1 0
13,454 13,454 00000000796fb831ddb171f7a5bc27dc91b6aeb47992674e1e4f436851776a9e 0.00 MB 1 0
13,453 13,453 000000004aa792166bb6e73a1d2bd6994b2267eced96501309f4286e8982ce20 0.00 MB 1 0
13,452 13,452 0000000056e800a85cf7affc8ab86037dac4c7e02f3912e8d3862e034fe0e9a7 0.00 MB 1 0
13,451 13,451 00000000b453c842934c3b0148f1404a4aa8fdf963bcbc1d4f9687cfee7694c9 0.00 MB 1 0
13,450 13,450 00000000c1f00686bfca2187e2a8b12bf61bb6046516183c610503f5592ad1f2 0.00 MB 1 0
13,449 13,449 00000000c32b2a0732b4376a6db86ae06ee57d2b952df746d85b403c0a13513d 0.00 MB 1 0
13,448 13,448 0000000016b1a6f9e6eab9d181e40ef147455726f1964d250a768b0f860d5ef5 0.00 MB 1 0
13,447 13,447 00000000c2589b573206b8b7a81d7db6bde2edd7e810662069f90655506db317 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.61 GB sent, 100.53 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.