Memory Pool Memory Pool Refreshing

4,221 transactions
14.92 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,301 (800,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,685 107,685 000000000000679d9f9eab742a49260e36b0db6c2e4b38ad5b29f0d8c67275c2 0.00 MB 10 0
107,684 107,684 0000000000025bfe1c129093a567a3e017f0b43f2819254135083d01914b1b05 0.00 MB 12 0
107,683 107,683 00000000000277898cdcfe119bab7d5334475df6013b6fce752e80fe52e8d054 0.00 MB 12 0
107,682 107,682 0000000000019feb271ba43a9be6a361b9e9a0e604db3f7e67701ad0a701656a 0.00 MB 12 0
107,681 107,681 0000000000022c4448081d286af6979d8bc6a7de1339b4b5cf51181c8c1af1d7 0.00 MB 13 0
107,680 107,680 00000000000193363e24975d8a38c7d9999693104f91f3ad157f77f17cd87309 0.00 MB 13 276
107,679 107,679 0000000000005b9db107c06bf781d93361f44d5c1cb2b47f570f67c847a5a64e 0.00 MB 4 0
107,678 107,678 000000000000eebe5787f879b9aff4aef4d7a80b81b9fb4f3188962617a129d6 0.00 MB 3 0
107,677 107,677 00000000000086d4d8d34732d5c08ef96d49b4a7a35c0cef6e27c4d20e44dcbd 0.00 MB 10 0
107,676 107,676 0000000000009f27a925a8ec199ed852aef2f1c6bbf5e412b580070400addf9c 0.00 MB 12 0
107,675 107,675 0000000000002d3ce2762a1eccc5f3a954b09e24210d1970b0dfaa801670f03a 0.00 MB 10 0
107,674 107,674 00000000000247f373aed65cc5eaf1119f9e8990dab889687b3382a9d3ee3561 0.00 MB 12 0
107,673 107,673 0000000000009df49a8fe355346661f909b76c745dd402bb61245d35ed2aeb9a 0.00 MB 2 0
107,672 107,672 0000000000010371dce6947952e22a5b680f05d8ee200dd8f975b440a9e338a7 0.00 MB 5 0
107,671 107,671 000000000002616c11859d2f2f7fc1ef3bd1aa7ca1cb6b59730ae8df032ea929 0.00 MB 1 0
107,670 107,670 00000000000209ed00eae8b3bacc6f38b1ccedce15cbd59f52cb012c9f521564 0.00 MB 6 0
107,669 107,669 0000000000015aedddf84c77db833f01e245c3c269cc975d90fc1c6142eef159 0.00 MB 9 0
107,668 107,668 00000000000051f528f280a6f1bccbb817646f247ef85d9e3398681293ce35ae 0.00 MB 3 0
107,667 107,667 000000000000c667115005b7069e31bec63ddbde8dbe5edb859dc9d228302c55 0.00 MB 2 0
107,666 107,666 0000000000001579dc4cb44610d06f2937425417da096763fdbf1098f78f9340 0.00 MB 4 0
107,665 107,665 0000000000023ca1339f47124d2f01b4d252e88dacfe488c02134dd185be31f6 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.