Memory Pool Memory Pool Refreshing

16,537 transactions
5.50 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,159 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (731,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,787 175,787 000000000000022102b13a73cc528a6c8143976aa0258777ff95121ea59c3d54 0.10 MB 148 81
175,786 175,786 00000000000008f794e67a6d8d6a288f472fce9fa86e7eae64d6d03b42070af8 0.05 MB 142 42
175,785 175,785 00000000000001c0d90a1e430cd3d16eff96abce122f666d2d130ab516e5641d 0.06 MB 130 104
175,784 175,784 00000000000007b4618e60fbb9d5916e304dee45f06247dc753cc8a11f2d527d 0.06 MB 119 212
175,783 175,783 000000000000025706e69af9ceca6dac38f1288e81ce4ace1506a02a5260d861 0.02 MB 26 276
175,782 175,782 00000000000004cfb48ac9642729bca6f12d0598144fc43ade1cbed46481974e 0.04 MB 124 50
175,781 175,781 0000000000000a9752476db5b77a91ece5226ef998a98723d8e9d94dcfa04c2f 0.06 MB 89 178
175,780 175,780 00000000000001b289880a6294cf27394b96082fa6e5681dc626d2602ea0fd0c 0.00 MB 6 61
175,779 175,779 00000000000006b06d66e5eee44c10465cf5dfbaee9b88351874dbb376af72fd 0.03 MB 103 34
175,778 175,778 00000000000000b5e3fe62582b038519b7f653c01e8e57c155d01038f2b10b74 0.03 MB 74 74
175,777 175,777 00000000000002787c43269e6eadb225f35e54e195b4f25851b4f054471d0746 0.04 MB 99 70
175,776 175,776 00000000000004c9f35a6beb6cb2285f521a410e6bba43d7ae9c294658af54ba 0.00 MB 1 0
175,775 175,775 00000000000007673518c296b78ecca45248a75aa181f653afbe43bb2f9acc43 0.04 MB 65 402
175,774 175,774 000000000000019ba7d0fb757c97c33e6f68c45debd27317c128099dfadad5c9 0.05 MB 139 130
175,773 175,773 000000000000006060f5dd709576774c6fb545c594b3b863cc97224e17cfc1e5 0.01 MB 17 72
175,772 175,772 00000000000001e6e4b28b33c3f9e29054fae5db4f1458105e361a2ff5e09598 0.04 MB 129 31
175,771 175,771 00000000000007571e7203157192f9e7e61ad25dfd82159de0986f3a5c5f34f5 0.05 MB 35 139
175,770 175,770 0000000000000a3438e468daa051dcc0654c820da570150ded537b5cb84c8ece 0.04 MB 94 108
175,769 175,769 0000000000000723784b5b957123db9633d5e5e27539ac83b45c21e661ccce91 0.01 MB 17 61
175,768 175,768 000000000000006c1401aa81713a92c97aaed63d0c05ea257c630ea186cc9370 0.01 MB 29 330
175,767 175,767 00000000000004765a3442aee03b41d7abb1c65257c3b39b33c584b1cfbaaded 0.08 MB 85 157
Previous 10 blocks ↓
Total Size: 769.02 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,624.61 GB sent, 93.00 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.