Memory Pool Memory Pool Refreshing

6,232 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,958 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (771,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,721 136,721 00000000000002e6e7186b5ac3f4e74908287e9f6cead4c54a0473a0566d7b30 0.01 MB 16 170
136,720 136,720 0000000000000379431f49dad76cef8323c74ef90034a0b01b87448ce61ad0c4 0.01 MB 21 196
136,719 136,719 00000000000007bca6947ce1756bfeb9e944baa9d307c4dc7b6029a550cf6683 0.02 MB 51 693
136,718 136,718 0000000000000137ba72d43ef5cb7a597a7e8ad8cf3c9173c1540e36758bbe67 0.02 MB 32 168
136,717 136,717 000000000000010d3e818a1b19c353f340e02746f3c35450652e2998e4a3af34 0.00 MB 4 129
136,716 136,716 00000000000004acf8f579beb24e68417df8628ac7216dbb1036b0adf4721372 0.03 MB 65 357
136,715 136,715 000000000000056751f5c07ec3bd64bc32935f11468df157f597716f8e1e6e5d 0.03 MB 93 40
136,714 136,714 000000000000097aa7de40971feb8e74dc62a13c489415320fcaae50042bdee2 0.01 MB 26 268
136,713 136,713 0000000000000696f7cd07c492f1824579168ca36417b4ba572345eb8b6da16e 0.04 MB 64 143
136,712 136,712 0000000000000111315afc030126a946e3daff3b48f485cd377bedc5d081b578 0.01 MB 12 140
136,711 136,711 000000000000030b401b65079b86e429b819409db0fa5d7aa817831cd640ac2f 0.02 MB 48 411
136,710 136,710 000000000000033835541f11f62d9c90e9b6c0f7935ed9e1efcc16d9aa09e56f 0.01 MB 19 458
136,709 136,709 0000000000000214aa17be51283a6e54bcd008af3b64f2249ff041007fc0922b 0.01 MB 19 488
136,708 136,708 000000000000024f08d142174de21819661935d469c8d45bfab25d82d52bed65 0.00 MB 2 0
136,707 136,707 0000000000000229e10f0280bc293ffa13ab909bd3e1ae453eba936508e13c64 0.03 MB 80 137
136,706 136,706 000000000000051249fd74cd89a85e116e4095d814cf45c14162a8a3b11b02ee 0.01 MB 10 203
136,705 136,705 000000000000007b33eef0c2ef3f2f48fe16fee169b0d426077bc9d511ed9c67 0.00 MB 18 679
136,704 136,704 000000000000097738ddf18063c33b67a4132ef161ec25b2b6026c8fcf20a876 0.01 MB 30 95
136,703 136,703 00000000000007e58c20e285014d4f0a4cb69fa7998d9fb6b50f825258714b81 0.04 MB 51 307
136,702 136,702 00000000000003ec04472de99f76eb146a244bd261c52a09b4a362eccceecae2 0.05 MB 97 383
136,701 136,701 00000000000006131ff35e7f259b16c56e23b4541f21e92f006692e623b50e75 0.02 MB 60 117
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.87 GB sent, 93.05 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.