Loading Tool

Explorer IconExplorer

Memory Pool

80,848 transactions
34.76 vMB
0.18291778 BTC
Random Selection Loading Transactions
Max Size: 194.72/200 MB

Candidate Block

Mining Attempt 6fe6ebedbce693a13e7fddaf3aa9b02f4d1d89990574ba202313828640de6816
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 906ba03f5ce0a753cb128db28f1c6b0398e20a3e4ef3b697597ac6650bdc52c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,131
Size: 1.00 vMB
Total Fees: 0.05150149 BTC
Feerates: 189.28 > 5.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (491,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,390 424,390 0000000000000000004abf7abe6dec96b30c32f1097fbf40c25caab398e29c43 605 0.45/1.00 vMB 32
424,389 424,389 0000000000000000038c1303bb3212925ccb0a6db6fc1d873ab5ec352a87d85f 2,823 1.00/1.00 vMB 82
424,388 424,388 0000000000000000036c8421c5bd298ce3cb7d0b1ec789768085fb4c1f31550d 303 0.99/1.00 vMB 26
424,387 424,387 0000000000000000039a8b76137b58f7e289eece0d8318008cafb31e02241c5f 856 0.38/1.00 vMB 69
424,386 424,386 000000000000000002032c53705e3365ad65303492924baeaeb449ed50776a2a 1,034 0.42/1.00 vMB 65
424,385 424,385 0000000000000000018d224290c569fcffc8d18708a912a167502d181eaa5640 1,791 1.00/1.00 vMB 49
424,384 424,384 00000000000000000262cafdb77374ac317d031f2c0cd8eff24e666985bf90e9 2,589 1.00/1.00 vMB 80
424,383 424,383 000000000000000003a0aa339dde4d33b661557abb1dd7032feea160bf18f2a6 1,804 1.00/1.00 vMB 46
424,382 424,382 00000000000000000025af3ce80f76f922a1af276308f6194f68ca92401ef2f1 2,528 1.00/1.00 vMB 69
424,381 424,381 000000000000000000414db297c663a241c22aadf91970a940df15eab42e7e72 1,902 1.00/1.00 vMB 60
424,380 424,380 000000000000000002c38415b64ba18ebb0e2e01962fdf146daf8072ca067108 344 0.18/1.00 vMB 56
424,379 424,379 000000000000000002066cbad5422680f9e50a6a6402d0a6ee6f4357d9377df3 2,061 1.00/1.00 vMB 58
424,378 424,378 000000000000000000af5d4a28a4d4258474a7591b6a609aadd7c3a58aec449a 1,699 1.00/1.00 vMB 41
424,377 424,377 000000000000000002aaeecb4c55edce4e7f4e2a6e249035f58e8d892c3f22ee 2,214 1.00/1.00 vMB 82
424,376 424,376 000000000000000003d972fa705006e0b12624aa97937f15c59db3b304444b95 2,035 1.00/1.00 vMB 72
424,375 424,375 0000000000000000030bd86614d83c886352222f2c420b1dcd05a7f77a6dfb16 2,228 1.00/1.00 vMB 61
424,374 424,374 00000000000000000294dfb008fa13db79c42d752428f1f403ab3826f15d029e 1,916 1.00/1.00 vMB 46
424,373 424,373 000000000000000004c079fef06dcf3ea37ff0ca67a3c4d77964b59bf1c43f40 2,599 1.00/1.00 vMB 55
424,372 424,372 000000000000000001e5d14c193838d6536b39eaa2ee1ba5260279d40dde4bba 2,907 1.00/1.00 vMB 141
424,371 424,371 000000000000000002605fe8ce8358b10d20903e1fa75d8a8dbaa280e47fe068 2,684 0.93/1.00 vMB 82
424,370 424,370 0000000000000000006def301b381b1d8b95327a215f1cc5ed3b87dbacc66087 2,314 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 783.11 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: 734.22 GB
    • Received: 18.55 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.