Memory Pool Memory Pool Refreshing

792 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,709 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 769 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,708 (818,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,154 90,154 000000000008e565e6623aa621b44a33de4b79ca75957a63410d17a9f0dfc231 0.00 MB 3 0
90,153 90,153 00000000000ff47cb3045a7ca1615c6da76343910425bdfaef211c8a7d8fae23 0.00 MB 1 0
90,152 90,152 00000000000d87810d0459923a84cea630ac6835709f368b0f4ed7e895266cd0 0.00 MB 1 0
90,151 90,151 00000000000c98e5e6bf852c9302487977038534db4b97dc9044bc00f3605834 0.00 MB 1 0
90,150 90,150 00000000000b45f59da8774214f278d40bd9b60e77e793140f0635f822db1dea 0.00 MB 1 0
90,149 90,149 0000000000062565c0010626a575992a93d7a6957c9ef489b190faf3875092a7 0.00 MB 1 0
90,148 90,148 00000000000aceb2aaff871c4297c56a2045f20416419ea66357bfd9cce9dc4d 0.00 MB 3 0
90,147 90,147 00000000000ac29b3540a9ca30588d4ff3f4ff475ca3163c26e5b6f511cbbfb4 0.00 MB 1 0
90,146 90,146 000000000010203a7a11937552344a6cd52c0ae6e7c1d3c885d9d23e1c7bff9a 0.00 MB 1 0
90,145 90,145 000000000004f4d7424948f6029655fcf35fa4b9ca92914b261fc94c0d04c6d1 0.00 MB 3 0
90,144 90,144 00000000000f8d6b50dc6baf8dd6127b50507f79541e003d792d6f506ca34015 0.00 MB 1 0
90,143 90,143 0000000000103ec02c5eb3d2adc0d56da47cd2a4aa50431e4ea30d890dd3ed74 0.00 MB 1 0
90,142 90,142 0000000000044f09d1c399f2756ddc587760c3f617bc1ab6c79983f8acf91475 0.00 MB 1 0
90,141 90,141 00000000000663f8139547e397ccbdf212bfb83ad0edec112d84f971b4ded2d0 0.00 MB 1 0
90,140 90,140 00000000000f0b24880d901456ab1973cb4078d66af9ec742a3f01a787aec9f5 0.00 MB 1 0
90,139 90,139 000000000011f499dd6305a4f1f1ec7feaf7eff0d35edb1992e67f43256e5207 0.00 MB 1 0
90,138 90,138 00000000000f7114f0740ff01500a4e753999870cf0d3145aa76ed19631acb4f 0.00 MB 1 0
90,137 90,137 000000000000af69026bb0642ffeef446933770ff8c1c3ff329fc0ed3a13aa9a 0.00 MB 3 0
90,136 90,136 000000000014bd9d7c30a4a740b0a25780a4d9ee184c7b20f31d3d5ad1b7f126 0.00 MB 2 0
90,135 90,135 000000000000a350e7d96e37cb4a77f41320b36ff0fe2fcec73f4c88491fb0fd 0.00 MB 1 0
90,134 90,134 00000000001384f72476fb29de56bae2048af1aec882fb0db3ea5989eda4cc69 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.57 GB sent, 102.02 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.