Memory Pool Memory Pool Refreshing

3,207 transactions
23.70 vMB
Show Random Selection Loading Transactions
Max Size: 97/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,317 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,594 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (907,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330 330 00000000931292b665ecaadb744af46f877df2144d240e11e76f16cb1f6531c0 0.00 MB 1 0
329 329 000000000b9cd32f191a1b3538127a93726f0ed20a21871d962eff0d655a1875 0.00 MB 1 0
328 328 00000000a3ea820f0c258b8379b6f6c2ef0260e19aa78f60aae160caf2a8abd5 0.00 MB 1 0
327 327 00000000704779006e444bbfb928cd324da7c62685e7b4f120301e3ad59be0da 0.00 MB 1 0
326 326 00000000197fab9874dc712a61ca3a9544c9919e299d030851c978bab2dcb4e3 0.00 MB 1 0
325 325 00000000b4e2799499c9e64dfbe13fc772be5e9c1eb284eac1b501710fb48ccb 0.00 MB 1 0
324 324 000000008c503c6c56dfee6a4ce1091875c8d7d9defe2c72f9eb5db0454f00c7 0.00 MB 1 0
323 323 00000000900d1e70b9606b562b92b62c0dafb82e14068aef08f0e5694fd433d4 0.00 MB 1 0
322 322 00000000d79d0587bc2af68c3c51a43b22b6a7f274f488377187985641d4786d 0.00 MB 1 0
321 321 000000007ec3a2daeb2fda267d4c5520c5588aac135aae9e5f01eada28e15d6f 0.00 MB 1 0
320 320 000000003f100bcb2790fbf45f69b6825094d75adf5ae9dbf8f4072fe2ff2ea7 0.00 MB 1 0
319 319 0000000062a9ed638b7297dcb39d7fafe4f5185f2777269f4f9cafa3560da318 0.00 MB 1 0
318 318 0000000074072a95ca7158d9f16a349f9b70f5ac67a2b0a5ff3d2753663d3784 0.00 MB 1 0
317 317 000000004929d251b3802ccff6876d044ac68e0bedd37edb2ac735f771ffb04a 0.00 MB 1 0
316 316 00000000790a957603fc7b301dfca1c8dd93837a6af49c87c85119e9335478ab 0.00 MB 1 0
315 315 00000000a165e7fd7ed07f753fea6acda46f374003c7acf3e0fc508b65376b6a 0.00 MB 1 0
314 314 00000000c1d6c5079f4f15ca5d70c4e2726a0cbadb7af5e846259dbda57fab70 0.00 MB 1 0
313 313 00000000d9d81a18ab18a373998df7230e8248d077612a6ac6f947cc02900889 0.00 MB 1 0
312 312 000000007dfc6054330e1b046f5f1aae82f5ed04097809faba5ca0aa9e91e35e 0.00 MB 1 0
311 311 000000006dafd39a923d401a734f4654489b8194459aac53ab52493776f7d031 0.00 MB 1 0
310 310 00000000ee59cb43445c8e4533582ef5a1b69be6a23eb496efc1cc6767b994f7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.23 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,701.00 GB sent, 98.63 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.