Memory Pool Memory Pool Refreshing

10,184 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (701,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,232 206,232 000000000000046eb48188efe1bdc4d9505b058ba0e3632778b341133c1fdf7f 0.06 MB 127 85
206,231 206,231 00000000000001a02a72826a0f8d4a334eff6a56420491067e040a92f544bab1 0.35 MB 671 297
206,230 206,230 0000000000000236a01e5ed293a9d33cab50dc151ef496d38242bf2f42e3bf8e 0.25 MB 504 194
206,229 206,229 00000000000002ca44d4515336534261e2e3ea2a1029fe485118e2c6deb02408 0.05 MB 163 139
206,228 206,228 000000000000040aa3ca3c2a11ee961195d899850a8ce46111c5e68d2526b081 0.05 MB 148 77
206,227 206,227 0000000000000347707304ae23694d487a1ac7b7e4be13928dc20b8f84566b38 0.13 MB 280 162
206,226 206,226 000000000000006aa3a9ffcaf39cc7d59922666802b0522f6d4d1c56f19ebfc3 0.38 MB 970 247
206,225 206,225 0000000000000491307a3368fafed57af523fc211f81ff01b979f9c527fbd625 0.10 MB 201 158
206,224 206,224 000000000000046e67106e7adac558880aafb248aa5bbbd35ad811d94763d0b7 0.05 MB 149 173
206,223 206,223 000000000000017f35056d7e73c28f31795ded8ec178a85b9c5b2fdb682613d8 0.05 MB 93 139
206,222 206,222 000000000000050c5aeb66960d9fe4a61df8b61930eb842bd603be4120b34270 0.02 MB 45 161
206,221 206,221 0000000000000163d1fa33d247368bd88b66fce13d2d8ad4d167332f605307a6 0.00 MB 7 16
206,220 206,220 00000000000000cfbecdafaeb087ab7dd1eaab5728f0d39aff43ac5561ada268 0.07 MB 85 90
206,219 206,219 00000000000001db6286a0517b56d410d6743ee3f1d9376f2c9ef132783d38a2 0.04 MB 95 165
206,218 206,218 0000000000000324ea5acdacd390c55cb8ffab1a465840309ee1478c71c6024a 0.04 MB 83 138
206,217 206,217 00000000000002108c7b6598fa22d6705118355489adcb1d25cc8ba036957a3a 0.20 MB 513 160
206,216 206,216 0000000000000237dcd683185c3511876b1b110b4e84d9c995bc2e1563ab42ea 0.05 MB 185 288
206,215 206,215 0000000000000368fc9e285543c31b9e21b5416d1b6e07536f44ca8730cfc1ae 0.03 MB 66 184
206,214 206,214 0000000000000315d02484b62c8644548a37425a5a8fcb37984f8b60e844c83e 0.00 MB 1 0
206,213 206,213 0000000000000256c085be777777e8506b4732d0b0907760273e13f97d9145a5 0.04 MB 107 86
206,212 206,212 00000000000002f18466347fe345bb8f714e63c527443e9eeaefd9fdf4204ebd 0.02 MB 71 115
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.79 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.