Loading Tool

Explorer IconExplorer

Memory Pool

42,312 transactions
30.85 vMB
0.07688053 BTC
Random Selection Loading Transactions
Max Size: 156.75/200 MB

Candidate Block

Mining Attempt 06389295f60ea91a1ddc00c23935cf5874aedbc9bca44ada52f12d3668fd2e4e
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root 9667ad2bb3e34d21804a6c411cfe854a9b476ae3149e8d687a8ce81d96235bcb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,746
Size: 1.00 vMB
Total Fees: 0.01485054 BTC
Feerates: 150.41 > 1.49 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (908,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,742 5,742 00000000b4e50cb9b4a679c672ebdc5022fffbe0849f85356ca0e2bdacea5087 1 0.00/1.00 vMB 0
5,741 5,741 0000000007bbb10a32beb11f9659fd246cbe09b9b3c933e2f4fd3dde9aff2aed 1 0.00/1.00 vMB 0
5,740 5,740 00000000173387ddc705e1b4cddff3e993ddfc4eb087c6e42ef2b245ccf31e5c 1 0.00/1.00 vMB 0
5,739 5,739 00000000cb46b92d09a373864a17f84a3e553ffac83858d5cbedc659f01112f2 1 0.00/1.00 vMB 0
5,738 5,738 00000000cfafc98e75705e6fc693f0f54fdae4dd304586b1474743b1f383b381 1 0.00/1.00 vMB 0
5,737 5,737 00000000f1fabea7162c2ef951fc96c6eac554d1b81327681de02ce91d6b6870 1 0.00/1.00 vMB 0
5,736 5,736 00000000cdb0330da16925b7d3f3940a63e9be16325920edac597912801301b5 1 0.00/1.00 vMB 0
5,735 5,735 0000000070f032cc00f18102b806258afa380dede23345c2ef5220b6b8b2ef1b 1 0.00/1.00 vMB 0
5,734 5,734 00000000f394b4b366c84301059474799b88243c32b800ed86376517fe27659e 1 0.00/1.00 vMB 0
5,733 5,733 00000000314d10afa32ee1e395604d6d5f30f5c7bfee78900077aa10884edaa8 1 0.00/1.00 vMB 0
5,732 5,732 000000005d3426b59913052bc769be948246bc688622d646023cdbe0c8c1148a 1 0.00/1.00 vMB 0
5,731 5,731 0000000090f6f2723c6ca4d9b935dedf309f6d150c1022184caae070406195a1 1 0.00/1.00 vMB 0
5,730 5,730 00000000a591a0a31953764ac5bfa1f6b1ced9488d83147c7fd757382b2656ae 1 0.00/1.00 vMB 0
5,729 5,729 00000000928d6e95db96fe3dfbee33d3ad024d8dce7ee8539b7e8126f452c2bc 1 0.00/1.00 vMB 0
5,728 5,728 000000004fb37075fe8f2c9b0f1e51005036de6161a2a28f53486461c97cd966 1 0.00/1.00 vMB 0
5,727 5,727 00000000d23c53595408fb2b5b21e97d816db497c199b662c3ebd1dee708ebee 1 0.00/1.00 vMB 0
5,726 5,726 00000000ead5c4072bb32e58e150f28e520111a1447187976afca31153cfc838 1 0.00/1.00 vMB 0
5,725 5,725 000000009efd230152ab33755a4da19ff606c3a2184afbb7bde450457bf015d1 1 0.00/1.00 vMB 0
5,724 5,724 00000000da61c020641297f97ac9906ed11c91e0236c583c6d6b4eea9645bc68 1 0.00/1.00 vMB 0
5,723 5,723 00000000bb271719209b6b8051633b84c6c9fd7f9ec03df1c66c7557486c15bf 1 0.00/1.00 vMB 0
5,722 5,722 00000000b784e504878064739178668992d61454e62d4d85e6083df78885dd29 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 606.16 GB
    • Received: 10.60 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.