Memory Pool Memory Pool Refreshing

2,714 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,685 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (704,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,135 203,135 00000000000004d97a90c771212bd0daf91c855a24ef770a0e09be8f7fc05da9 0.00 MB 12 15
203,134 203,134 000000000000051dd06f2c9d9b695e887d4c0469a7bf578d076f5e8b9002f08f 0.16 MB 448 185
203,133 203,133 000000000000033ee4a2622d98131be83c3096155e835498c4f314009cdff142 0.13 MB 298 129
203,132 203,132 00000000000002db0a5356ac3b1133c208b48ce78b13e64c61024973f1af0cf7 0.05 MB 113 104
203,131 203,131 00000000000000f98444d6b1fba5724bc25a8feb492e98a68119968fe1a0faa6 0.17 MB 386 122
203,130 203,130 000000000000042d9ad5ca0078356134781c97f62c65118e2c11dfeb2d439ce3 0.00 MB 10 186
203,129 203,129 000000000000047c652a104732e770a2f7c27b048338f16d1a68693ddb0529a4 0.02 MB 51 151
203,128 203,128 00000000000003f0152000d8de2dd1bff6e599ce40710360a89c25b33b8dfcd1 0.16 MB 343 97
203,127 203,127 00000000000004f4e5ea137d52f05d8f0a8e9e50f11b87ae61f2ebb98cbf24c4 0.09 MB 275 268
203,126 203,126 00000000000000ec29946c6ae646d69d28dc24783bb60217eaebc195d0b8a0b5 0.04 MB 125 49
203,125 203,125 000000000000051f6d46c22c09ea671ab1535fa99903a95271dd06bfbb6671d9 0.02 MB 51 150
203,124 203,124 0000000000000056e4eb8e256f916ef5ea70be57ba4ccbd094ba35504036392a 0.02 MB 33 77
203,123 203,123 00000000000000e585cf5b79665c4483167fbdfb81e856ca42a31a80ab7fba91 0.03 MB 33 689
203,122 203,122 00000000000002d59666dda76cd8631c21bec750d0e57272dd625eb187b333cc 0.07 MB 118 82
203,121 203,121 0000000000000005744f364d1a264f68d9fa23ca1e12d26b1716e79ef0ae404f 0.04 MB 77 90
203,120 203,120 00000000000003125acd09b8237a343e642ada4487b2be61fd5e10c081bcb09e 0.10 MB 212 127
203,119 203,119 00000000000004177e37c12854e25d4f6044776db78e08e92ee84380cd4d5c18 0.10 MB 211 119
203,118 203,118 00000000000000d8aafe527d2533e3f0fa34da51f8dcf75ac3e4337bf0e2022d 0.12 MB 296 77
203,117 203,117 0000000000000532cde4d4728a62e048707fe35e7c705e7d45c2c0a679ff1a59 0.16 MB 322 90
203,116 203,116 0000000000000212ae6e037e1e2cce53977f056b2872950b226dd55bac8476a6 0.09 MB 158 87
203,115 203,115 000000000000019342b279d8e415cdaeb1526efd461060144b11ec1063e86ba5 0.20 MB 420 139
Previous 10 blocks ↓
Total Size: 769.05 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,627.43 GB sent, 93.12 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.