Memory Pool Memory Pool Refreshing

4,178 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,616 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (624,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,042 283,042 00000000000000008255ad1f72218e7aa298cbb5ce0f3467989281c364ed319a 0.03 MB 62 27
283,041 283,041 0000000000000001e23ab119894a06221aab5e250971f99ae407603784e47ae6 0.22 MB 331 34
283,040 283,040 0000000000000000474ba676df52ea7fb0c2881cec61394402089e7b69697147 0.19 MB 399 89
283,039 283,039 00000000000000000096c849d114a90936ffd187a5ff5f15a93ba2e5c4174486 0.07 MB 127 43
283,038 283,038 00000000000000017b0688cd48e7e08e98b609b1b20f2b7227b31fc8f3a1dd8c 0.07 MB 156 26
283,037 283,037 000000000000000159a9b9779266812e91f6d8ed0ef6eb50ccb00bb0ce47b8fc 0.19 MB 332 46
283,036 283,036 00000000000000007bffe465f21d4534a6ac03e2e8e280a7acc4c0fa86e7f536 0.25 MB 730 56
283,035 283,035 0000000000000001e68c702169c67d94affff82e53f8067981427948dcbdecca 0.14 MB 249 40
283,034 283,034 000000000000000138d2bbaf49e402f88d91f4288f17e66f646fb6b0754546f7 0.14 MB 329 50
283,033 283,033 0000000000000000a2f647b75efeb2e13c9c05dac720aa3f4a5837f2c96d5832 0.10 MB 204 26
283,032 283,032 00000000000000000c093d7bbf6e2d262151e752f4acff66ef64bd27a50236b0 0.06 MB 80 25
283,031 283,031 00000000000000017ec741c1983b5e89781b651f86e0b2b475aff92a830508c5 0.05 MB 118 78
283,030 283,030 00000000000000013f7ccb5688a30f48bf245846bcdce24727b117ced7ce5f67 0.14 MB 310 47
283,029 283,029 000000000000000062ac4712ef60cc7238b39cbe9a166544c64dda8e9f60648e 0.05 MB 146 293
283,028 283,028 0000000000000001c074a5933bfbc97edc8f7edacbd424a4032bfe0092b4bef0 0.11 MB 238 33
283,027 283,027 0000000000000000ebfcac03f95e5763c190f30da508b10a15768c4a3f8542dc 0.15 MB 208 25
283,026 283,026 0000000000000000d27e57cc0464c22543a7d0c608bb3de75876c2b93849491d 0.10 MB 166 23
283,025 283,025 00000000000000019a13edc5619920464c56de72962879feb9f3f5793372f9e9 0.25 MB 588 48
283,024 283,024 0000000000000000186fa191fafb9e5e7fa955f9a8ea7622e019290400c5b460 0.01 MB 35 32
283,023 283,023 0000000000000001dc6b814f84beef0edc22dbcb47388e39ee38dc0005ebe7ed 0.23 MB 431 35
283,022 283,022 0000000000000000b25f4c1c65c988f6f71dc68ec170d597bbadd5679f0c635d 0.17 MB 397 47
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.