Loading Tool

Explorer IconExplorer

Memory Pool

80,602 transactions
29.72 vMB
0.09528978 BTC
Random Selection Loading Transactions
Max Size: 180.19/200 MB

Candidate Block

Mining Attempt 095c827fdb6eb9b262a3b3a55c78d8d9c2a204b50fa14ad3d484b74f06da2760
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 1ef81dce2e543e89d0b8ee1dd198cff9ae03034cd97c584a5f9245321462cb03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.03163616 BTC
Feerates: 502.67 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (391,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,374 523,374 0000000000000000000eef7c9a012456eacf2fea316ca23debbe4d7ebde060c4 561 0.25/1.00 vMB 38
523,373 523,373 000000000000000000323ce8d786506457413bdd528d1b77692c02b87866fb32 476 0.21/1.00 vMB 37
523,372 523,372 00000000000000000015e852f62a6e416fbaf96f1923b20a7cc626588e2e2edc 1,165 0.79/1.00 vMB 29
523,371 523,371 0000000000000000002b7344f4f7685dc6cb6fbc14781e44267e4d7b84993681 187 0.08/1.00 vMB 44
523,370 523,370 000000000000000000218d62ee6024de38c55124465a618585dc6fdb0a438263 58 0.11/1.00 vMB 22
523,369 523,369 0000000000000000002d9163eb989d3a0c9ab6227d496e6b253400f495f8b0e2 1,035 0.60/1.00 vMB 27
523,368 523,368 0000000000000000000d7d7bbb89fca159a75dde44846fe12b89051c7dc52df7 1,124 0.52/1.00 vMB 35
523,367 523,367 00000000000000000016051dc6f002cf4b205ccf278096ff5fd99dc9f4362c31 1,113 0.47/1.00 vMB 36
523,366 523,366 000000000000000000387c1191a3bb194b9217c16473a46317b9363449fb1c36 1,865 0.77/1.00 vMB 40
523,365 523,365 0000000000000000000cb2fa5553fe2864b5136c30d3a1bb6b5fc98a311b2126 533 0.19/1.00 vMB 32
523,364 523,364 0000000000000000000f49c7974b6428fda85bf90c481bca914dc1a9adebe764 1,749 0.62/1.00 vMB 36
523,363 523,363 00000000000000000014caf6b177c8efd0bc72f98960cda0271e105d8f359f1b 1,416 0.77/1.00 vMB 56
523,362 523,362 000000000000000000084491bc0e6067cf5afb676c6167890acc8c8e73996c5f 447 0.16/1.00 vMB 36
523,361 523,361 000000000000000000327ccb1fa8f4d3080954afd7677dbdb1cca71c6fa1cb4b 230 0.11/1.00 vMB 59
523,360 523,360 0000000000000000003752f26162ebf6fed82f1d4dce250a201067b4c0dada12 68 0.02/1.00 vMB 41
523,359 523,359 0000000000000000000e06b7b6582e9260509e91e906690d9e75c4b3b3170a14 132 0.05/1.00 vMB 51
523,358 523,358 00000000000000000026a0f7ea42b4e4e8e39f6c661cf47d38c6f1d4ddf80bc7 180 0.08/1.00 vMB 27
523,357 523,357 00000000000000000024c1b1579a377bc93349d120c208b6d2ab1564a252f14c 177 0.06/1.00 vMB 26
523,356 523,356 00000000000000000004147769fc1eebc2b081f39bf5a9b4b154917cee2c88ac 1,297 0.57/1.00 vMB 42
523,355 523,355 0000000000000000003ed73478ad35b0d285c2fdbd79dba172b6be1bd589b0e6 1,102 0.57/1.00 vMB 36
523,354 523,354 0000000000000000002e0e763e60bde40c58aa23f295ef1919b352f3303e06a6 2,324 0.94/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.