Memory Pool Memory Pool Refreshing

7,232 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (733,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,331 174,331 00000000000005291799eccaaa1f4349de0e1d9847640f566a6497833f1ff985 0.01 MB 26 214
174,330 174,330 000000000000029659487a7baa75ba187870c2ef420bdf9ea70ed0fc8217754d 0.04 MB 112 30
174,329 174,329 00000000000000587d80d7d63bdc56aafd6f3a1f89d27342a85ae934bdf93076 0.04 MB 80 138
174,328 174,328 000000000000025c7e4d89224fa687eee35d1d45e528a045f7d05492a69f3d68 0.00 MB 1 0
174,327 174,327 0000000000000264141f96e36d47d559e72012c97752dc2942cdd1f15efb9e1c 0.00 MB 5 58
174,326 174,326 00000000000000a66d81e1d88b7eec643f3c85accb30e3943c48a20db86edb7b 0.01 MB 14 27
174,325 174,325 0000000000000578c47fad74b8026fdcdd3c75306215f4ce0d7e2935d076ac05 0.00 MB 5 587
174,324 174,324 000000000000065f7d5611b5f281701fb99e70297bed05a70b4be4e0e6d7309b 0.00 MB 9 54
174,323 174,323 00000000000006f5fe955836d0a825080f76a473a7bad1f4d84d2a9b763c3eea 0.04 MB 44 59
174,322 174,322 00000000000007cb007a5fd0c6bea1788ec0786ba9778432c68fc6954b429d64 0.04 MB 140 21
174,321 174,321 00000000000008099f6cf28eb01a9437cc864896125a163dab611d76d5c706c4 0.05 MB 157 86
174,320 174,320 00000000000009f125e1d7587984c508f0cb3ba22244e9eac1913d30b5c838f1 0.05 MB 121 225
174,319 174,319 00000000000006d7bf071baa24adc2286d0939eb20b14a2e6d65823e4aeb8ea9 0.03 MB 67 15
174,318 174,318 00000000000006f9ae54eb256b99fa02bce1fbde1063de0ba31bc0c5367bc3d7 0.06 MB 102 297
174,317 174,317 00000000000008a69bca30df7e337af49726ae3fda5acce81ac57412ad0012f5 0.04 MB 97 1,293
174,316 174,316 000000000000070bf82d60e6cc0221cfc94c8314eb29930be339f0c74739f1b7 0.05 MB 72 1,210
174,315 174,315 00000000000002e58f5ee3401726aecb32b68a3b55c6bccb8a1cd73bc67f27dc 0.03 MB 50 7
174,314 174,314 0000000000000435b6781719bc8e17f0ab03876545392e23f3e2f02663a00cd1 0.06 MB 119 117
174,313 174,313 000000000000069d4bab0b87bca7f9c91b6c2b125d155cf7c9ac211a9bbed40f 0.00 MB 13 11,924
174,312 174,312 00000000000003d4f6ebc289ec6307d6e1cfeb6811f8f3dd3174992948ae545b 0.03 MB 77 116
174,311 174,311 00000000000000d2d9453ac1e65b2dcedca2c33387fad32258d659f0b2c17b57 0.04 MB 75 75
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.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.