Loading Tool

Explorer IconExplorer

Memory Pool

45,862 transactions
27.81 vMB
0.07886168 BTC
Random Selection Loading Transactions
Max Size: 145.55/200 MB

Candidate Block

Mining Attempt 708af36f43b4028e52b314d12e55d9539025a5aa45e0be716c4b49c9e22b5686
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 8d9038fdaa4d91895aa18b85ded86eff2bd6f3ca29aed7aea85b039c3b12dc9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,461
Size: 1.00 vMB
Total Fees: 0.02217440 BTC
Feerates: 124.00 > 2.22 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (285,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,182 629,182 0000000000000000000325172d9c33e778d43b05070ad2ed83ffd68a2323b542 1,386 1.00/1.00 vMB 12
629,181 629,181 00000000000000000004865303e6e8e4f460dd558d2d7e949d5b82d89c648158 1,978 1.00/1.00 vMB 48
629,180 629,180 0000000000000000000bfd10ab9c333c7cda6a0f572da973153436abf8e5b0eb 2,324 1.00/1.00 vMB 21
629,179 629,179 00000000000000000010fefbdb93810116f75bb73eeacbd35df984557c0648ec 2,712 1.00/1.00 vMB 62
629,178 629,178 0000000000000000000397d887a903d1de11c698255f727e63456ac41def8fcf 2,763 1.00/1.00 vMB 18
629,177 629,177 0000000000000000000c2582f098085867f8342b4474dac1e66d08c2b0baf695 2,372 1.00/1.00 vMB 50
629,176 629,176 0000000000000000000eb1eaa75714adcdc737decb57746bbad905e7178165ae 2,717 1.00/1.00 vMB 77
629,175 629,175 0000000000000000000d5e7e697ebe9d45e316bf0a20641e2927085c38f31adf 584 1.00/1.00 vMB 8
629,174 629,174 0000000000000000000d6c37b50fa3cf3a3d7cd7e8af998763619ab4a5b3e5bb 1,524 1.00/1.00 vMB 9
629,173 629,173 000000000000000000071c0ba102e652055b3ceba8b8d17dc70bbdd262d45ca8 2,882 1.00/1.00 vMB 49
629,172 629,172 00000000000000000007289d0056ca18f34e2f89bc661c9ef414199a9e53b419 2,732 1.00/1.00 vMB 55
629,171 629,171 000000000000000000064791841e540a03b3d44e8954e6fd0738a8ca84f0557c 1,807 1.00/1.00 vMB 25
629,170 629,170 0000000000000000000317243e59e9e48ceb5d759e4efa41bd59cebbbc9bd6fe 364 0.12/1.00 vMB 40
629,169 629,169 0000000000000000000231d073cb3b5fafa59031394d233aa75b6d55120dc39e 438 0.14/1.00 vMB 40
629,168 629,168 0000000000000000000037e6eab024a5d98f54e2baf4e8d772666e8c2c9ec0f7 1,606 0.65/1.00 vMB 21
629,167 629,167 00000000000000000008f6b64a6726e1be4df88c8f64a59183c2699d834988db 2,814 1.00/1.00 vMB 46
629,166 629,166 0000000000000000000ad8a070cbf9a6af1825a72a35ce4b2a3ec52af68de16f 1,284 0.47/1.00 vMB 19
629,165 629,165 00000000000000000004b37c8878c8e4992524643559a796998f0239598aa26e 2,384 1.00/1.00 vMB 50
629,164 629,164 00000000000000000003e5f4d91c8ff11e768373a9d273ff1e6ddd36c671480f 1,417 0.41/1.00 vMB 39
629,163 629,163 00000000000000000004e285dbb3ca5e04e070a2c654d0a5ebda0a3c4667b2c6 430 0.14/1.00 vMB 46
629,162 629,162 0000000000000000000dc8e18c9c19498a550b953ac06057cc9895e50dd3ff2f 768 0.34/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.