Memory Pool Memory Pool Refreshing

8,634 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,760 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (776,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,216 131,216 00000000000005dcc00fd0dcfae39c0bb4c3a51659cab115ed92ff622e172a3f 0.00 MB 16 543
131,215 131,215 0000000000000732369da8f3b4837670814e950f435093500d57a03c51059016 0.05 MB 118 547
131,214 131,214 0000000000000f3ebf55696c7871cbb89e5e5eacadec30565166682873bc5b1e 0.01 MB 29 1,369
131,213 131,213 0000000000000d044ff30576083077456c5f85739dd3d1c3c781adda85a77dc8 0.05 MB 128 391
131,212 131,212 00000000000005fcaa9f87b0ee3b934f98a1098371571aa257da05866b88b0ac 0.05 MB 149 109
131,211 131,211 00000000000004fedd91eb69a9952110124e7e46079bb8b25eccdde2365534df 0.05 MB 155 63
131,210 131,210 00000000000003940b93d2bab028822165a63f14a11a94c750566bb3d281ebe8 0.05 MB 116 528
131,209 131,209 00000000000000eb97149771cb9595755608e828b9593a8186ffd1e730669553 0.02 MB 18 1,397
131,208 131,208 000000000000105d15168d8ef5f02d9d00ac0153dba6bee69a1caa3685fe74dd 0.05 MB 43 145
131,207 131,207 0000000000000912516ca1916892af82a38a9d005774c72d775f4efe00140a2e 0.04 MB 82 1,080
131,206 131,206 0000000000000cbcf20d1e41b0a4ca167221b2d086d378bf637c11d7dd28afd5 0.00 MB 10 699
131,205 131,205 000000000000037f60f805da76d2905fb55372d359871406d3930222d791b07d 0.05 MB 153 225
131,204 131,204 00000000000002e4ddd5e41587cd6a1cf6e8bc64a39dd815c0c4bd26a440d5ad 0.04 MB 86 1,074
131,203 131,203 0000000000000d97579383029538dbe6f6fd71a6fef3102b7c8ced6befb1810a 0.02 MB 59 1,129
131,202 131,202 0000000000000e8192b9ede35f680446e7dc21aedeb0eac5f7b71cf6450b8bbd 0.05 MB 153 291
131,201 131,201 00000000000000c7d069164c8820c3a4093adc063d9b32e66cf8a3cbd5b1b039 0.05 MB 125 178
131,200 131,200 0000000000000b7542b05601fed20f0ef46895d8b4ee54091a8d49db759283cd 0.00 MB 13 312
131,199 131,199 00000000000003791a4c4d8625de487e40aa20cb9cf1407a4c847d16807a7a54 0.01 MB 27 1,061
131,198 131,198 0000000000000030621ce3f47dfbddc6800e983a71ede8f7961e371345b6b5b8 0.04 MB 97 522
131,197 131,197 0000000000001222a1cd47b5802786902ac5834cf2a1b98504af5fd44257e008 0.01 MB 30 966
131,196 131,196 00000000000005935ab7efdd3ce2aa472a6b36ab21d271f26f312d77e83abd03 0.01 MB 17 411
Previous 10 blocks ↓
Total Size: 769.31 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,642.79 GB sent, 94.50 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.