Memory Pool Memory Pool Refreshing

3,562 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,116 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (626,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,103 281,103 0000000000000000a9fbc533d59a6f492663ed4193b89ccd36c7525688cc5b07 0.10 MB 112 43
281,102 281,102 0000000000000001ea8dc3b22544b64349678a8aaa743e463d0a5b2bbe8011f3 0.11 MB 223 61
281,101 281,101 000000000000000148499811ea02cbb6e706f9a8a583e908317313c9244fd967 0.04 MB 54 30
281,100 281,100 00000000000000010453847e3677e6255a56efe244256faa94a9583a9fb4ef32 0.05 MB 110 62
281,099 281,099 0000000000000001bcc046c061fa709fbe5e669645a96f6ec1ebb2ef10e06769 0.11 MB 264 73
281,098 281,098 00000000000000002667d2b852785006f5612d197366a183a61e2b8577b75db1 0.05 MB 73 23
281,097 281,097 0000000000000000118e93a1d32cc7c5a46ab1e8156291d6254536042ff31fe2 0.25 MB 514 47
281,096 281,096 0000000000000002311d3fad0fb28fb671f46436039fb1005f2bbe28ca90681b 0.05 MB 124 95
281,095 281,095 0000000000000001ac89628034e7d841720c8bca3a42f1f5e2b237dd1b77a509 0.21 MB 424 37
281,094 281,094 00000000000000005c57d4b250a99573c275118b849acf687b0bb70b942336b4 0.23 MB 467 48
281,093 281,093 00000000000000017de392ae86c43a7623689bc812e0d7f0975afe46b32361bd 0.41 MB 994 41
281,092 281,092 0000000000000000617159cc87f3611457ea46cbb283da6ecdb2ff727679bf9d 0.05 MB 182 107
281,091 281,091 00000000000000017f3b2357d9e5b9184d67416fc0aa27f46a27ec36ce95d4e7 0.03 MB 51 30
281,090 281,090 0000000000000000ef7f1ed5453225178f73497a795a13797eeb7f513ae88563 0.12 MB 196 39
281,089 281,089 0000000000000001ced800e2b19d4b6dda4858b896c54efa80214e270802fd75 0.03 MB 88 38
281,088 281,088 00000000000000012333443c881311a7cffdbe680d12c2eff8f2bd65321ac9e4 0.03 MB 93 46
281,087 281,087 00000000000000001cad3ebf4c78e7972b2828693ce78344a417141e2a7f57f3 0.24 MB 377 43
281,086 281,086 0000000000000002043e1bd356c2fec6c9a8a8e5509954d535df20ddb359f2f0 0.07 MB 146 38
281,085 281,085 00000000000000006be776cbfee78d86b0a56c4d8d4b43e5866d07fb307f8163 0.23 MB 422 31
281,084 281,084 000000000000000109d5832b9b3d7a24659a9aeaa58127a18db0e7622f075004 0.05 MB 121 103
281,083 281,083 000000000000000046395587b4d14381857a0250d46700fed7beb9045efebd85 0.20 MB 316 34
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.