Memory Pool Memory Pool Refreshing

8,136 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,294 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (176,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
731,294 731,294 000000000000000000059d60ec31f9aecd0bf3af8b33e666ac4915894d6111ef 1.28 MB 1,701 6
731,293 731,293 00000000000000000001c7951b5c875661129fd09265e9ffe86c9c450a2c0daf 1.51 MB 2,645 10
731,292 731,292 0000000000000000000118774905ff2b8dd2e434c1bb58129e6c41b5944d8d4d 1.36 MB 1,010 4
731,291 731,291 00000000000000000009a5308fc443d1fde1b624a9dd2bb9ab9a902e0ed0909d 0.03 MB 85 12
731,290 731,290 000000000000000000018e59467d9e894956d9905947bf96289064d77701a705 0.28 MB 418 7
731,289 731,289 000000000000000000045a644d1137c77aab7750d00fe81ad939093edb26dd97 0.64 MB 1,376 8
731,288 731,288 0000000000000000000607740a741707fbea6353509ab1d33ff00d4b433854a6 0.65 MB 1,294 10
731,287 731,287 00000000000000000002f175ff7023e970af5bff5f9771d31732c7a1db13b259 0.22 MB 448 6
731,286 731,286 00000000000000000000e6fa86c4d5f67e7df20785b623c68c18d59306534b01 0.71 MB 770 4
731,285 731,285 000000000000000000010c78f0e58741f37df3d7925001f3146ad8ae460abc42 1.36 MB 1,890 4
731,284 731,284 00000000000000000001b8db7b4c0030f78a725f1defecfaa8bef773ecad2e00 1.46 MB 2,861 7
731,283 731,283 00000000000000000002f99927494501ee0105d8386142439d7836f54bb4787f 1.53 MB 3,326 6
731,282 731,282 000000000000000000020ed88f4a6e8764546a1347be3c4b82f9e2644d7f7fee 1.45 MB 2,986 26
731,281 731,281 000000000000000000052f104de5dd0d2b35a92aff386049a17c4891139f063b 0.55 MB 1,042 8
731,280 731,280 00000000000000000002c1c150ec96f19785ddd3222b1733be64af143dd234cb 0.42 MB 415 6
731,279 731,279 00000000000000000008850ce4fe29d3dd8e7bd33f23275dc847d4cb33149435 0.02 MB 71 12
731,278 731,278 000000000000000000051187bea020d0dc29dba6f06f14c451ee5207efb09103 0.48 MB 747 6
731,277 731,277 000000000000000000000b51f645128c3d592c2df61c5ea0d26b727b51f7ea84 1.56 MB 1,507 3
731,276 731,276 00000000000000000007f1311343a14fbb81a0e281293b5a89ba16600bab7159 1.55 MB 3,280 7
731,275 731,275 000000000000000000061fda9d391b12dc2109fe6c80b2e32600774b958dca7f 1.53 MB 3,158 8
731,274 731,274 00000000000000000004ceb96070bdbbf21986ce75fcc2c959fdc8bb60502b84 1.39 MB 2,836 13
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.