Loading Tool

Explorer IconExplorer

Memory Pool

42,149 transactions
26.43 vMB
0.05562149 BTC
Random Selection Loading Transactions
Max Size: 138.23/200 MB

Candidate Block

Mining Attempt 508d39761c8f8f7c0315053c062057a3381af91770ea3ac792dbdda93ab8deba
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 193da762da5ea757a0acbe1cf50adba28336dbdca280abb8127010392ee8f4b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,528
Size: 1.00 vMB
Total Fees: 0.00712720 BTC
Feerates: 150.77 > 0.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (237,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,073 677,073 000000000000000000009b1cd7a587d5dca8b2b84be0abacaeba1c78e27e16ca 534 1.00/1.00 vMB 52
677,072 677,072 00000000000000000009b4c3dc772d05de49e853b7692d6bd689f778836ccd09 1,664 1.00/1.00 vMB 57
677,071 677,071 00000000000000000000f28ea32b52d6d1dc2fffa660da522a7f4492f379d72f 1,775 1.00/1.00 vMB 87
677,070 677,070 0000000000000000000b4bd8b3b9be9ae214a3d481b4de0d372cb8d3f905ae9a 2,243 1.00/1.00 vMB 73
677,069 677,069 00000000000000000005909628b2c9a772c319299922a1bd5109ec905980f153 2,432 1.00/1.00 vMB 78
677,068 677,068 0000000000000000000856502383e413e3319903a98b26b8f2b2f8e181ff92f8 2,424 1.00/1.00 vMB 74
677,067 677,067 000000000000000000088be16c41e5fa72ef0597cc310884526f85691aec90a4 2,599 1.00/1.00 vMB 56
677,066 677,066 00000000000000000000fc0362be499380502896f4a82d9f2fac6b583255ea5b 1,611 1.00/1.00 vMB 74
677,065 677,065 000000000000000000044498f63826d0e1ecef14fcd65d057108e7751639efb8 1,830 1.00/1.00 vMB 65
677,064 677,064 000000000000000000061131777ca0d001dac2d35dbd49143e07ed700987bfea 1,249 1.00/1.00 vMB 66
677,063 677,063 0000000000000000000aaf15501505d01dca7f5cc22013b8e57c8534624beccc 1,178 1.00/1.00 vMB 63
677,062 677,062 00000000000000000005128c8ce23be9c7d40b946ac2106930a4eaf80ce8b0a7 2,060 1.00/1.00 vMB 59
677,061 677,061 0000000000000000000934f105090d9b81f4dbc057f993d27b494eeb8db0ef3b 2,423 1.00/1.00 vMB 78
677,060 677,060 00000000000000000002d8f3e23eb0b11d648bb00fec15b2cc6dba601e23c35f 2,443 1.00/1.00 vMB 60
677,059 677,059 00000000000000000005fe25df2c3557d511f7ba85095c4422420f83cdc3ff6a 2,786 1.00/1.00 vMB 77
677,058 677,058 0000000000000000000560a0578810e45036b555970a4a7b10eca29784e50687 2,462 1.00/1.00 vMB 92
677,057 677,057 00000000000000000007ee6b40585a9a865a493a70f8ac98b25fd80fa1539f06 1,802 1.00/1.00 vMB 86
677,056 677,056 00000000000000000007f916fb21d3f1bcaf868528e476e54f331b53219528c7 2,337 1.00/1.00 vMB 93
677,055 677,055 0000000000000000000a7982c0a6e8a7dbe5677eee33c9793e6cf428a9e6c849 2,695 1.00/1.00 vMB 98
677,054 677,054 00000000000000000008dbf50125164ccc8cff63cfd4c9d88c477106bf025bfb 2,670 1.00/1.00 vMB 67
677,053 677,053 00000000000000000007b947a9343cb03d8fd7b44f4fcdad8f268d41d810f624 2,592 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.18 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.65 GB
    • Received: 13.98 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.