Memory Pool Memory Pool Refreshing

3,079 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,727 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (3,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,882 903,882 0000000000000000000179ec2b0078d64f49045bce3cc6b1fd5a83d1417ba053 1.52 MB 2,501 3
903,881 903,881 000000000000000000017e71733448d2c8e2f4c08105d97f7c1868acb4acc7ba 1.38 MB 2,636 3
903,880 903,880 000000000000000000022325e9c642b40caad710cafdc942762ff41abd110bde 1.89 MB 2,861 1
903,879 903,879 000000000000000000025aedeed8ee17367b6d40226fb9d6d2b184cdd385d507 1.69 MB 1,777 2
903,878 903,878 00000000000000000000bc3dd85a66dfbaa293153e6ebdc5b924166d6050f80b 1.70 MB 2,317 1
903,877 903,877 00000000000000000001a3b4dc71f536d03226f98d59e031cab40092b5179ad9 1.71 MB 2,121 2
903,876 903,876 00000000000000000001d6dc4997597dc8007d6f6007ae3b46165b2eace63adb 1.02 MB 182 2
903,875 903,875 0000000000000000000259615dd5121d1fe794413eff01e7650902554f068f23 1.54 MB 2,387 3
903,874 903,874 00000000000000000001c9c55bfd2cbf62a2c91baa9322c7829aa94f797fbb11 1.33 MB 2,046 3
903,873 903,873 00000000000000000000c70b985af528180b2792e79ab4f97be5e19850c38e66 1.62 MB 2,890 2
903,872 903,872 000000000000000000010efe5987484ff81ede85c2d3b92717c55a98dcb5f648 1.55 MB 3,703 5
903,871 903,871 000000000000000000006f435169cab9807bd65d7fc7dc2ecfff4c2504d11e57 1.68 MB 3,151 5
903,870 903,870 00000000000000000001385c4b55318a81f8d492e7eb08870b8028b1aa94a94f 1.66 MB 3,220 4
903,869 903,869 000000000000000000014a8f1551f3eefb1018a0ec0ad8240c779eee4aea0524 1.22 MB 547 2
903,868 903,868 0000000000000000000190262e873b535bbefe31b409e8b124a7847136a64109 1.63 MB 3,876 3
903,867 903,867 00000000000000000001a14e68f1674c58bd54af3e038fc0fa9d930639b35e43 1.49 MB 3,333 6
903,866 903,866 00000000000000000000104ca4bef00f77c0137a7a545e19686b89c2c1275319 1.68 MB 3,673 4
903,865 903,865 00000000000000000000f51a03e124f01231cdc5238f9326e2cbf6d1964d3b98 1.61 MB 3,547 3
903,864 903,864 0000000000000000000138efb6ae80b1695911a3a2421204235c304be12eafe0 1.62 MB 4,141 4
903,863 903,863 00000000000000000002037d2d94fcebc9d45d9228273aec45f89d49656d9136 1.55 MB 3,442 6
903,862 903,862 0000000000000000000084583df993b9542a79cfe26adaf1e9ab13bb66ffc78c 1.44 MB 2,951 12
Previous 10 blocks ↓
Total Size: 769.05 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,627.44 GB sent, 93.12 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.