Memory Pool Memory Pool Refreshing

7,321 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (902,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,212 6,212 0000000052b0361fae7eb7b7612b34b7c8f13b3d88fb4046af83b3b0e9d2fc58 0.00 MB 1 0
6,211 6,211 000000006b282401107dde85409af86b2bea8e9dce3d824edb6e3bdd9429cd29 0.00 MB 1 0
6,210 6,210 00000000a6d82049de926fae94a37758bbb5c6ad8a301015b95b05cc096f0de4 0.00 MB 1 0
6,209 6,209 00000000b78bd41246d3bef0b842a8880f7f5c9913fc0efe24fe9a1609cd0e17 0.00 MB 1 0
6,208 6,208 00000000e8c79d2856b69431bdef722ba62ac6fd5eb31bd3dd4485d020c0b5a2 0.00 MB 1 0
6,207 6,207 00000000197cdc6baad2f16e42020aeabff0a4fecb9da955e9fc5d05b92e014e 0.00 MB 1 0
6,206 6,206 000000009e0f57bcddbafced11db614e839dba4a9070da7afb69ccdeb50b2cb0 0.00 MB 1 0
6,205 6,205 000000007bc8e919eee03106ec5c15b9e3f49ca6c33a67bfc70e9ec1b14a0d02 0.00 MB 1 0
6,204 6,204 0000000081d5a9f81b92293bd9233d5e2045c7299cc02c0847e80afce6e56e6f 0.00 MB 1 0
6,203 6,203 00000000cc7dbdb3bdab7a24a741932fe99f225c5ca7e2d03b2deaddd23664d1 0.00 MB 1 0
6,202 6,202 000000007680c0efe9e7875772f05e260fa3048a611ec70b31a39fc9df6db2aa 0.00 MB 1 0
6,201 6,201 00000000ce6f8700f60c1814cf727e5c05360bfbf87676f6cbbd8cc1c89c6d1b 0.00 MB 1 0
6,200 6,200 00000000670dfcebdfff4c8c0ef726645b0c51400b464b9f55c73e6377f160cc 0.00 MB 1 0
6,199 6,199 00000000276217ea9d792c820e08e8c9123e2979585194398d4118cfc7f7e6b6 0.00 MB 1 0
6,198 6,198 000000001294a1a6e85d6fa25d7e23bbd498e757e5dd8c1fbd00f877466e0879 0.00 MB 1 0
6,197 6,197 000000005ed7ac20fab32cfcc5640605a94bac1820d059cfd5103e55ad87f266 0.00 MB 1 0
6,196 6,196 00000000e4c24c8da149d97dcc84164563c4be3ba5842a15a8e3b737c63273e9 0.00 MB 1 0
6,195 6,195 00000000ef0252b53d373088b548ac267b1e2c7c2332a0e058bd0158a06310cc 0.00 MB 1 0
6,194 6,194 00000000bab04bff69b3da55677057033dc24032a154e3062ff626deeac5901d 0.00 MB 1 0
6,193 6,193 0000000008abaf6438eae0774ddfa647c468be573bc29b15cc246e7dc0f98f71 0.00 MB 1 0
6,192 6,192 000000000c0a5629d40dbcc118b268360d783c0794464efac2001c2c52a12781 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.30 GB sent, 101.94 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.