Memory Pool Memory Pool Refreshing

252 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,789 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 252 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (724,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,487 183,487 00000000000004dd361cc25b314377a79a4c208b73d59a43bcfa2581eaa2c452 0.25 MB 612 139
183,486 183,486 0000000000000189d4ead2bbb1cfb72993fb7ba59cc9de805ce568c2fd9dd835 0.29 MB 512 110
183,485 183,485 000000000000050f211a36ac2049a0ab29053a85959a2e5cf56a04631c0ff26b 0.05 MB 137 69
183,484 183,484 00000000000006d2ad6074079de9d100e5e251db9294b9a3012d0479d32b0266 0.25 MB 578 132
183,483 183,483 0000000000000a266cb2efc15a23baf9663607d711861dd080f5cef43e08b4fa 0.25 MB 707 141
183,482 183,482 00000000000003bdb488e5de9be183f28a5a2c0d65625fdb9460dd1fa9295dea 0.25 MB 747 175
183,481 183,481 00000000000006229ea3555ae500b72d533a1a839c362a98e8d2bc57046cc1fe 0.02 MB 56 20
183,480 183,480 00000000000001796f1980da4814b42a7dd3a6dce960341e91f65acc7ab8243b 0.05 MB 136 130
183,479 183,479 00000000000004ba0d8b80fb71dd9faf61368ba1c02cd9f4760edbdac3168756 0.05 MB 139 189
183,478 183,478 0000000000000389a0ca5bb8f9c58e6999acd2931ae4d8ae02a32092f84ddaef 0.00 MB 1 0
183,477 183,477 000000000000065712004541ca5950dcd4741a35c7d51d7d32c9687620c62084 0.01 MB 16 676
183,476 183,476 0000000000000286074225aa4056db44bb2c428d51f9e9f114daa8115f366b69 0.13 MB 225 132
183,475 183,475 000000000000067d0c55f6480de0e9d848aaf266baa10fe92f35b5623db79c92 0.00 MB 13 50
183,474 183,474 0000000000000a424317efb667e133b69ff6e42fd269c50260e3badb65bdff30 0.25 MB 522 187
183,473 183,473 00000000000009a41a13c46b06466f2233c50281b9044c9a493f07f6fdc20d52 0.13 MB 346 148
183,472 183,472 00000000000006a501674ff0bcdc01bb0888b4d2add6fc44b908de12d30eead4 0.01 MB 32 109
183,471 183,471 00000000000001df2775e6203ae53cdeac042f811b8048e1c75727def454266e 0.05 MB 117 261
183,470 183,470 00000000000006955b296c7da1e2c2853bb224ad3901d049c913f669ef62552a 0.00 MB 9 44
183,469 183,469 00000000000004ff8ebc37a33582851301a512e71842b1eb9f86b56b54d9addc 0.00 MB 1 0
183,468 183,468 000000000000029d395dc773c4c83d2d8bc7b60c35715e3af69dfc6de48cd851 0.05 MB 193 20
183,467 183,467 000000000000095ee77d42dc7500a787e37141a630b304c737d02d56e569e47a 0.05 MB 108 149
Previous 10 blocks ↓
Total Size: 769.14 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,632.08 GB sent, 93.60 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.