Memory Pool Memory Pool Refreshing

4,060 transactions
1.62 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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,985 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (735,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,196 172,196 000000000000078ad1f01bd5bb2adcab103f69783a295c79a90db2a19d79909d 0.02 MB 31 42
172,195 172,195 00000000000007fd6c409ca7d2b2c8ec4b72f0dc2507f3c1448fe9e5f2cf0162 0.05 MB 155 88
172,194 172,194 00000000000008962352659c59c057914f053394774878a97eba33e030dfddff 0.00 MB 1 0
172,193 172,193 000000000000015d0909d37154008b9d7c99e75d266b992f1423453257b95891 0.00 MB 1 0
172,192 172,192 000000000000012557e035034b2d89497305e14e85c66ffd6b1d9519d04a0139 0.03 MB 62 97
172,191 172,191 00000000000004cc05ab84c76d64490e9feafaee46194f92156cb32d5d79f1e0 0.00 MB 4 67
172,190 172,190 0000000000000914b5c72ef38a70aae7fac228a658c99f0acfd0f1daaa6bdeb6 0.00 MB 2 194
172,189 172,189 00000000000001d1b5b6ce1ff02b052ae19a9fc0f53fea6223a2ec8e9c024d4d 0.00 MB 6 41
172,188 172,188 0000000000000857b089f28f4dc72e7d535af63f42970a50412d677fec1225f5 0.01 MB 20 174
172,187 172,187 0000000000000782784a0c3d67932c8e0de0fb1688f49b8bb2ab021c898ef70f 0.02 MB 68 25
172,186 172,186 0000000000000781eb929a95ca690a6557147abca8370ae360c5cac2add323b3 0.00 MB 13 0
172,185 172,185 000000000000039a00e74e5347b1a0b98b09d940391dd3bad02c179897e61851 0.03 MB 67 66
172,184 172,184 0000000000000130f90c33a391eaeadcb8de455fc528a2b5a3e484c67b5a8efa 0.01 MB 41 103
172,183 172,183 000000000000011051718e8f862b6f669119e1bb2c93f08ee9d5bc51588b99fd 0.01 MB 20 76
172,182 172,182 0000000000000923bfb195a78bf7bbf71392f85551258b82792c99bd7125cfff 0.02 MB 46 214
172,181 172,181 00000000000009dd9e2f151a285ffa550008decf9ddb3c73b8c059a69363055f 0.00 MB 15 67
172,180 172,180 0000000000000770f858fcfe382f5f4e4bbfbcd4f3511ae18383acdedb60fa08 0.00 MB 8 43
172,179 172,179 000000000000087a6742bb14a5838ca1c75afd72b0739fd1e5ab5a1655318e09 0.02 MB 23 89
172,178 172,178 00000000000002b1639aff0b2a087c2476ad6fd688c918b8a7ade7e4b889069e 0.00 MB 4 0
172,177 172,177 0000000000000ac63ff4a3557e597e3233e4ccb663dd4b15b6374311f388aee7 0.03 MB 117 90
172,176 172,176 000000000000035b4ae0b1a1ef6e6993f729c675e4c7b80afdb0ba54b39dc93c 0.01 MB 20 94
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.