Memory Pool Memory Pool Refreshing

860 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,747 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 855 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,746 (639,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,771 267,771 0000000000000001282ca651d730b91656c78b6949735bf6f52c03f11571d7cb 0.22 MB 502 73
267,770 267,770 00000000000000089b5bf9c1430dd061159c0c0299b03ed931410482b0f0a075 0.08 MB 160 74
267,769 267,769 000000000000000701c77bb50ecb2fd198c4e0dc53d42934eac77360c6b8b7ff 0.35 MB 499 45
267,768 267,768 000000000000000575f728fdd079aefef72addbf54f29bec42d3decf8916de62 0.11 MB 197 45
267,767 267,767 00000000000000071c71e347216db966850126f8a77e95d29ce81e7c0f6ed7a7 0.24 MB 281 35
267,766 267,766 000000000000000af795a1d6ffb8d984e240d9b13d8d5254353497407e716b04 0.05 MB 135 52
267,765 267,765 000000000000000217b3743e8a5b9f385b7ded1ff39fc0bea85f8cb9b00292b4 0.12 MB 82 31
267,764 267,764 0000000000000003c577eba51d993c75a1e754fa71a53e842186e887a96e53d4 0.08 MB 24 15
267,763 267,763 00000000000000002d5189125d32f18b16312264854422d6144805d6dee44a6b 0.19 MB 81 15
267,762 267,762 0000000000000008c49d09ab3859fc25217dceeb36651ba9ee392705ef1e6969 0.23 MB 364 52
267,761 267,761 0000000000000004e4bacd13a1d8e5cd0e1ea9fe2bb0d5546049ee7ce985c870 0.09 MB 194 60
267,760 267,760 0000000000000001c79212898b53494a67bf0a6af19544fca9f9e2c2ad461d26 0.01 MB 27 47
267,759 267,759 0000000000000007dc933f3c8ffb6e200d455f561fa33fb06fd57e7aba24c660 0.07 MB 133 61
267,758 267,758 0000000000000000ac3f2fff899d1e0a1b99607596f14bfa0c4f6d53be070900 0.02 MB 43 54
267,757 267,757 00000000000000000a00b2f9eea4e2f7a11196323cf6a7ca3c4c9845ce46db39 0.05 MB 69 34
267,756 267,756 0000000000000003edcb6c632e9d5b151b7393b40db6af04098f9c6957a4fef2 0.00 MB 3 73
267,755 267,755 00000000000000076928d7f87b4aa8f89a1417ebc8bfbb3a17c1606452f1cfed 0.06 MB 91 29
267,754 267,754 00000000000000084471cde4b4665a71bfa9d68cadf865a5aeca4c02a32b8d3d 0.23 MB 492 149
267,753 267,753 00000000000000096c86a272f145522717876c31455d5a8cbcbcb0211a9ab767 0.03 MB 50 24
267,752 267,752 000000000000000731cd8e0087f7b0a417d77c746c7a4d6523b415b6425e5e51 0.23 MB 401 189
267,751 267,751 0000000000000008587318dd1de7d56b46aa996a76954e990765f36694de7d7a 0.11 MB 216 58
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.22 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.