Loading Tool

Explorer IconExplorer

Memory Pool

78,211 transactions
29.61 vMB
0.09122652 BTC
Random Selection Loading Transactions
Max Size: 180.21/200 MB

Candidate Block

Mining Attempt fde00eec533434e02cfeb6a194e5d1a4b2f5a1600f80940b2c9e0bda90cec07a
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root f030391155588c115e9b73bf7c3662a1dede7c99a5d7510f7d9a0e2914c1b5c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,956
Size: 1.00 vMB
Total Fees: 0.02557227 BTC
Feerates: 477.45 > 2.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (520,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,256 394,256 000000000000000007d672c90e88edc110c333dc97717c858ff9324d85b0f758 2,346 0.95/1.00 vMB 43
394,255 394,255 000000000000000000dc57123b47e5f2c705182b65ad554239c7f3465d144347 650 0.99/1.00 vMB 12
394,254 394,254 0000000000000000034d7368bd9e0298ba66d3da6f68715390f346653ffca803 726 0.75/1.00 vMB 18
394,253 394,253 000000000000000006f3be136ac7594f66ac48260a369c4f17266a46e1d6f699 1,766 0.93/1.00 vMB 45
394,252 394,252 000000000000000006a50ac56d9fefb03213aa080350aa2dcaca9fd49b25b2ae 526 0.41/1.00 vMB 26
394,251 394,251 000000000000000000235253096bc734d03b28aa314835f3c88642decb72b6f9 1,372 0.65/1.00 vMB 40
394,250 394,250 0000000000000000020b4115182e865e3806587b4e4d3a458b92633fabc1c644 1,059 0.75/1.00 vMB 25
394,249 394,249 000000000000000002682a6502a16d0d9fedefe7e691c54f4d5edf40734c6b1d 2,468 0.93/1.00 vMB 52
394,248 394,248 000000000000000002e756c947c992a238bcdddb2a2127086de963df4d71c9ac 25 0.05/1.00 vMB 0
394,247 394,247 0000000000000000065eca96aebf92968383d7ca1b395b4b4ee6562e16e886d3 663 0.93/1.00 vMB 16
394,246 394,246 0000000000000000022d8ce91120f25ee3dad49c38805be13cbe351c0b9737ba 951 0.92/1.00 vMB 19
394,245 394,245 000000000000000003cd581428dc12bf28d1335e6037d6e63494b8535fdb44a7 663 0.47/1.00 vMB 24
394,244 394,244 000000000000000005faea4c28c1d484b602ad1519b2ca8352790a834f90a128 1,378 0.93/1.00 vMB 29
394,243 394,243 000000000000000001a88eedd1fcded62744c1d70b4df90e8098137a32b2bfa7 2,665 1.00/1.00 vMB 55
394,242 394,242 0000000000000000059990ba49d3ea969aacc6f00f237d27cef6d95bdc6b6a43 733 0.93/1.00 vMB 16
394,241 394,241 000000000000000009b2dd30ef7d82474e3aba405f89c23cecaf4ba480f059cf 1,167 0.75/1.00 vMB 32
394,240 394,240 000000000000000006a438d5a3ce6e9cae08cfc4db1ccb4618ec294851e2fe09 645 0.91/1.00 vMB 17
394,239 394,239 00000000000000000097f0436f27d4495bacf1ee03020b4f9ef159274232d8e2 1,549 1.00/1.00 vMB 24
394,238 394,238 00000000000000000826ba50fc592ba28fc29e1abae37ec6b4c29a0fe64afed5 2,211 1.00/1.00 vMB 42
394,237 394,237 00000000000000000646b3fcc00fe0d511576ad9bd94b5bd3d50fdcc2b000b0b 2,049 0.75/1.00 vMB 60
394,236 394,236 00000000000000000613523a0a9ed1c744fb36cc62dc45a4ec5b04c516f3a90f 2,345 0.99/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.81 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: 710.31 GB
    • Received: 17.07 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.