Memory Pool Memory Pool Refreshing

2,737 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,096 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (680,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,104 227,104 0000000000000364d67d4a0f2b461ca8c977d8d4cee376113168cbd7a7e2f39b 0.13 MB 266 131
227,103 227,103 00000000000000ecb120be07f8b46e09e123fb22078aff04df6c2aa40d8f8852 0.18 MB 393 145
227,102 227,102 000000000000007a9e5cfce49e3e60e15e75ec1127b6171bec1408eb35cd26ee 0.00 MB 10 29
227,101 227,101 0000000000000011e3bea6c80dcc9191ecfd66b06a7dd3da8931503095d95707 0.05 MB 135 210
227,100 227,100 00000000000002797ed662d93172e599dd7b9248797e15024926fe85690076b6 0.03 MB 69 167
227,099 227,099 00000000000000bcbc79b7e6a6598722076e06937b06b2b998195bd99b763ade 0.13 MB 302 155
227,098 227,098 000000000000003f5cbcab460a9faad83aefecc0eb3d589991332f5786a88f8d 0.09 MB 196 155
227,097 227,097 00000000000001b76416ef25e743c3ca55d732b76aa9a3bfa19a4c1c71fe8b59 0.00 MB 16 139
227,096 227,096 000000000000001a353c6609b3903291c3721f0d1945388049f4d5252260eb0d 0.08 MB 201 194
227,095 227,095 0000000000000239844b007806ad42dcab13e063033864869e4ff82bb2d0e719 0.16 MB 256 79
227,094 227,094 00000000000000a0bad5abc94b8107607da7493a031fd1395c4f11ce8ee92293 0.13 MB 286 179
227,093 227,093 00000000000002c70888393a1b4110dcf1d00c85f1740a6d290b3718d652a336 0.10 MB 199 92
227,092 227,092 000000000000027657882db2b41a70baac5b27d593dafa7d052943ef131322e1 0.18 MB 447 203
227,091 227,091 0000000000000112645e4c657090d7c34d9ee5f9245cc320582e8eb767b9ceaf 0.10 MB 250 109
227,090 227,090 000000000000006162bb277d03d11a031e8e951c51bd18ead6f02116d6fca455 0.02 MB 47 198
227,089 227,089 00000000000002e97adec36aa8cfc6a9d599cbb4c533ec5f7a6236721b04d549 0.10 MB 230 187
227,088 227,088 0000000000000002c9491a60464e610321d8349bb1331e9ff9195d7c7cfc551a 0.05 MB 136 221
227,087 227,087 00000000000000f8fa7a872842a0a6a414bc48470e0dca51f51abdb5d7ce41ab 0.05 MB 105 190
227,086 227,086 00000000000001c25aeade97f965e47ce1b127be50f45b22f661974eca420aef 0.03 MB 72 342
227,085 227,085 00000000000001e8ddac649c7e2db59e563db05c84f3178918a3f58a25ef76cb 0.06 MB 130 194
227,084 227,084 000000000000018fb6d641de352f4992979b427eb7868e8813ed73cab07c925e 0.06 MB 104 136
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.58 GB sent, 93.44 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.