Memory Pool Memory Pool Refreshing

2,758 transactions
24.29 vMB
Show Random Selection Loading Transactions
Max Size: 98/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,307 (906,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,790 1,790 000000008d1094720ae4f22693d7b4226f581ca03a2295dde57bc242a264fe4b 0.00 MB 1 0
1,789 1,789 0000000009b35360c2046d14e4d5972fc1c41bc2c67f963bbb3497623c15f651 0.00 MB 1 0
1,788 1,788 00000000435237ec511b7921fbacd58e6362586ee6ed114525873e156bebe671 0.00 MB 1 0
1,787 1,787 0000000087bfb8261dc2f2d7b780d339455653078ce4adac50eb7cc5f4f4abd8 0.00 MB 1 0
1,786 1,786 00000000d326392707f91aea4c155dd4687fe459dc9016877c50b85d82049b7a 0.00 MB 1 0
1,785 1,785 0000000019e19aadf5f1ccc33809e8c779c32703f28e61200b7a6328d05950b1 0.00 MB 1 0
1,784 1,784 00000000c8b50f874c15e4c264544fa7488e956700bfaddcc23402f3674da724 0.00 MB 1 0
1,783 1,783 0000000030953d7744f4906c21c1ff46cf0913593319e0b0e42e07b11bffcb31 0.00 MB 1 0
1,782 1,782 000000003fe5373a8e99ba134df067f55f44cfdd29904fb71b6d86f69c209a0a 0.00 MB 1 0
1,781 1,781 0000000026c7079d0d3839cc1071227ae16a55ee2c52a2360bdd39c0774f0ee0 0.00 MB 1 0
1,780 1,780 00000000ab798ba558d898672adf688356cd75fde67f5a02342b196ba915fcc3 0.00 MB 1 0
1,779 1,779 00000000fd01351b7f07599e682c570bcf3f369249084e43a2603da1e6aefe77 0.00 MB 1 0
1,778 1,778 00000000317b4bb991241794ad06039987459a82d7ca05b2da9282e93b475f3b 0.00 MB 1 0
1,777 1,777 00000000963c8d5b2459cccaa6989d10f63eaae0c34366c451f2d9a2953484d3 0.00 MB 1 0
1,776 1,776 000000003944d8d27be5a7551be4360817580a9c8a7e24fcd4bd6c1cd3df792c 0.00 MB 1 0
1,775 1,775 000000008a21a11c739d3aa4ef2538253f229e196fe07a29a0200f18c6cfebc2 0.00 MB 1 0
1,774 1,774 000000001a42293b356c865ecdcaba9c85faab1c77fdc48198d3d3ca9dc8405d 0.00 MB 1 0
1,773 1,773 000000007cdf2f72eebf5eac4379316b576c858fe6274d0a8032f46e26e2c607 0.00 MB 1 0
1,772 1,772 00000000d79ca1994b80322b944426b607c9729f2651436a7a87a1cd1048ebfe 0.00 MB 1 0
1,771 1,771 00000000a5e1552a1ea5e75e7680eb205a8fc32849d4d61ca9826935e2e204e2 0.00 MB 1 0
1,770 1,770 000000006947fb1ec7bda93f3bdb54372faaea393807409c6c7cfa236da44c8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,695.30 GB sent, 98.56 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.