Loading Tool

Explorer IconExplorer

Memory Pool

80,134 transactions
30.17 vMB
0.11666791 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 416274ea3184f4d0fd7531e849761a7c58333fd08f0edde9a705acd5964d7e8b
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 76b101c1a020ba0c74ac7334bddf168b4e23bf693f9c8e5f2836f7a5d203095f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,709
Size: 1.00 vMB
Total Fees: 0.04617686 BTC
Feerates: 574.11 > 4.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (75,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,206 839,206 000000000000000000017a850c7561e70e1c494e41ae25f483f2fa1d33b28d0f 3,747 1.00/1.00 vMB 63
839,205 839,205 0000000000000000000119d5add261c39698310e4f7b4a4028f7ba7c255f3fdf 3,635 1.00/1.00 vMB 96
839,204 839,204 000000000000000000008fe9ac771c739de85962c952908b1e9a074a483497a9 3,782 1.00/1.00 vMB 27
839,203 839,203 0000000000000000000016e7afeefe2b1f516e01b54a15cca8eb6b89de6767ab 3,568 1.00/1.00 vMB 39
839,202 839,202 000000000000000000009602c8948564e0f16cfbfa4a9d700b51186be941f5b0 3,813 1.00/1.00 vMB 48
839,201 839,201 000000000000000000019217c4b4707a00879150aa4b5743f47880b460b4300f 3,835 1.00/1.00 vMB 58
839,200 839,200 000000000000000000007bb2f53bbfb115dd4a5b0c6196cd5ab062d177a02554 4,325 1.00/1.00 vMB 37
839,199 839,199 00000000000000000001017536b6102d8ef725db434946de77a18609b82d1751 3,362 1.00/1.00 vMB 32
839,198 839,198 00000000000000000001481a19f9d8be4840f5ad8803321d58e557c4e5af32ac 4,266 1.00/1.00 vMB 44
839,197 839,197 00000000000000000001c13afb0ebc892751dc5d685c23c7550ad28bd9982f29 3,449 1.00/1.00 vMB 51
839,196 839,196 000000000000000000020920fa8290b8cd630ce4bd95887dae0ad8e972746e18 3,476 1.00/1.00 vMB 79
839,195 839,195 0000000000000000000286859eb09e9d6ab0bd39f9d6b1d2bce0a842851aa5db 3,735 1.00/1.00 vMB 22
839,194 839,194 00000000000000000002ccdb30b418ca5219daf1cc2883e9641bb4cd911ce5b9 3,134 1.00/1.00 vMB 39
839,193 839,193 0000000000000000000248ba0d5d1f71086a6f386a5f46bbb3bf51ac95176c50 2,623 1.00/1.00 vMB 23
839,192 839,192 00000000000000000003203379308f08232e4422b44a0ec175acca7f4cdf29fe 3,314 1.00/1.00 vMB 34
839,191 839,191 0000000000000000000214ab80d1d98dfdd8e5ce9339541b39bee1850c4cfa87 3,152 1.00/1.00 vMB 29
839,190 839,190 00000000000000000002a27363a83d38dc161c4d560d16bc2f1352a65cb41c58 3,185 1.00/1.00 vMB 53
839,189 839,189 000000000000000000010b60ce9fa914c6ba7aef72e8a8fc59860bb9f35c8972 3,323 1.00/1.00 vMB 46
839,188 839,188 00000000000000000000afe1269ff89cc0d57547612503239b2f02af0663ba28 4,048 1.00/1.00 vMB 42
839,187 839,187 00000000000000000000d650212a659d32ede1b3d4ce84a8982b915ec0db68f6 3,712 1.00/1.00 vMB 53
839,186 839,186 000000000000000000009d9e27e12b2ab27962e0ee665bddec2679e9f80d6609 4,742 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.57 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: 671.19 GB
    • Received: 15.87 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.