Memory Pool Memory Pool Refreshing

2,124 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,106 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,105 (606,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,521 301,521 0000000000000000071dba5898098e66fc7f29a4e39ea43bfe1e3dc7a9f2e515 0.10 MB 181 27
301,520 301,520 000000000000000051be1f174ccb503527e4d5ffd94f92d5388a6648bfb6a18b 0.02 MB 18 17
301,519 301,519 000000000000000070ff96cab989b41ff8c2125d9e0633d80ca6b0c92dce66ec 0.21 MB 426 38
301,518 301,518 00000000000000000ccda4e4a349c23909bdd575edbdd56386b39356a256b38a 0.05 MB 95 28
301,517 301,517 0000000000000000156e3fb7e28c52e42aa666a5fde4022e6854668810246e9d 0.02 MB 40 24
301,516 301,516 000000000000000023f0e03232d8727f5ead2890b1e4d2a2edfd50ee22d7d8a5 0.15 MB 235 31
301,515 301,515 000000000000000066a094a78ae36ebf9d16c8f52a8d7a520a96cf906ba760c8 0.13 MB 160 24
301,514 301,514 00000000000000002cd131200a4cc251d850bf93dfa5d3b23d2bcb824fafba79 0.04 MB 67 24
301,513 301,513 00000000000000004484eed16c94504f01b6af71e68241e920e473a5c39a6a21 0.03 MB 77 26
301,512 301,512 000000000000000074109578fbace21ca5b423b1b0be42c9167bc61684bf62ae 0.20 MB 495 37
301,511 301,511 00000000000000002e9da35983f3dc3061b92a23fe7b9dcf2c7919238a99f81a 0.71 MB 320 8
301,510 301,510 00000000000000002ab51ca72ae314c84b9aae1cb54eb2a4f08b6e35dece88f2 0.02 MB 46 43
301,509 301,509 000000000000000059c99e0892a631479aeacf70deabb9d5afc4189222ccde0f 0.30 MB 149 15
301,508 301,508 0000000000000000482f962f1448fe15944e87eda4c004ed3b706205fa71336d 0.48 MB 240 16
301,507 301,507 0000000000000000216a5fee562ed64afd2022bf78ae98998304880f2af23b76 0.14 MB 130 21
301,506 301,506 00000000000000002eaf062be04ded5fee5f9f513292c9135ef4de7679de07b3 0.11 MB 202 35
301,505 301,505 000000000000000073896e2063d003a63ec4a2b17ad5716151b5c829436294fe 0.23 MB 372 27
301,504 301,504 00000000000000003aebb3ec1cbb9d95d63f9e7b86330ed0bbf23ab7a9ac40e2 0.00 MB 1 0
301,503 301,503 0000000000000000608c50d22ad849782fc57ac757659a898aa8a2616286c491 0.06 MB 31 13
301,502 301,502 000000000000000015ab73149c75ea4445a7fee08f4ce5616efaca8fc8fe52d3 0.39 MB 517 25
301,501 301,501 000000000000000018676072817c0ac311fb1a71c5139307dbb89fa74a9ec18a 0.13 MB 235 32
Previous 10 blocks ↓
Total Size: 769.74 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,679.22 GB sent, 96.60 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.