Memory Pool Memory Pool Refreshing

16,358 transactions
5.44 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,190 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (692,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,208 215,208 000000000000021d9aaf732e3193fea679356bba6056be441dd1b3973e811623 0.00 MB 12 137
215,207 215,207 00000000000000227eb0e934c1f73db00d32779981c6b36060e7940365b7e8ef 0.04 MB 108 136
215,206 215,206 00000000000003d03188decbf038bda8995cb1aafcb596a01df341ad412580ed 0.04 MB 72 78
215,205 215,205 000000000000012f4445cd4d67c4353e37ba93722d972a62e6224a3479ba445d 0.10 MB 177 134
215,204 215,204 000000000000044192ef28eee865bd462d322f01d7285f30e62006c4e08acbec 0.25 MB 574 161
215,203 215,203 00000000000002d1932cfb1b723bc798812647fa1e0196ef03ce6f193fde46b8 0.10 MB 220 172
215,202 215,202 00000000000003692d844c0e5e75e3a6008afa2af2d23fdeca74c8698915b460 0.03 MB 56 26
215,201 215,201 00000000000004af02a21df0090a796e3f2dc9f28440a4707de995485ebb7e77 0.20 MB 490 233
215,200 215,200 00000000000004cffd7f209e0db422a4a4a8273f89da60b8abb8fffe608d65cd 0.15 MB 489 201
215,199 215,199 0000000000000246b3e2278e2e4e79c799d94d50f04acd84180c2740f965f3c7 0.10 MB 311 216
215,198 215,198 0000000000000471af2858b74de429f3d4a12acfa9d96bb2296490ec52122d5f 0.14 MB 430 201
215,197 215,197 00000000000004c46e32e38a1a84b2d65d0f7b7a80975a9221aa4941c5a1b009 0.12 MB 383 209
215,196 215,196 000000000000005e23ac86c61b2589242292ee3c511c1892b4e51e10709b24fc 0.02 MB 37 146
215,195 215,195 000000000000055677165389b9ef84da93125c951ab7b96b634ccec92b0f2f7e 0.26 MB 660 118
215,194 215,194 00000000000005224e2aac6e721e8dfbf9514d8c1d052d9b8f60e4356cd6d16d 0.05 MB 126 220
215,193 215,193 00000000000002a4676774b67d04a1f2ffc7bb6396203be1c9d93573e1ec1be0 0.24 MB 706 218
215,192 215,192 000000000000029280f76691f693b87dcfcf3afda76febd0d4e9841d8292413f 0.05 MB 114 127
215,191 215,191 000000000000013fdddf5ddc19ebe5528cb3ead44f6c56db997d34b81dba5496 0.03 MB 102 178
215,190 215,190 00000000000002f84842e7fc6fce212fe3db49bc949d85595cd7fc46003fdecf 0.22 MB 629 251
215,189 215,189 00000000000001d4012c2d8529ca3b3eca44b6b53c0d177312105ff8d14dfd2a 0.07 MB 150 177
215,188 215,188 00000000000001354c5e1dbfcb58381365ca4e1cfdb148400f1f4685b7cb9355 0.14 MB 318 168
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, 113 incoming
  • Data Transfer: 1,624.59 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.