Memory Pool Memory Pool Refreshing

6,807 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (181,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
726,287 726,287 00000000000000000001fdf9eb602b9e7dabbcfaaf0b306371519d95026d5763 0.64 MB 537 3
726,286 726,286 000000000000000000074bac3a069e5d2c125424baa10d304059f58b4671ce6b 1.35 MB 1,476 8
726,285 726,285 000000000000000000068a59270bfbb56663f5b943c9301a273826d276db9528 0.91 MB 1,632 9
726,284 726,284 00000000000000000004e2f7e83be5e90df3cbca19682345d962a55d7166d4c7 0.96 MB 1,612 2
726,283 726,283 000000000000000000090494146405abf099e38dc82c199aec17e715b13c4bd5 1.50 MB 2,842 14
726,282 726,282 00000000000000000002acdff0ce9999992d0ea7833787cf7e069d9bc21c9889 1.46 MB 2,204 12
726,281 726,281 00000000000000000000b7451218349d7cd87f8a6366de52b34644a12e1ef7ab 1.40 MB 2,436 14
726,280 726,280 000000000000000000087ff04464d05e9be26d8a6e88e25435c5a77827444ebc 1.31 MB 836 4
726,279 726,279 000000000000000000033ce95cb70b8e86d9fd0fa5527c94e5853f61c4ffa1bf 1.16 MB 1,092 4
726,278 726,278 000000000000000000010a7bc5ae2d64a1d02e5d4a99f460ee74d337c1175871 1.47 MB 2,856 8
726,277 726,277 00000000000000000000ba2179ed078d05b70f5e19d76f7d8c2bceb4c206e5ea 1.72 MB 2,418 17
726,276 726,276 00000000000000000008a3e2a01a81ff23ca9143e0e741fb388145cfc68615e8 0.91 MB 1,190 11
726,275 726,275 00000000000000000006c20d391bc8f42cb5b4f7630d931132a570e6d045f37f 0.20 MB 304 7
726,274 726,274 00000000000000000007ed88ee1405c8ad528513f7c73cf2bf9f251b43188c82 0.10 MB 245 12
726,273 726,273 00000000000000000000760829e91467d00b7946d020cbd1d6eebeba7d3ec6cf 0.36 MB 529 5
726,272 726,272 00000000000000000000915ec1a103bebb76c2b57ef6ea26fc79f45bb38ffb20 1.73 MB 2,513 9
726,271 726,271 00000000000000000005fa941449f86c5403b5f8815f8e80d0b06d7b339d6979 1.78 MB 2,147 13
726,270 726,270 00000000000000000000dade983efc3cc00b3d55ba3207327aeb650fe979eef2 0.94 MB 693 3
726,269 726,269 000000000000000000022ceee6b97b696c0c6f1619d9cf42f3d857bfb8fc9a27 1.46 MB 1,673 4
726,268 726,268 000000000000000000030e43a1ffb41b2b83b15fa8380b163b2d009a9109e433 1.97 MB 1,940 15
726,267 726,267 00000000000000000004626afb87b7fa67dac93702d3981a4291909b5fe87a4f 1.60 MB 2,321 7
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.