Memory Pool Memory Pool Refreshing

3,117 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 3,101 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (477,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
429,809 429,809 0000000000000000049afe017714187d9be7c8a9b7e459720aabf3052aca7183 0.99 MB 289 8
429,808 429,808 0000000000000000015067f507c6018dbc9cb0c2f1ca50c68a63a4300cf01640 0.78 MB 858 37
429,807 429,807 000000000000000001be0337145cdb3f666dbee25d94881c7e2b9bad56c14139 1.00 MB 1,453 31
429,806 429,806 000000000000000003aa98fbf8c4e2bec23b909b23db659222abb5f164553b82 1.00 MB 2,275 71
429,805 429,805 000000000000000000bdd19cc2eb76fb1cbf3740f413c3c149ed07ef1650890f 1.00 MB 2,375 54
429,804 429,804 0000000000000000041168a3590befffaecd0b9e318838d1b66dd3b37cbde9d6 1.00 MB 2,195 79
429,803 429,803 0000000000000000041f2a535ee36c578fa10929bf0d0941bb3f12a23a4f3fde 0.99 MB 958 24
429,802 429,802 000000000000000003958a93747e21bf12d119b4c7365e4400d1fa0de99215cc 1.00 MB 727 19
429,801 429,801 000000000000000004cfdcb095723b1e51cc4bbf8626acab8e2713003e4eaf86 1.00 MB 1,571 33
429,800 429,800 0000000000000000049910a2c2fea9fc6380f4229567082d5f9ef928cc2dcc0b 0.82 MB 967 28
429,799 429,799 00000000000000000318de112c80d48f7e74a2cccbe6aa5d2cb2e8db66027a40 1.00 MB 2,043 45
429,798 429,798 0000000000000000025dd644b727cd493a6789a816f251179de85511a08796c0 1.00 MB 1,615 47
429,797 429,797 000000000000000000adad7a6f8b97d670a50f13d8e29f93418a22c1dcf763f9 1.00 MB 2,830 78
429,796 429,796 00000000000000000451bbebf7de3adbe9a2f0c1a580c0f74120db1f10e46b3e 1.00 MB 2,841 69
429,795 429,795 000000000000000001432c3de69c55ed30fa67ed33fff6ca5b8abc7f08784614 1.00 MB 2,883 78
429,794 429,794 000000000000000000bc3fa508bc78112aa19283f021915d72f2ac366f9c081b 0.48 MB 1,036 61
429,793 429,793 0000000000000000003f1e7a0ad74f8d68ec4a44f23f17d5ef1ef2114189ae05 0.24 MB 472 51
429,792 429,792 000000000000000000faa6c95be4e47d3b8d9982455671a8344865543dc30efe 0.71 MB 1,591 59
429,791 429,791 000000000000000000bcb344797e69a29e0e4fe7886ffc35971db18d719e646d 0.97 MB 416 26
429,790 429,790 000000000000000000dbf2403ed6a4cdc984ed61d85d70187b3096457b2840f7 1.00 MB 1,715 42
429,789 429,789 000000000000000001f501e02c467cd382acf45b7eca62f75a23f0c6c15089e9 1.00 MB 2,444 60
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.64 GB sent, 93.64 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.