Memory Pool Memory Pool Refreshing

1,468 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,439 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (637,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,131 270,131 0000000000000001d732b497fc508cbe38bb9f2db6070187611cfde6e99ce0b9 0.13 MB 228 51
270,130 270,130 00000000000000044c22adbe8ef11f66e38b409b617b55a41f3a58bf0507370e 0.05 MB 101 51
270,129 270,129 0000000000000000eb77462ae642b8567f5eea490f84b7c509fc728b6577f52b 0.17 MB 376 83
270,128 270,128 000000000000000188ff0322bb77b6a0ece709adea396b1d2a4af83109f5b535 0.00 MB 6 103
270,127 270,127 00000000000000005f92d02ba3648343540394957fa625ea2e0fc145bf2350b8 0.08 MB 211 43
270,126 270,126 00000000000000074f9fbfebc39ffd24e5d8792975ebef34915bc459ea0c80b6 0.03 MB 17 51
270,125 270,125 0000000000000004b32640d5d612e4fb41843885d5f63876aee5417a054712da 0.04 MB 91 47
270,124 270,124 000000000000000162126a38b84fb86299cb4a915146e51c97baf7b6d8e35042 0.06 MB 129 36
270,123 270,123 000000000000000327459fcd0c9e61b208bc916769a28d038e4483a21d87a9e7 0.22 MB 516 120
270,122 270,122 0000000000000000e41a929148faea51412aa13172a991dbf8d739a5f1b9814a 0.01 MB 14 24
270,121 270,121 000000000000000779c041632e8e0642ecf8c1b7d12565fdf16ccaa91521bb77 0.03 MB 85 61
270,120 270,120 0000000000000003d9dbb3ad90bea668f552c2771dde9692d070d465c159dc23 0.04 MB 99 46
270,119 270,119 0000000000000002ca8ed73addf428cc0229b83dc1512948f605f4cfd71353a1 0.18 MB 154 16
270,118 270,118 0000000000000004b43a34e88f8f186c1c778b2a6d66ef9c0c69a3219171b594 0.20 MB 493 78
270,117 270,117 0000000000000002a4893321a8475ed30c706a6586e13691a1c2830b647394f8 0.09 MB 200 84
270,116 270,116 0000000000000004bd73305b8e8e72c2c79bb9a09c0fe9f48ae26a86fd238a20 0.00 MB 7 285
270,115 270,115 0000000000000001036d6593def7348c12d410799b61adee249a7037b4b1118d 0.21 MB 448 76
270,114 270,114 00000000000000068603db42ff0133ac79636d55f320c49e824109579fb6832f 0.06 MB 118 74
270,113 270,113 0000000000000006e1c78fe02a76ec328758d92b13350ba161f4530bc564f6ba 0.41 MB 1,052 122
270,112 270,112 00000000000000035ffd6e36d70040f219f98d4437192e20e7ceaa48076df466 0.00 MB 6 63
270,111 270,111 00000000000000065f9d924a17382153af066a464558fdfd900017d5481fae62 0.11 MB 240 40
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.