Memory Pool Memory Pool Refreshing

5,324 transactions
3.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,810 (190,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
717,248 717,248 000000000000000000084b1a4a8897c89a47f9e786343a903edca9d8cc9b9d8c 0.38 MB 572 9
717,247 717,247 0000000000000000000909f6076f3508d29e7ddedefce6890d6631ab341e0d5d 0.59 MB 1,201 11
717,246 717,246 00000000000000000008f2efc6ebc5e1daec9f3bf13228335a4ea4c3fe72e321 0.71 MB 950 10
717,245 717,245 000000000000000000041cb2311ffa8d0f2e5d3dfaad2fd54fae57e6b37efd80 0.03 MB 63 6
717,244 717,244 00000000000000000003d6444b435fe18cc7ccd96b472a6c297daf8d7e7d3d10 1.13 MB 742 4
717,243 717,243 0000000000000000000a3483dcd26f10ff6e1f07afdd085218d804558ff331bc 1.55 MB 1,849 8
717,242 717,242 00000000000000000007d97fa9930430011be0120f1d9381cdb14127f8fc1c89 1.48 MB 2,219 12
717,241 717,241 0000000000000000000086b261daaed5d3fd58005bda4e614ac3af885bffa78d 0.97 MB 1,031 8
717,240 717,240 0000000000000000000372e63b88bd5e82d8dbc270aa112f07a5c317a9f6a781 0.66 MB 575 7
717,239 717,239 00000000000000000003e5bbf1b3c3d444e2db5192bc928f61b6669683528b65 0.05 MB 103 7
717,238 717,238 0000000000000000000057a39008dea76dec77f56394556f785a345c80c348ca 0.28 MB 340 7
717,237 717,237 00000000000000000006e67dadeaff5a15032ecbda1230922d401740d84e1f86 1.34 MB 1,008 8
717,236 717,236 00000000000000000006513c81cb382eed16a1b4866693d8a45b0ab91d09cac3 1.40 MB 1,841 4
717,235 717,235 0000000000000000000aa3f8c025e700b7aab5ab6a234bdd3d2a9b106bc5491e 1.64 MB 2,205 21
717,234 717,234 00000000000000000009bf44278f2b9d60fdde3b64537eea5ae576bc0d85810a 0.08 MB 98 9
717,233 717,233 000000000000000000051c02d6c9462e9312846cf48ac11dbb632f2b4f38a77f 1.16 MB 1,667 2
717,232 717,232 0000000000000000000419ccb0f6d538c4494775ab4dd808cd140924d18a71ba 1.28 MB 1,319 7
717,231 717,231 0000000000000000000b8a780b6057619ec82c1e5e8dfed1a6cddefddb9a1858 1.46 MB 2,639 7
717,230 717,230 00000000000000000006442a5a71a03d08898097a0756adaf922735bbdb789fc 1.54 MB 2,894 20
717,229 717,229 00000000000000000003b93394cd3ba1111943d3e1bc23c803c3d9d7a53e4cbe 1.49 MB 2,870 17
717,228 717,228 00000000000000000003b197bea6880d26d5c116b6001665270502426ccb8bb5 0.73 MB 1,012 8
Previous 10 blocks ↓
Total Size: 769.18 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,633.64 GB sent, 93.87 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.