Memory Pool Memory Pool Refreshing

19,431 transactions
6.25 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (609,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,988 297,988 00000000000000005c544981ced6f20b7fc56600529137d04d03ba78a4e67d32 0.35 MB 162 14
297,987 297,987 0000000000000000059f479c9fa4b963384255b61fcfb2215952fe4d5d509bff 0.50 MB 777 38
297,986 297,986 00000000000000008a527edb85379cb0a1e8a28a390739ecb34ef5d472706c36 0.40 MB 184 16
297,985 297,985 00000000000000000c8983283e02e3a80587738362397b2b5575c2131fda07e9 0.90 MB 547 15
297,984 297,984 0000000000000000524ab98ed524876e68c1986c8b1f0ec0f9e44d862070bfe6 0.35 MB 1,179 78
297,983 297,983 00000000000000001ed11db9b310135ef2443e1e3936e4dff246f5f20327380f 0.35 MB 656 48
297,982 297,982 00000000000000007c22d2cf178cfe2f18b0873ab60d87db6d8f47eb640af5bf 0.05 MB 94 30
297,981 297,981 00000000000000002ec2992e1a1658dc9f16286c8b4e13129fff8ce1e7cf3b39 0.28 MB 470 34
297,980 297,980 000000000000000005a6b20aff778184f0330b019646868996397f9c268a5784 0.14 MB 256 62
297,979 297,979 000000000000000011ae3e0a99f18c7dd603445b1a48f185c4bd220f1febe59b 0.07 MB 128 24
297,978 297,978 0000000000000000826f1b097c11da60e2c817540b11d258b57a43115aabc82e 0.14 MB 197 63
297,977 297,977 000000000000000052b92d9243873c61b400a1fc6b787ddf38eada951fed0b83 0.25 MB 219 17
297,976 297,976 000000000000000002eb294ad00b80389a4aa39ae7fab222e5c7b815a1551d04 0.35 MB 906 49
297,975 297,975 000000000000000094c074581368ee848058c8dc30ff8011f1b74662765141e5 0.05 MB 128 63
297,974 297,974 00000000000000008614b60a404b533df45213213f318d49d56a6b47c0e3f212 0.34 MB 554 62
297,973 297,973 00000000000000004359919cedc0a6fa72881ca21a857f504fa579df91a06e54 0.04 MB 59 36
297,972 297,972 000000000000000045e86afe456b2c23907412238524d2349fe1f039c55cd0aa 0.11 MB 186 23
297,971 297,971 000000000000000096d87ce9cf8b64ebcc711cfd787dcb424c0081eef52d5662 0.03 MB 64 22
297,970 297,970 000000000000000036488e3bcb9d5a1b305aa4e1e689e47826d94aa59d5c5c4a 0.09 MB 182 28
297,969 297,969 0000000000000000635b3ac72634fd6d554e9be45b8efffae44d829e31b072e8 0.47 MB 71 11
297,968 297,968 000000000000000026957aae94fc03a3d8af53f2f5542fc26981e5b610b076ec 0.35 MB 887 48
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.48 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.