Memory Pool Memory Pool Refreshing

7,910 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,834 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (764,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,618 143,618 00000000000003641e007114994d3ad9a2a99b1fec952002304116dd88e48b61 0.00 MB 11 17
143,617 143,617 000000000000069d6105038cdd50f5ba4d31372c638c2a9ad1a0a158cb447f3b 0.00 MB 10 0
143,616 143,616 0000000000000121c93384dd1e4cad25e06d20416e10fae7dfb176a02188dff6 0.03 MB 79 349
143,615 143,615 000000000000076f0cbc33e02bbbac3a1d18249cca5fff460f7849da75221549 0.01 MB 24 140
143,614 143,614 000000000000010e18a21401ad9295232970195900394da349f96b37cd9da09f 0.05 MB 167 167
143,613 143,613 0000000000000952b6332814360eaec6ca6747a27c71713c34759292775555f2 0.02 MB 22 66
143,612 143,612 0000000000000821afd974c2c599e43c95f7b630cb64cca9b20869ec35a40bd7 0.03 MB 117 35
143,611 143,611 0000000000000409c8c7eca060c224d2e5e8b9b717f36c72bb9b16dc53f0877e 0.01 MB 26 794
143,610 143,610 0000000000000126f9d86d724a9139413c2b5159b220ffe4e7e9d27aa2c81b48 0.02 MB 49 129
143,609 143,609 0000000000000196d31a18cf2e83edc677f6922be5b2328338062131aed03ccb 0.00 MB 10 48
143,608 143,608 00000000000004e2e7b8f7ca7c86b1d3e9fe6af6f871032340559650f9b28681 0.01 MB 14 277
143,607 143,607 00000000000003531a705ee540b383f07b939cb2010ddcfba428702e3c8aeeb7 0.02 MB 49 81
143,606 143,606 00000000000003977aeab238d6d0b9b31bf87a5373cd3b6d915f27365f0ae495 0.01 MB 13 58
143,605 143,605 000000000000081014ab2b4015d522934b376dcc54d3d3ab3dced36fdb6f71d4 0.02 MB 51 251
143,604 143,604 00000000000006b5626877cc854c521e5aa5dfa7690e0fa61a009ed059e16f2f 0.01 MB 29 197
143,603 143,603 00000000000006c9f6522e95e88c2e12ce5c0f21c34548f29cbf3cac3f49b898 0.05 MB 154 97
143,602 143,602 00000000000005d089ac84a54e3e5a996db25e1ca56ba7b6d45513021a27b326 0.05 MB 72 426
143,601 143,601 000000000000012f7d2eaeba6ff1f75d4c2f3c9097e459a7244d50d9776be815 0.01 MB 34 36
143,600 143,600 000000000000076d6e1c0fef188ae125e9860a5acdb4d8aa03d5a4c58970b3cb 0.00 MB 1 0
143,599 143,599 00000000000004da87b66880ce29a98802608c35df32e78496935be3d281df35 0.00 MB 5 85
143,598 143,598 00000000000001e1a26ba007fd2d12d07907c91e5b61880466db8a2504bffa04 0.00 MB 6 731
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.80 GB sent, 93.04 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.