Memory Pool Memory Pool Refreshing

6,068 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (477,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,646 430,646 000000000000000001076e92e08d48db82dce9ceff864f3e1c3888b7b13d3e35 0.88 MB 1,096 34
430,645 430,645 0000000000000000010a0c45b9f54b76567edc295451baecee89b4e377fc28c0 1.00 MB 2,813 73
430,644 430,644 0000000000000000016cffed4772be521a96ff49cdc901a847176b168c061f6d 1.00 MB 2,518 74
430,643 430,643 00000000000000000025b122e23a07bc274c0f472a976b49adf17a2ef3024d45 0.16 MB 314 58
430,642 430,642 00000000000000000118d44e61024ecc8d7abbc70bae2100f9f439a44dd55a07 0.96 MB 1,998 58
430,641 430,641 000000000000000000ffd88c4d7a5a9d8a0accc450a5cd4f060a31624492acfb 0.01 MB 23 58
430,640 430,640 0000000000000000001b3d15fc9309eee27ddbfb10271171540b233f0aa23d38 0.94 MB 2,009 61
430,639 430,639 000000000000000004109a795a8013d97915188f26bb28c21e21bf752e3405ac 0.68 MB 1,398 52
430,638 430,638 000000000000000002677d7361eeda56b2567f1e8d37c6b8b161cf3630c49d18 1.00 MB 1,979 69
430,637 430,637 00000000000000000120f5f84df5f1e36ba70aa0693370d91888dcbd7ac913e9 1.00 MB 981 28
430,636 430,636 0000000000000000035b91b1d7b646d7b34affd5871bedf5c9152f4cb9f008aa 0.46 MB 334 27
430,635 430,635 000000000000000000be0d65bc163078760006198a89ac80d9b3d59873891ca8 0.99 MB 1,775 50
430,634 430,634 000000000000000001f48b5007556093caa9c69bba17538be247de524c4c15c5 0.88 MB 1,845 65
430,633 430,633 0000000000000000036d54d8aa1c128672120d897520bdbef9af2bd2ea7e3334 0.82 MB 1,709 58
430,632 430,632 00000000000000000388a7dded5806b305342b61f990f5c8620ba366995f6269 1.00 MB 1,837 53
430,631 430,631 0000000000000000020a5c3aa0564ad631f790323c0b603bf4f7c14c3a0b31d9 1.00 MB 2,412 90
430,630 430,630 0000000000000000035da779c277708dd60611d171f8d5fc7ffb04a750e86cb1 0.01 MB 27 56
430,629 430,629 000000000000000002032ececc7b6b3ee5a2224edcdb25828e65a9f2d181c331 0.07 MB 173 82
430,628 430,628 00000000000000000196edcf8436016716d07c08852d375841f84e3195a74f6e 0.52 MB 1,345 67
430,627 430,627 0000000000000000010de6e48aa147ac765dbbd1b1aee044c26172598c466367 0.98 MB 1,540 43
430,626 430,626 000000000000000001478e0cdaaf75587b7d1a0f999dc6972342761901a7d028 1.00 MB 2,164 51
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.