Memory Pool Memory Pool Refreshing

5,246 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,707 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (712,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,228 195,228 00000000000001e01aacb77e4bbbc4657d46bea6f2c7f20d43b8500c882adf4a 0.15 MB 470 151
195,227 195,227 000000000000005533719e7f4cb594e1ede757073de28c4e0adaf5adb561319c 0.01 MB 20 49
195,226 195,226 000000000000004b80ea77cc2370e7671c70fa27af62a8cadc5f76ef88926055 0.02 MB 62 95
195,225 195,225 00000000000003d941a028e054858c878460cff5927bbdc7ff71c880a033d4db 0.03 MB 78 22
195,224 195,224 00000000000003dcc5976044e1f80bde5d471be2d50e1761bb21a2affb571e30 0.03 MB 72 146
195,223 195,223 00000000000007754f4c457d4d672ad45e7d78f6d432b0504e8bac8506dbea56 0.08 MB 178 117
195,222 195,222 0000000000000035d6db8ac1639005d881df8f2d1f3e3eca1e41fe6cf8767129 0.02 MB 32 52
195,221 195,221 00000000000002347ce656d55f6ef1080cd172878309082d8d39dc99302f3c3b 0.08 MB 256 73
195,220 195,220 000000000000021b3679e65a5ba1686e9bad63ffac7798e78d84cd6d7b36726e 0.19 MB 486 148
195,219 195,219 00000000000005d84bf6cb59e218bf456083ad2bfe2c42f14ef7a94d8a59f268 0.05 MB 101 67
195,218 195,218 00000000000006f29e008e0403b89879648359639ffcb9d5131ee749e7ac67cb 0.24 MB 413 207
195,217 195,217 00000000000000e0221fa179ab22d8b44ec9f4ad8b8c835b8a994755d6605a8d 0.00 MB 13 29
195,216 195,216 00000000000002689f8f4f2f758a073aa7d1c228a755b2f0993294faeb0bdc4e 0.16 MB 462 177
195,215 195,215 00000000000005cd1d60bdcda58287587b965a0d3b9af7c03f5304e0c5d1f3ac 0.05 MB 167 80
195,214 195,214 00000000000005866228c10025bc465254296925b2735d558473b2b3ae759262 0.11 MB 256 174
195,213 195,213 000000000000040cdd296c102ddde603f3c16954921cfcaaa2f4154bb34fefdb 0.12 MB 304 162
195,212 195,212 000000000000006870fed2ef6e4f2cbc18b0327f078bce035d1cf604ed0e901c 0.04 MB 82 123
195,211 195,211 00000000000001981dc32a0f2b02f23887f34593001c76e192b043fbcf8c88d2 0.09 MB 256 198
195,210 195,210 00000000000001f8f6b32c37fe67955316719b19528be848ba5d6ad52e30e4c6 0.13 MB 269 212
195,209 195,209 0000000000000318e397b5794f542cf826915924a8048a1f0b0ab6a3a4d82dd1 0.08 MB 158 142
195,208 195,208 000000000000015050ee20bbc765932cc054bb6ced7999d8a5ab1d350813677d 0.01 MB 29 1,020
Previous 10 blocks ↓
Total Size: 769.17 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.87 GB sent, 93.74 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.