Loading Tool

Explorer IconExplorer

Memory Pool

79,126 transactions
29.63 vMB
0.10708680 BTC
Random Selection Loading Transactions
Max Size: 178.34/200 MB

Candidate Block

Mining Attempt 57882656560ff4bb8db75e831e9b20c8bebdc1b3e8a3b6b5ad37099cb4995ef4
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 46573af18c837187ef1a059a20f7bef5572e1f9d838c614c04cd22b55afa7527
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,571
Size: 1.00 vMB
Total Fees: 0.04145848 BTC
Feerates: 164.34 > 4.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (223,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
691,182 691,182 0000000000000000000e5326921e4161ebcff395a8210cdb0c3f72d53392563f 3,021 1.00/1.00 vMB 18
691,181 691,181 00000000000000000008288e250a7ba11e33814deb1fa4aeef38f81b64b70b12 1,707 1.00/1.00 vMB 6
691,180 691,180 0000000000000000000d8015b1fde38029796f67562b0e1b4f1a83ce02213c89 2,721 1.00/1.00 vMB 20
691,179 691,179 00000000000000000004a9cbcc45d2bdd08ad02e53d61c9a3a30d5826ff79a88 1,553 1.00/1.00 vMB 12
691,178 691,178 00000000000000000010766a8c76053c5ebb00a41ae4e073ce72ae69568f38af 2,794 1.00/1.00 vMB 13
691,177 691,177 000000000000000000060465adeec94051e990b06fcd28317e5b4480940c2bf6 2,633 1.00/1.00 vMB 50
691,176 691,176 00000000000000000005e51f9d1fbcb6a1c057425fdc08bcee56a4ba6913f058 2,451 1.00/1.00 vMB 22
691,175 691,175 0000000000000000000374e4d5092bcdcdb4af6208656b808a0050f259a3af3b 2,710 1.00/1.00 vMB 10
691,174 691,174 0000000000000000000c3918edbb743e7ce8c631973948e8c4dd048e4c0d7556 1,243 1.00/1.00 vMB 22
691,173 691,173 0000000000000000000bf232dcefca891741adb83e03fec35136a1921177f11c 2,025 1.00/1.00 vMB 16
691,172 691,172 0000000000000000000472ff9831978a756f499e5993cc3e43af7dcb4f7cc636 3,205 1.00/1.00 vMB 19
691,171 691,171 0000000000000000001210134447e6ad0b9433ed3d3833a73dfdac8b33b78906 2,622 1.00/1.00 vMB 17
691,170 691,170 00000000000000000005384da482a3a65863f3ef5ded143dd457e99f87e822b2 1,792 1.00/1.00 vMB 62
691,169 691,169 00000000000000000001889de756ec9c8fd4b7a2853eb6c58d214096283eaf57 2,536 1.00/1.00 vMB 48
691,168 691,168 00000000000000000004ad37fd3f6b0c08cda5d2f6de204fb0a57176152499ea 1,827 1.00/1.00 vMB 20
691,167 691,167 0000000000000000000cc9d889f1c63e6f9a98d2b30c511627a905b7ae972c8b 2,969 1.00/1.00 vMB 24
691,166 691,166 0000000000000000000083d4a0919ef3240953caeb96b5af7b82b69df14269e5 1,601 0.95/1.00 vMB 12
691,165 691,165 00000000000000000006f65ccdef9265ed6d54508d0bcc1eb1db09278a497d56 1,851 0.96/1.00 vMB 14
691,164 691,164 0000000000000000000ff8db4f68e5b9b4426ddfad212174ba0bf019d781155f 769 0.99/1.00 vMB 5
691,163 691,163 00000000000000000011582bbc8297fe137268f0e40f76a4823936cf21db8b86 1,747 0.97/1.00 vMB 11
691,162 691,162 00000000000000000001ba8d1888ba48d8f935080489c71c174f67a15f402cc5 890 0.98/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.