Loading Tool

Explorer IconExplorer

Memory Pool

76,156 transactions
28.81 vMB
0.07151477 BTC
Random Selection Loading Transactions
Max Size: 176.08/200 MB

Candidate Block

Mining Attempt ecfd6f3ea7859311f9455de79944aea2e6938ad9f363d85b8745e9c0ba38acc3
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 2bdc309688fcadd4dd7d162950a9ca91aa601927d33adbb43325776f212c6af8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,884
Size: 1.00 vMB
Total Fees: 0.00870816 BTC
Feerates: 104.17 > 0.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (527,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,874 387,874 000000000000000005cc5f7a065c9ab9a5584b5ec0386c36b9b0bac823db7a6b 2,267 0.93/1.00 vMB 86
387,873 387,873 00000000000000000c55fb510f65ea7ce9bf767db06241e7b4861eea93f8c776 1,708 0.75/1.00 vMB 40
387,872 387,872 00000000000000000436dfa82cd684b3de8abe6cd4db8db1e5e4847e9475ad8b 3,028 0.95/1.00 vMB 106
387,871 387,871 000000000000000005a5b89002ecd63d9d7e171ab3418635993dae6d2dcb0b45 1 0.00/1.00 vMB 0
387,870 387,870 00000000000000000cddc31ead734d76ee3f47b571b120491822f44e564f9136 2,094 0.76/1.00 vMB 51
387,869 387,869 00000000000000000a4ceb76ae0f06a5eea3ad6d4b4af596d5b0050f81d89390 2,311 1.00/1.00 vMB 45
387,868 387,868 00000000000000000bc42c9ebb4e591f8c619293c7877c2313fc1bc7da5a1b5c 1 0.00/1.00 vMB 0
387,867 387,867 000000000000000006382783b29a38df28c63bf0df59347fc475577ad0de8cdb 3,048 0.95/1.00 vMB 64
387,866 387,866 00000000000000000683eed390268f9c9ab583497b02379e9f813477158b67a3 1,106 0.45/1.00 vMB 53
387,865 387,865 000000000000000006e4581265cd595e116d34d4360a273e82673d907e3d9a96 1,019 0.90/1.00 vMB 18
387,864 387,864 0000000000000000098dd1e5219da9d551ce5a9992e5258832ea54461ff8c014 1,564 0.75/1.00 vMB 36
387,863 387,863 00000000000000000738d42c86054576b6baca16bb54219b6cc15bfa5fc754fc 1,885 1.00/1.00 vMB 32
387,862 387,862 0000000000000000096b714678ddf7b19d261e7869f54c63eac2dcea4bf99598 2 0.00/1.00 vMB 0
387,861 387,861 00000000000000000308aa8f17b8dc7c923c0b1c0a0e1a419c033b4491030704 872 0.75/1.00 vMB 27
387,860 387,860 000000000000000004101a2c7fc2aa630ff4d91a1107383d2c5aa68e3a23ed1c 1,437 1.00/1.00 vMB 24
387,859 387,859 000000000000000006da06857c54ce4c6a58cf70c38f79daed12ac07c22b0dc1 1,600 0.60/1.00 vMB 46
387,858 387,858 00000000000000000048182c968d11564bf418f68591df51e2791e33fd34e944 1,894 0.93/1.00 vMB 32
387,857 387,857 000000000000000000e1c31ed85cb9d9d0159ca4aa04ec45d5af6d176207f9eb 391 0.20/1.00 vMB 36
387,856 387,856 000000000000000007d84e40881d929fa5337e0e76eeb6d346bd99898eaa1162 1,704 0.75/1.00 vMB 33
387,855 387,855 00000000000000000d6d887cdf6dab8ae975ac1ed48ca2818c8296d979d8de71 1,332 0.93/1.00 vMB 30
387,854 387,854 0000000000000000099f8c010ecc1ed3de11dd9020b1a8f2568490ab4a036e77 1,858 0.95/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.82 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: 710.55 GB
    • Received: 17.08 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.