Loading Tool

Explorer IconExplorer

Memory Pool

82,208 transactions
30.24 vMB
0.16916240 BTC
Random Selection Loading Transactions
Max Size: 181.81/200 MB

Candidate Block

Mining Attempt 954201d93f9ba4cb10af2c4f4dc8e38f0ce954890f716a4a8c83a2000cf8d39c
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root ed024550d4f6b7de2ec3aaa196dad89e8d81110aedeb1014d0b7486b4550ace9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.06435789 BTC
Feerates: 1,002.91 > 6.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (132,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,931 782,931 000000000000000000030d7ba8d0f2deb7fd9fefd62b7de237ac26385bb85cb6 2,513 1.00/1.00 vMB 20
782,930 782,930 00000000000000000000be65032490b45a9138a72baf6761b3ce23a665e43470 2,829 1.00/1.00 vMB 28
782,929 782,929 000000000000000000054e5dc9d427a5ed7a53095120bda2e5edb99b18bc60ca 3,133 1.00/1.00 vMB 30
782,928 782,928 00000000000000000002d2bcf1072719bc302fb4b0addb880d002b5f02aa317e 2,301 1.00/1.00 vMB 34
782,927 782,927 000000000000000000020874c4d3e1e4ce7551a2f310e5a2a3d460d6f889b75c 3,056 1.00/1.00 vMB 7
782,926 782,926 000000000000000000005552795eeb4ac4026f9eb8abdd69e15e44b3d20f645c 1,472 1.00/1.00 vMB 18
782,925 782,925 000000000000000000002fc78e86fa4367f8d004a5e944010884f72871227fd1 1,906 1.00/1.00 vMB 10
782,924 782,924 0000000000000000000180f3659ccd4db353b5dad594385a6d172636835a8df6 2,508 1.00/1.00 vMB 13
782,923 782,923 000000000000000000019e1ed73bbb6fa53fc600c7eb93b3ad7b469a8c4941a6 3,307 1.00/1.00 vMB 27
782,922 782,922 000000000000000000041cf502c1170b61e7278c57c9ef72997572adac553827 2,494 1.00/1.00 vMB 20
782,921 782,921 000000000000000000057b1645c4ef4745a9f308c4d43848c4c6337d1ef44492 2,220 1.00/1.00 vMB 20
782,920 782,920 000000000000000000055828b656d1f50dd03db99599a1fdd2f66b20c78ec152 1,837 1.00/1.00 vMB 14
782,919 782,919 00000000000000000000826c6c10924e6ad821e258a21dcb50684917df35ac53 2,594 1.00/1.00 vMB 16
782,918 782,918 000000000000000000054792d5b26595d97894ef8d1e53c83a5787a6fd47edc8 3,275 1.00/1.00 vMB 25
782,917 782,917 000000000000000000050d8043abe3709172698dd1920e63f2af85b7233b09ff 3,887 1.00/1.00 vMB 22
782,916 782,916 000000000000000000003706843dcd848894c05eb21d08814edbfd836c377ee1 2,301 1.00/1.00 vMB 29
782,915 782,915 00000000000000000004ba8e09bffe9c237139c15f822ded1f6378b8c32b5696 1,807 1.00/1.00 vMB 32
782,914 782,914 00000000000000000001655feb524bab2b66a104f14661ecc3dfba1190dcf0eb 2,913 1.00/1.00 vMB 33
782,913 782,913 000000000000000000018fac047b5c3970aedbcde4e6942a09ae737c665e836b 1,239 1.00/1.00 vMB 21
782,912 782,912 000000000000000000040e089e8b5d816a5eb6d58b20484f40295f4e2ef4c56b 2,453 1.00/1.00 vMB 13
782,911 782,911 000000000000000000027bac3636826a4656dd9c8abb661bb3575eadef5b7250 1,818 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.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.