Memory Pool Memory Pool Refreshing

7,806 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,845 (5,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,034 902,034 00000000000000000000ceac2e69ea1d8ac5977a38c0817b2c74c608a7398f71 1.70 MB 2,308 2
902,033 902,033 00000000000000000000216f5fc1b47955f9b60abbb1906810fb08b53308f56d 1.53 MB 4,165 6
902,032 902,032 0000000000000000000203e4ebe3703b59c7144d53819eadae21bde669c4d205 0.22 MB 427 2
902,031 902,031 0000000000000000000084679ec63a34524ba9cf973f324e63ed485546623753 1.57 MB 2,860 2
902,030 902,030 00000000000000000001bfd1fb9d3fd46762196849c4742b299305a00a126341 1.47 MB 2,347 3
902,029 902,029 00000000000000000000da7fb437c6fd366c6b21c6ada23fb2e654a9529d977e 0.58 MB 1,473 2
902,028 902,028 00000000000000000001329ce74bd12634b248ad10acb298fd7d57e92cea6e52 1.50 MB 2,338 3
902,027 902,027 0000000000000000000080a57460f09cad9f5fc5dce9e4d7f366779207b86fc4 1.03 MB 1,872 2
902,026 902,026 00000000000000000000b91bd44a4226311a1347f95576eb160148e36c7ab064 1.43 MB 2,995 3
902,025 902,025 00000000000000000002205772962115e2f84d152d4cb8d38eea5852d98ca85f 1.62 MB 2,718 2
902,024 902,024 0000000000000000000234e47d502ead678848e6fdd027ee6dd08346ae88cafa 0.72 MB 677 2
902,023 902,023 000000000000000000015aea4aff1714356171ceaef013434a7ee1c698025671 1.06 MB 519 3
902,022 902,022 00000000000000000000a595af49be2be07d55acf7cba675642e561d15a3fa8d 1.50 MB 1,929 2
902,021 902,021 000000000000000000006e9d0854e395b800487e6596a57e982222f71aa7356c 1.47 MB 4,955 8
902,020 902,020 00000000000000000000090c8cd5924944de3d6c76becf0b7f60c6ccba4e45c7 1.69 MB 2,022 1
902,019 902,019 00000000000000000000c58761fb29a395b040f89064150094351cec1b1f470b 1.98 MB 1,682 1
902,018 902,018 000000000000000000016aafdc44c6865df800201771a67e7ffdcaabdbec2217 1.45 MB 2,563 4
902,017 902,017 00000000000000000000707438a6c755b6fb6f440c7b8bf618e61d3ca430ce0a 1.19 MB 772 2
902,016 902,016 000000000000000000007941cc444112d88f74cfddd41c7c83ea7ae0eef49ea8 1.27 MB 1,238 3
902,015 902,015 00000000000000000001e0ac49e9ef7d0178630cf68b1f18cf1f5c9760e281fb 1.65 MB 2,524 3
902,014 902,014 0000000000000000000164a055b045870ed650c070e18334bbc4401f3cd04a2e 1.79 MB 2,610 2
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.19 GB sent, 94.19 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.