Memory Pool Memory Pool Refreshing

414 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,861 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 386 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (806,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,658 101,658 0000000000001b69c7b30952e719b4fe9f84eba8bf28c0c5c8d2e36f40e03ef9 0.00 MB 14 0
101,657 101,657 000000000000decae3c2202f6c1eb330d0d9b78e679f14fc5f73b5e2345f9076 0.00 MB 14 0
101,656 101,656 0000000000029c0519401154b51d8418eb42915fa7b7fd31cbf61a33067369d6 0.00 MB 14 0
101,655 101,655 000000000000011a42b9ba3f55c7eeca8f6d022a1fd8d3e799241802cb4a3f0d 0.00 MB 14 0
101,654 101,654 00000000000103dc460a89a8f57f4fc46252fa1e069de77651a95dbd371fe7c0 0.00 MB 11 0
101,653 101,653 0000000000007a5a51166a58100751f88e59916309ff2054fbb4f4148c7e22f2 0.00 MB 11 338
101,652 101,652 000000000003936e25784833e8d414d9c19e95ee8acb15ac02b626a82dd8e930 0.00 MB 15 0
101,651 101,651 000000000000f6803e3c91c42658910a16fa628e6171a8d5fc633f32d3299ed5 0.00 MB 1 0
101,650 101,650 00000000000342f25214d4e63b1ae30e4ac9d94210d5a431555003777d78380e 0.00 MB 9 0
101,649 101,649 000000000003f8d9176a233f4517eb5cba685f0a80e21e2beb2bcf35c58d9a84 0.00 MB 2 0
101,648 101,648 000000000003d9f3d8f2e92c1522fd4285ef7179e859f5380f7974790ddd30b8 0.00 MB 4 0
101,647 101,647 0000000000036042d0e8dae5c198638d5e62d8431a45a4ad888741806b4dea29 0.00 MB 11 0
101,646 101,646 0000000000014d717db096cce922e70457a0f014e5da5715d7061117953ee1d3 0.00 MB 12 0
101,645 101,645 000000000003f4c48634625bd804dd5b0a3d2a922f23acc0a205a9a3c20f9beb 0.00 MB 3 0
101,644 101,644 000000000000427426a0e20eb66c308d70dc834d82cf720ae785ad34e3b3bf22 0.00 MB 1 0
101,643 101,643 000000000002c2dd029f1f26729cea6e4e65bf8b0b07af932e897d52883fd6f4 0.00 MB 5 0
101,642 101,642 0000000000031a3a8c76ad520be2d595067e3b0efb98142f3faa1b2c0b525d6f 0.00 MB 4 0
101,641 101,641 000000000002b7def1c138ce5172ca6ada06ffb0c2dec9fa2f696e500fc73a29 0.00 MB 4 0
101,640 101,640 000000000001aa5860b4459c1fa1e5fd7f4f147bfd5c2c675e69e88d0cc17c59 0.00 MB 5 0
101,639 101,639 000000000002916af1470ada6fed15b23cc04b9ee9220ffc0a4deae49b5b89b5 0.00 MB 1 0
101,638 101,638 000000000003aefc5f312d6e864cc7ce217bcf238baf59f4445043eb8f0cb100 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.