Memory Pool Memory Pool Refreshing

840 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,963 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 832 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (640,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,405 267,405 000000000000000779fcf6d7aa4f359e52ed8970e6f94606e9d0c70b4c4308d0 0.06 MB 133 63
267,404 267,404 00000000000000061807b8e518d9ab1f14cde2e4ff3114f5dc112b7c7de831cc 0.02 MB 61 51
267,403 267,403 000000000000000936fb313b2d63fc5265b0f7a99f46dc0b211000b945398131 0.02 MB 55 42
267,402 267,402 000000000000000539c96cc302052ad3b7a76e2f996880ddb9f70cc0cf4581a6 0.04 MB 87 47
267,401 267,401 0000000000000005c537eb783ac95d9494f655ad45b5e40bb2a6b7628a514662 0.13 MB 295 77
267,400 267,400 0000000000000005d45dc418099a994585bcb621a546b14794ac7cda8c9f30aa 0.02 MB 58 46
267,399 267,399 0000000000000001b83c244e1fe407043ea68a8795b86dcdb5c7a8350691cf67 0.09 MB 187 49
267,398 267,398 00000000000000009c5114d4722fb2efe06a789bebf4826ef2631aebd028a792 0.08 MB 184 57
267,397 267,397 0000000000000008989285c549d4a0a7f2e108fef6fa8ed2fbe89d491020683f 0.09 MB 229 73
267,396 267,396 0000000000000005e226263d720af56c9679753d36a7338bcfd1d497451b396f 0.05 MB 106 73
267,395 267,395 00000000000000055d37adf16e1dd22ae591b80a21295db97fea281ff1ea7313 0.07 MB 141 56
267,394 267,394 0000000000000000126740189544156c3a7b42d13f255f5a63f81100b8ff0689 0.09 MB 210 58
267,393 267,393 000000000000000ad714eef89841a4ab84044fb740607f7a1e34304c53e6641c 0.06 MB 70 34
267,392 267,392 00000000000000052b5e33c484b9d85b0c0f0a79427c8cc2036c43a44ee5e2f1 0.08 MB 175 47
267,391 267,391 000000000000000993a4ea6ed2616f815c13f1bb5deefb66d9150d97ca290c14 0.04 MB 64 51
267,390 267,390 00000000000000027dfede1825666a3e80f9a70a285b311191fc37b598bb0c45 0.03 MB 74 66
267,389 267,389 0000000000000000cbabdef5a120a0dcc856dc4643ed0179e829f6d2b54a550a 0.14 MB 333 56
267,388 267,388 0000000000000000c286a1fad4e08ce2844261fd2df003bc3c81944435400e3d 0.02 MB 45 57
267,387 267,387 00000000000000068742633a81302b369a2b2c56c2b5d851d421938f019d2b6c 0.03 MB 71 42
267,386 267,386 0000000000000002f70bfe1b06bd3a939fe75955073f7996f0f25b3af9a051e6 0.06 MB 116 44
267,385 267,385 00000000000000065547b242394c8e302dc90e36c260d424c3485e3701d133d0 0.08 MB 111 36
Previous 10 blocks ↓
Total Size: 769.48 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,646.34 GB sent, 95.31 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.