Memory Pool Memory Pool Refreshing

4,863 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
908,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,238 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (58,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,201 849,201 00000000000000000001f3d2b9c875149201a54b0801595f8971b6c423f78ec8 1.65 MB 774 8
849,200 849,200 0000000000000000000300812b386787e5b391fe3e727e6858aab8f4c4217746 1.69 MB 3,599 9
849,199 849,199 00000000000000000001f3c892b53d576078c08ea542a76b03a2eae6a93298aa 1.46 MB 4,409 10
849,198 849,198 000000000000000000002dbcefbd356193e9d9aa3eab150de62477e1cbabb871 1.49 MB 7,107 8
849,197 849,197 000000000000000000035a3268b936cc959d49c911e1e4d8b551593f20d79747 1.62 MB 5,689 9
849,196 849,196 000000000000000000034a332d8d36ae00be021f677893fd418db2d68b1d3079 1.51 MB 3,742 11
849,195 849,195 00000000000000000002600e7c582bbbbe2463a977697179cb4c189a77378de1 1.68 MB 6,067 10
849,194 849,194 000000000000000000009c093ac5a87d1dbf4827dba52efb1d358962e03ee997 1.67 MB 7,011 9
849,193 849,193 000000000000000000030c1edd89284c1fa6c960b855737c58c9843a1c2c3831 1.66 MB 7,490 8
849,192 849,192 000000000000000000021e74139e95f87020528f341550bf46d9996ba7e09518 1.65 MB 7,018 9
849,191 849,191 000000000000000000016179040d35c3549ceb795de213e7e2cca9bb360daf3a 1.72 MB 5,631 9
849,190 849,190 0000000000000000000306d8b7e2c5a35deaf8d92397fb7032419f4cc33e9bbb 1.63 MB 6,026 8
849,189 849,189 0000000000000000000024ea7025ffefc0d027fa00d87651ffd965c9baab0ae0 1.71 MB 3,607 12
849,188 849,188 000000000000000000018baf7f0f07be5eb3bcf96e7f3087bc689e5e2092bc45 1.58 MB 4,823 12
849,187 849,187 000000000000000000005060514bb1c6b57f7cdb26bf4794ef195430c5172b91 2.31 MB 3,743 10
849,186 849,186 00000000000000000001594a06baac3c1a3d82c759ee57de0f109edd13abb688 1.66 MB 4,352 14
849,185 849,185 000000000000000000008d4aa1146caaa14575542305ba0a7f74ca50f9283bab 1.56 MB 3,012 14
849,184 849,184 00000000000000000001ffa506a016ebc3a49ba42d30475526473e4ec4f72bf2 1.50 MB 3,317 29
849,183 849,183 00000000000000000002bd8bfdbe81cd5b6da31d7940fe47d9cc4fd5a7ec21fc 1.58 MB 5,488 10
849,182 849,182 000000000000000000004471b47c2d53eea80d3fa84e5d3737658f9e4cc55e48 1.65 MB 3,586 12
849,181 849,181 0000000000000000000358f78e2ff514fe2318f2147c2f37180cce22d5c4eb95 1.62 MB 3,824 18
Previous 10 blocks ↓
Total Size: 769.71 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,677.58 GB sent, 96.45 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.