Memory Pool Memory Pool Refreshing

4,203 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,127 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (720,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,019 187,019 000000000000098c425aae8f2fd8f6d4d819e0cf845d14baff5036c6dd87ef48 0.02 MB 39 163
187,018 187,018 00000000000008b38dea95830ec489fb30b7270b58ed053d29e2d18656581ad1 0.09 MB 143 142
187,017 187,017 0000000000000508d5e9b9939bf4aacad22f9a996d8a58a8452298b6abed8152 0.01 MB 11 63
187,016 187,016 000000000000098d82496a21cb1a93fe7b672785abaa88da0c4d0a0dc031a091 0.05 MB 169 117
187,015 187,015 0000000000000255d437b54dd658dc9fce7affc1b7d2332ce0ace50fd392521a 0.05 MB 111 84
187,014 187,014 0000000000000927f6e03f78da0b2cd4a0226f4d3a7e2ec919b2d893dc1460dc 0.00 MB 10 15
187,013 187,013 00000000000000782d7ac1eabb85e45201b5255aee6382ca03ee60449060c2f7 0.00 MB 10 89
187,012 187,012 000000000000027603506faa31546d01bf03e0feaab89c9836f77f2b1d1e28e4 0.03 MB 82 32
187,011 187,011 00000000000001d2d3fa937473ac630650450a45042936ed4de1810a61a8a004 0.16 MB 381 157
187,010 187,010 0000000000000699dddd820d7351593b1af519c0d894759561c16dac75b85618 0.11 MB 256 101
187,009 187,009 00000000000003184fda10a08686d03fe6c1a6432147a63f9b8e01f5b23042a7 0.14 MB 258 125
187,008 187,008 000000000000066a13e73e12f7e4db05b52a5224f0e80a49a889f7c68f2c6f4a 0.05 MB 164 43
187,007 187,007 00000000000008268692020cff5e7d5fa3d4c178d06fca95380007fd8347edbe 0.02 MB 61 78
187,006 187,006 00000000000006fc95928d07aedfa839200d25bc7bb542654baec3832dcda82b 0.00 MB 10 15
187,005 187,005 00000000000004ec9085299a104cfb4b99de05af5fdddcfbbd4e9211361f20cd 0.02 MB 52 128
187,004 187,004 0000000000000274e10b9e51d3696e4c1d35ffd219a2737640e39cb6f1b26e8c 0.07 MB 29 57
187,003 187,003 00000000000004452de8d97fec76fb0a4549858046ecd6d99b65646564965a7b 0.16 MB 128 59
187,002 187,002 00000000000004010cc10d5ebc16e8c86edd0016b3eabd069601ccb6bc212e85 0.02 MB 38 85
187,001 187,001 00000000000001591ab1919c101be910ed4d5c0d62f3cb5ca5d3a1a094b2ee52 0.03 MB 69 115
187,000 187,000 000000000000095cc058085cf175b5f61427e0b505ce6444f2abf359f7d5542e 0.06 MB 98 121
186,999 186,999 000000000000009727c9560c8e2bda59623d30bc1c44868f0f7c678342d952e2 0.01 MB 35 62
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.