Memory Pool Memory Pool Refreshing

3,541 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,540 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (182,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
725,442 725,442 000000000000000000055b5a08d64ba441fa5485b55a025e9f2faa25c1619b7d 0.48 MB 957 7
725,441 725,441 00000000000000000008992524b68713a4ebc0ac4c5b72b6cdf13870336146e1 0.89 MB 1,559 7
725,440 725,440 0000000000000000000714be2866416eff2cacfbfedbdccaf6c28e7c40493ae3 0.11 MB 235 12
725,439 725,439 00000000000000000005a835acd276a77befdbc89909f0fef855db5494c8d40f 1.04 MB 1,924 7
725,438 725,438 00000000000000000005d0c32d01fa0f34a695c6d1caedefe204b01745951635 0.51 MB 941 10
725,437 725,437 0000000000000000000921dc9095fcbc4b3d860ecb304a7cb6c9600a68da5afe 0.39 MB 728 2
725,436 725,436 000000000000000000077779c358635398182f297aa6fa054b805863a5da3849 1.62 MB 2,839 5
725,435 725,435 000000000000000000020d90ff0661356caa07e80777c44f1b27b558c04f7529 1.51 MB 3,239 13
725,434 725,434 000000000000000000007840f784259c25d21c84fd916732f5800fe903861647 1.45 MB 2,621 12
725,433 725,433 00000000000000000006891cebda86e4cadabd3b09bef05e488609f9ac38fe86 1.00 MB 2,006 8
725,432 725,432 00000000000000000001dce000509c2c2dce8e943882b5d967315a56bb755af9 0.93 MB 1,763 10
725,431 725,431 00000000000000000002ddb5bc099133cd4fc1850668642b64b548de80ae4d60 0.21 MB 354 13
725,430 725,430 00000000000000000006801a7cf55d18aad5698c8451e0c47c3f01d12d396f06 0.83 MB 1,456 7
725,429 725,429 000000000000000000044e09b7f918fc35d78f40baca9f76a0b1325a42b0b797 0.12 MB 235 1
725,428 725,428 00000000000000000008a89cfb94f32541b9e4bf03db32544156f48814cedb48 1.29 MB 1,665 6
725,427 725,427 0000000000000000000603f4a7ae4727544fcc4ffd58e4027605b0e8d16dbd82 1.27 MB 1,004 5
725,426 725,426 0000000000000000000133b71fe07498f86bc5748b01cda1c01e0ffc4cec4840 1.50 MB 2,348 10
725,425 725,425 0000000000000000000163641e31bb0cbc88d4ab52e4f7287cea50b21d80b3e6 0.82 MB 1,576 9
725,424 725,424 00000000000000000000eda582a542b99d3a367b1117971d44a5f4d03a3eab32 1.45 MB 2,631 5
725,423 725,423 000000000000000000056db71df91b414c0a19044ee1149e31dc82ef42689d64 1.51 MB 2,929 10
725,422 725,422 000000000000000000019dc7ed9b56e132b3d1b2a03b0186a7fd7f87380bdba3 0.67 MB 990 8
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.