Loading Tool

Explorer IconExplorer

Memory Pool

28,877 transactions
6.37 vMB
0.04627711 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.57/200 MB

Candidate Block

Mining Attempt 6106e8e2c6d3603d0bad1680f92ddde6d4d33a7a54365cd0afd623f1c2ead4de
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root 860221fbc4816be4b84f04b7da4a25e244a4eac2326664e1f5ada2713590d5a5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,362
Size: 0.97 vMB
Total Fees: 0.03196662 BTC
Median Feerate: 2.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (707,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,254 205,254 00000000000002ccd5693335673973ca236675024e0c39c9e32eecfd31bd8dc5 263 0.12 vMB 211
205,253 205,253 00000000000003e2e1e95c3063723350d02fa8959306908138b281790ff22d2b 32 0.01 vMB 208
205,252 205,252 000000000000036e2227cd3a359c35514be25b2d97887aeb46e8a209e4252ccc 21 0.01 vMB 202
205,251 205,251 0000000000000064418d6f3fc923edac55fbd78b93c89b7e54a77f07bfb40a0a 35 0.01 vMB 200
205,250 205,250 0000000000000260d7d9a44c8ec9571a3cb7ce91abe3ac0364c31a5b7cf3beff 38 0.02 vMB 103
205,249 205,249 000000000000026fcffc9d3fa44b1035d45890f7b3929e16911f27b778de8bce 105 0.03 vMB 77
205,248 205,248 00000000000004491c816d2b602faa1088ffd4bf4ac41bea450a57ff702d99d6 128 0.06 vMB 119
205,247 205,247 00000000000002e0076e6100659977c8a20e84b08bf63644ef9110b6e65c8034 172 0.10 vMB 122
205,246 205,246 00000000000002122985aa5b16246b406e8089c378e8e098920eefe2b9c0f992 205 0.09 vMB 192
205,245 205,245 0000000000000139b9a3cd44f0d61b2dd0a570763724f8dbc655e16036b9c7a6 160 0.07 vMB 137
205,244 205,244 00000000000003474b30dc6894eb1afdd4826e95e244b2c98049b8330bb586e8 200 0.13 vMB 129
205,243 205,243 000000000000055021ac1fb17489f1cebd8223478456c31bc9493e283e5658c2 102 0.04 vMB 142
205,242 205,242 00000000000003f59dc6259fa74fb675adef088df7bd8d7d3d1ea60447c1bd16 71 0.03 vMB 527
205,241 205,241 000000000000036e1dc939a8f63027c91088b16b3f6f8023e5eebb6405c83991 137 0.05 vMB 204
205,240 205,240 0000000000000101cb738b6bd55bcce9e8462d49ee7d1c9cff46f6e30b1b04e6 43 0.02 vMB 156
205,239 205,239 000000000000033f2524d93d8b852f0f63fd130d479080ad4df5a4fe398462e3 126 0.07 vMB 201
205,238 205,238 00000000000003ab7c70e3270b6a85d45b018e632a30a7fae46daf7ba81a044e 19 0.01 vMB 597
205,237 205,237 00000000000001a2ace83e711207bd0066fbd11ea64344b02af396fb1c5e28fc 89 0.04 vMB 170
205,236 205,236 000000000000006a96fe8e32b0fcfef9ee3c70d9619a06275f38462f1a6ec1f2 12 0.00 vMB 73
205,235 205,235 000000000000008f5d710ec9b2752328a8f3aaf3cc44e18404b7c65a69837447 97 0.03 vMB 173
205,234 205,234 0000000000000094f28d763299edeb19efecaf1345d7a1aab05231e1c15750b2 47 0.02 vMB 303
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 44.40 GB
    • Received: 0.64 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.