Loading Tool

Explorer IconExplorer

Memory Pool

81,114 transactions
29.81 vMB
0.10424372 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt fa9ef344fa423dd34b3af33c456fa707fae38bc9de434a80fffcd5d038893fbb
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 5cdd071a2d66ea7c9aaa6e2e46303dcbae9e22004d2955bc6953a6e041326a4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,079
Size: 1.00 vMB
Total Fees: 0.03887330 BTC
Feerates: 146.36 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (309,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,232 605,232 0000000000000000000d3c0ebcde2b595cd9126df59e4a3750affd5d73487840 633 0.21/1.00 vMB 31
605,231 605,231 00000000000000000001f50b84aeb52fcbe05175bfb12b11870775a5b729147a 1,724 0.88/1.00 vMB 2
605,230 605,230 00000000000000000007d5ac2a154a9b27cad9470e60323daca48cae97907fc4 2,808 1.00/1.00 vMB 12
605,229 605,229 000000000000000000146cd60597a85614a9b8a983b136a0815c87355cf65499 2,870 1.00/1.00 vMB 16
605,228 605,228 00000000000000000000da9180e716b324180a417ad46367c66e81955cfc2a88 1,395 1.00/1.00 vMB 5
605,227 605,227 0000000000000000000651aa77c574d6d614d259352ed0748fcd4ae1d24b8cda 2,533 1.00/1.00 vMB 22
605,226 605,226 0000000000000000000648007090d431710024610d5a102b17cd6af8dc5360fc 2,447 1.00/1.00 vMB 7
605,225 605,225 00000000000000000010a237fe3772f3e00bfd1f0e450c9b5fa2fd07de67951d 2,926 1.00/1.00 vMB 26
605,224 605,224 0000000000000000000f74293efe22574d2d93238549e176b9cb52f8812ed240 2,090 1.00/1.00 vMB 19
605,223 605,223 00000000000000000011a442f40d23d63aca0cb103f316995f4a9d93cf0aa37a 2,335 1.00/1.00 vMB 17
605,222 605,222 00000000000000000008aaa1b2307e7f6de91a9e2dbb267bb790dc4624c310dc 2,203 1.00/1.00 vMB 23
605,221 605,221 00000000000000000004ace3c3de0445376ccfda98ce6e7394e19ec7204454d3 2,552 1.00/1.00 vMB 20
605,220 605,220 0000000000000000000ff4e9c1251d8b968a8a7233df0a0b07b3ee68991bc3ee 2,141 1.00/1.00 vMB 38
605,219 605,219 0000000000000000000d29ace1a2e2692eaa6c3fa5035496b1f00748b6e6ffb6 1,230 1.00/1.00 vMB 71
605,218 605,218 00000000000000000001610148be46aae05e65c2c15c9ee08dd8dc2ee09306df 3,066 1.00/1.00 vMB 21
605,217 605,217 00000000000000000014f48237e1e8a6be516e7c24c558ec48e32d6dda45beb5 3,164 1.00/1.00 vMB 33
605,216 605,216 000000000000000000147161ca40fc357b0efabd6c524e9c4bc0f714bc10bfe0 1,904 0.58/1.00 vMB 12
605,215 605,215 00000000000000000004a21eaec0c97685357b95c49503b6acfcde245159e61f 2,738 1.00/1.00 vMB 19
605,214 605,214 00000000000000000005077fc9f21a0bdfe50278763522b661f3dcfe20c57f2f 2,013 0.61/1.00 vMB 15
605,213 605,213 00000000000000000009430301d762d10943be80f3abf01407d958a3cb774349 2,585 0.83/1.00 vMB 10
605,212 605,212 0000000000000000000e15ff136de1f1659b1ce10b4feef58219ab84b8a8fe9d 2,712 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.58 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.30 GB
    • Received: 15.90 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.