Loading Tool

Explorer IconExplorer

Memory Pool

81,768 transactions
30.99 vMB
0.07443233 BTC
Random Selection Loading Transactions
Max Size: 188.68/200 MB

Candidate Block

Mining Attempt fd0c6fe53a4b967f9288e28fa2d49f3e0d3ffe76f09afd60793b2ce43e7254a2
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root 66ac1657e12208221342fb0242da6857e9933c5f2f7d60bc1559b2b34f3dcf28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,258
Size: 1.00 vMB
Total Fees: 0.00747359 BTC
Feerates: 60.16 > 0.75 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (369,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,251 545,251 0000000000000000000c45b18d865bc73d97803acd6b02c4da437a29c5586cc8 2,725 1.00/1.00 vMB 18
545,250 545,250 0000000000000000000a7c1bd0650ceb0147d1858c3dccf90f4cbdd824a28050 1,542 0.73/1.00 vMB 14
545,249 545,249 0000000000000000001e23429fbbde5b6717385d02b5b54562cc9551c977ab02 513 0.33/1.00 vMB 11
545,248 545,248 000000000000000000104de5f9ed64d8a2d2ecd76875b3fc1285b64c832a3680 1,974 1.00/1.00 vMB 13
545,247 545,247 000000000000000000229b388f05304c1a8b75c71b1c2aa15c29bd6bcbf7c10d 1,796 0.99/1.00 vMB 14
545,246 545,246 00000000000000000001c5b7b19a8f9f34bd40311160c95e626d223552ded80c 2,661 0.99/1.00 vMB 6
545,245 545,245 00000000000000000008a03e46baa043d7e363324aea98965e3876944fc5511f 2,638 1.00/1.00 vMB 36
545,244 545,244 000000000000000000170437e0dcad3724c4299344e8247219c54c424e009b0a 2,293 0.89/1.00 vMB 14
545,243 545,243 0000000000000000000cf3b875e90e1256aca4af47928d612121376f1dafbdf9 1,245 1.00/1.00 vMB 7
545,242 545,242 00000000000000000017b29e73e8e711ee1eff8b253132898f13da555cb1a10f 2,523 1.00/1.00 vMB 10
545,241 545,241 0000000000000000001b9bcaf3ee202ae2ce9f51ad866b6e8137bd18afb5ac8a 1,367 0.47/1.00 vMB 26
545,240 545,240 0000000000000000001f2380f154c5eb37e8b649a21699f8654dee924b337d2b 3,123 1.00/1.00 vMB 7
545,239 545,239 00000000000000000004bb5c63a671fa334cca45204a52c47da6f14f4b63ac28 1,926 1.00/1.00 vMB 20
545,238 545,238 000000000000000000108f9ce0a0fb55a25b2889e74b1b4988f964773037746e 2,292 1.00/1.00 vMB 19
545,237 545,237 0000000000000000001bfd6c48a6c3e81902cac688e12c2d87ca3aca50e03fb5 410 0.14/1.00 vMB 13
545,236 545,236 0000000000000000002443210198839565f8d40a6b897beac8669cf7ba629051 904 0.78/1.00 vMB 4
545,235 545,235 00000000000000000023df0ca25c4dee71e4192c714f8473ea2eae73dc76ce05 3,086 1.00/1.00 vMB 14
545,234 545,234 0000000000000000000d2f9db6ec47dba36f120982d9016f52f3521cf6c9985b 1,735 1.00/1.00 vMB 10
545,233 545,233 00000000000000000010836c0bfd298b5a8b9863a2cbba8f4297fc10baaba70e 810 0.40/1.00 vMB 13
545,232 545,232 00000000000000000013d7a473821a638109214d2ed6bb5e946f2bc0155c071a 1,510 0.69/1.00 vMB 11
545,231 545,231 00000000000000000007ced755c94adee6d563f25d5712674c34743a10ee77f3 1,127 0.53/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 705.15 GB
    • Received: 16.65 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.