Memory Pool Memory Pool Refreshing

151 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 127 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (648,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,071 259,071 00000000000000061c045979233e833c9eb7b0246b7e81db8d9e9062804b684b 0.02 MB 38 69
259,070 259,070 00000000000000037a32a1e036ede6f5aae72d5ca1479e4eb0d3620ee35e4607 0.02 MB 42 86
259,069 259,069 0000000000000007d6b34fd1226b39175904e0f41ed641be57676876c9fd8629 0.17 MB 405 91
259,068 259,068 00000000000000059be801f8371a02c642b2109b498bf2c3394e9d746d363c76 0.07 MB 160 85
259,067 259,067 000000000000000455c3425b19fc3e4b9a7b7cc6ea6e631ecb48eff417276909 0.22 MB 555 96
259,066 259,066 000000000000000af59ff80b420a9e0b079ecf79bbc44299c1e3f0c21bf429c2 0.01 MB 29 73
259,065 259,065 0000000000000013042a2864f0912d6de2153d2557d93bb63e9cb255a2bd3a3f 0.17 MB 380 76
259,064 259,064 000000000000002320e2b954024d9f2c66cdf38cebc23a662b8d95854055e20a 0.25 MB 571 119
259,063 259,063 00000000000000233f944a520ee230791a54d0f5bddcd6c53dc629b8e8634e0f 0.07 MB 183 102
259,062 259,062 0000000000000021fd5174ce5564857963ab2d48125e1f73f66dbb8da9ee3814 0.12 MB 291 97
259,061 259,061 000000000000000ad02e6841ecabb90aae09272ccb38329890412bb4fef7508d 0.08 MB 204 87
259,060 259,060 00000000000000089b7766f59fc2b6f83ea9d9dcdb08367f8fae8474937478ff 0.02 MB 36 111
259,059 259,059 0000000000000024d9d8485318a252b76dcc3eedf9346512868d2d70cbfe2eb2 0.11 MB 281 103
259,058 259,058 00000000000000180385c6026a3f49de44ab0e5c05343cfe85254f0e64ef7cfc 0.17 MB 435 109
259,057 259,057 0000000000000025c7c00a867101d40fd1728d1812b029bc192ff154294ae08c 0.07 MB 147 103
259,056 259,056 000000000000000a9871951e38dce200af6b70b52e8895b6c3dd9b8f27823e12 0.23 MB 584 122
259,055 259,055 0000000000000013f937454928932438be3bf9c87ca0f9efcac0b891a044abbd 0.10 MB 206 83
259,054 259,054 000000000000001458e232cc08356b8e9eaa408fa36cebf426ed0b3567a82169 0.11 MB 290 94
259,053 259,053 000000000000000768d4ef453d377c2bc3ae2a46746129c3666d13de8c74e6a2 0.08 MB 166 118
259,052 259,052 00000000000000030e1ba70b84650694732a6393d0a2fa3c0505d951a1983428 0.01 MB 20 113
259,051 259,051 0000000000000005d683392a3cb1bf44a1f2aa1887bb24a2dc201ced859a5693 0.17 MB 348 94
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.