Loading Tool

Explorer IconExplorer

Memory Pool

43,832 transactions
27.39 vMB
0.07121534 BTC
Random Selection Loading Transactions
Max Size: 143.69/200 MB

Candidate Block

Mining Attempt cea4cabd88e6aeb500f8901b8be55ce4630aec7a481f1b43006e62f1c4ad0621
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 55be2a7de6b2dce65ba2a7d4d14f530955118e740e9b19f6e7b083949b4e104a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.01984088 BTC
Feerates: 298.50 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (236,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,479 678,479 0000000000000000000bbd2704b98d8b249fee31d83a36576f8f6d00f679b605 2,171 1.00/1.00 vMB 51
678,478 678,478 0000000000000000000139b9bd6c0a4142b255846561e80863a9f6c5bbc5ce73 2,520 1.00/1.00 vMB 76
678,477 678,477 0000000000000000000bc7e12b2978661f28f4844045fe6bb37def4785ab6cef 2,528 1.00/1.00 vMB 25
678,476 678,476 0000000000000000000beae3dc72e5669c52056f0662dd62fd8dad24622fa92f 2,262 1.00/1.00 vMB 47
678,475 678,475 0000000000000000000779d548919c5defe94acc9bd13b69762d385abbbaa307 2,547 1.00/1.00 vMB 52
678,474 678,474 0000000000000000000966e9793aea349f1371e97a54f438390baaa93bea1c0d 2,010 1.00/1.00 vMB 51
678,473 678,473 0000000000000000000262127c639ae143aa13a6c0e0df68bd45a2987b68b8d0 1,905 1.00/1.00 vMB 55
678,472 678,472 0000000000000000000a783513f1de19129593291e47a0a0c749296e4c058e34 1,296 1.00/1.00 vMB 42
678,471 678,471 00000000000000000004a3d8962eaafa229040edee5b25834b4d8f417f6d3453 2,614 1.00/1.00 vMB 51
678,470 678,470 000000000000000000070af6c52297f2f5225ee30e23566833eeb167664219d6 2,207 1.00/1.00 vMB 68
678,469 678,469 00000000000000000005943599d0137859a6f7657fc4dca2fce219c2d5375c97 2,350 1.00/1.00 vMB 103
678,468 678,468 00000000000000000005e9992d723052a5cbb1d9b756c4d1d6e3bc403fd1d50a 2,397 1.00/1.00 vMB 87
678,467 678,467 00000000000000000002c66699df70053111bc2687e514a898f3599404d4ac49 2,428 1.00/1.00 vMB 104
678,466 678,466 0000000000000000000a4d25231d55f52c56bfe8fe34c0bb84d28ee2cdd7342e 1,329 1.00/1.00 vMB 98
678,465 678,465 00000000000000000009990ceed78d949d8fe61434e0a99858b6d301565efce1 1,807 1.00/1.00 vMB 57
678,464 678,464 00000000000000000004a58979084c623e2dff09e5af2fd4fc7b26cd42f6821c 2,263 1.00/1.00 vMB 50
678,463 678,463 000000000000000000066ab614b67f05508806664cb5ec42f5f58373f593993a 2,276 1.00/1.00 vMB 70
678,462 678,462 00000000000000000004e34303dc0aab1708b7f4789b8fff8e55c2c622515a03 2,739 1.00/1.00 vMB 58
678,461 678,461 00000000000000000001272db4f2c62675f25be9514bc5af80821be2fe878a9b 2,415 1.00/1.00 vMB 50
678,460 678,460 00000000000000000008b0acb1628ce5d1ed48ca3b2158b74bee6e33bc4f16bf 1,059 1.00/1.00 vMB 43
678,459 678,459 000000000000000000053a8bce9fcc27fa8af7481524623577e551fdf8164a6a 3,055 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.