Memory Pool Memory Pool Refreshing

1,954 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.70 vMB 1,951 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (66,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,207 841,207 00000000000000000001b4b4f9494a92f1a2c3ed68cc34c7fda77125b8095cfc 1.53 MB 4,218 38
841,206 841,206 000000000000000000002bf83febbaf4f8a76d52374e6af9a6aa86c850b4045f 1.67 MB 3,150 27
841,205 841,205 000000000000000000003a42a6591d26bf74c09faaf456ce78eca0afed759808 1.55 MB 3,537 44
841,204 841,204 0000000000000000000192df7bc0fdeb3c5ffd7bc34cf857d1c55597c124df55 1.72 MB 3,375 43
841,203 841,203 000000000000000000000f70a0aecb1b5764e7e61bb4163f23eb412a33a771c9 1.60 MB 4,966 32
841,202 841,202 000000000000000000001d3d13a75eca28335a2ab19d0d395777747617853793 1.75 MB 1,396 24
841,201 841,201 000000000000000000025b7eab77f8a74cfd19fd6d73cb9ea33c5806e2e0d243 1.58 MB 3,355 30
841,200 841,200 00000000000000000000a7de8213037e085d11aec422c0e44da0e4bec6a3b6e8 1.85 MB 3,508 33
841,199 841,199 00000000000000000001555c79bc6dc78ef94e030bd8f3d6147e89a3d7879203 1.61 MB 2,744 23
841,198 841,198 0000000000000000000320354af0cd68314014ad0c7c381862a9b0b3dd551129 1.65 MB 4,341 41
841,197 841,197 00000000000000000000b3833ad1f2e7adffe45a4384b97d25e7edc2fe8daf68 1.75 MB 3,535 33
841,196 841,196 000000000000000000005c39bac3a75e9233afc1242d65b141536936e7897f62 1.44 MB 3,233 41
841,195 841,195 0000000000000000000191b504524220c0bebe74c5888763da415a278d756049 1.72 MB 3,258 29
841,194 841,194 00000000000000000000cccdf0f074bfe9514a17c220d792d6c366045084b94a 1.55 MB 3,482 30
841,193 841,193 000000000000000000002bbe048a846789b11b4c8476140304cd3d2cdfbfa208 1.48 MB 4,076 52
841,192 841,192 00000000000000000001936be221e3314971f484fdd25224ed35fb62b1a05bba 1.52 MB 4,226 48
841,191 841,191 00000000000000000002734398f9f3c9caec37a1dd695fc8c0d9c6ca037a842b 1.46 MB 5,422 62
841,190 841,190 00000000000000000001ee340f3518a4c86de89e17f140f53160a86af12e9578 1.50 MB 4,511 100
841,189 841,189 00000000000000000002106fceb3b28858c82beb1b37fd797937cb2eb229c774 1.57 MB 4,444 36
841,188 841,188 00000000000000000000dffd3a1a2b179e430122ceee77696ba8da1da53bf0b6 1.12 MB 1,246 24
841,187 841,187 00000000000000000001151f69a82a9fc9db6a6279df00316ea6428ea624a624 1.36 MB 2,923 26
Previous 10 blocks ↓
Total Size: 769.11 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,629.43 GB sent, 93.43 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.