Loading Tool

Explorer IconExplorer

Memory Pool

76,213 transactions
29.15 vMB
0.10438803 BTC
Random Selection Loading Transactions
Max Size: 172.35/200 MB

Candidate Block

Mining Attempt 17c1e6e4b826cd33d4a8c82fa4090753fbf90391672b7d68730d65b220ed2709
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 39a0c714845aae3c0923ce12eb4023a4f0d1d0c06dd64b9266c2f7ddabe31036
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.04189869 BTC
Feerates: 201.37 > 4.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (145,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,125 769,125 00000000000000000006d2dde4be73ac300c0cb29e19ad9ea65c57a762325ae6 1,401 1.00/1.00 vMB 25
769,124 769,124 00000000000000000006eefdc0b98b086d633542e8a112520174fc8a653850a9 2,474 1.00/1.00 vMB 85
769,123 769,123 0000000000000000000166f77050f653ac0f5bf11ac27dbc463c88b54b959248 2,651 1.00/1.00 vMB 39
769,122 769,122 00000000000000000000b1c50b8d4a7e375501203f7ca082e55e16d30c736a7f 2,797 1.00/1.00 vMB 26
769,121 769,121 000000000000000000075e369d367534c30917b2b0eabccec4e462221b48d060 2,898 1.00/1.00 vMB 48
769,120 769,120 00000000000000000006ec010997fa973e59255c9e22d30448a5dc2b76cc7bfd 2,656 1.00/1.00 vMB 10
769,119 769,119 00000000000000000000642b36b0c0f2c05fb5f5b0120c6507c84d39b9108821 3,716 1.00/1.00 vMB 20
769,118 769,118 00000000000000000000484ced2ebcd7b839fb8804366bb0443d4b476c9ba16d 3,041 1.00/1.00 vMB 37
769,117 769,117 000000000000000000043d2b435ff7bd98b02b87dc6fd04a5339beb7b176c6eb 1,940 1.00/1.00 vMB 13
769,116 769,116 000000000000000000053413bddec7d31668354c7f8627b2df3eeb4725d6f444 2,813 1.00/1.00 vMB 15
769,115 769,115 0000000000000000000547de2c87b4aab884d69a085ddccf8884abb09d28d213 2,435 1.00/1.00 vMB 29
769,114 769,114 00000000000000000003770762a8ae8850cb85bbf8d213099689e6cbcafe9b29 3,227 1.00/1.00 vMB 32
769,113 769,113 0000000000000000000614685b1b788015bc4393264c4bbda243d296f243fef6 2,254 0.97/1.00 vMB 18
769,112 769,112 00000000000000000001fe86f3a18fedf7ee91c23a090738a062a7de601de1ff 322 0.08/1.00 vMB 18
769,111 769,111 00000000000000000005f7fbab19ba6f9cb71fbfd98766bf4a5f0e2d69e78b68 1,896 0.57/1.00 vMB 18
769,110 769,110 000000000000000000078dcbca3b373307fd5e0c0ea58d032b61a803bfdc99e1 736 0.95/1.00 vMB 2
769,109 769,109 0000000000000000000135317cad0d34bee5e60a96de767269e70bd80dc4c515 1,718 1.00/1.00 vMB 7
769,108 769,108 000000000000000000027257d81c81475cdc95c63834f53af4f43955eb1ab7fa 3,378 1.00/1.00 vMB 31
769,107 769,107 00000000000000000007d826d505547f14696085edecf40ada59ecd08b870857 1,935 1.00/1.00 vMB 16
769,106 769,106 0000000000000000000577bf921b26ccb1e14227ea5d67d4565dc8085ba9ab58 1,395 1.00/1.00 vMB 21
769,105 769,105 0000000000000000000438e0bb356a41dc8b69374cf7433ec906f8e5538d4d52 1,918 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.