Loading Tool

Explorer IconExplorer

Memory Pool

78,778 transactions
29.18 vMB
0.09488182 BTC
Random Selection Loading Transactions
Max Size: 176.36/200 MB

Candidate Block

Mining Attempt a4f2d02dc6e748f949ff99136d61058ed8c66ed819d8b6049a83d94067d1e887
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 51338020212a23c387188f34da811b06a11bea2612b596f03707716204405156
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,675
Size: 1.00 vMB
Total Fees: 0.03379651 BTC
Feerates: 477.45 > 3.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (87,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,951 827,951 00000000000000000003a0b33747ba28f19d6b1279fbf1931c01acbd1e0652d5 4,846 1.00/1.00 vMB 31
827,950 827,950 000000000000000000023932d1b395897b48e08e6caecbe2f66ee745dbf0adb3 4,738 1.00/1.00 vMB 31
827,949 827,949 00000000000000000000d9b22e8456f399256c92bab0caa8160dbc641c7efa09 2,642 1.00/1.00 vMB 35
827,948 827,948 00000000000000000000cd3ad1312c39941e0b5d24dd8e2ea5de43ad116067ee 5,645 1.00/1.00 vMB 30
827,947 827,947 00000000000000000000acfe0d8cdf895cfb5d22c2cae4069675e0862339159e 4,550 1.00/1.00 vMB 31
827,946 827,946 00000000000000000002c46a1ed3f71d4d5895392e165d3a320ccc584b4de30a 4,137 1.00/1.00 vMB 31
827,945 827,945 0000000000000000000233bfb26e46551aa63e6f8762a53e5fd3567aac367e76 2,593 1.00/1.00 vMB 41
827,944 827,944 0000000000000000000254d573e1f250217ef1d020b95332c0626de640025987 4,269 1.00/1.00 vMB 33
827,943 827,943 00000000000000000002a2ecc28f04f80e5a0bb94633780a8f54e5b7417a5257 6,086 1.00/1.00 vMB 28
827,942 827,942 0000000000000000000382c30e57d5f5af3a65bd7d7cdd9eef514595f7f99fbf 4,323 1.00/1.00 vMB 29
827,941 827,941 000000000000000000006c6fc2a52d7659c3a8e879390a3339846899b6e0d1f0 2,935 1.00/1.00 vMB 37
827,940 827,940 0000000000000000000317f0b00ce2f6cf609807ee23731b6bbaa190c8a664b3 4,979 1.00/1.00 vMB 28
827,939 827,939 0000000000000000000211bb0780e2c183a3bbef81f8dd1877ad80c21fc86baf 3,818 1.00/1.00 vMB 35
827,938 827,938 00000000000000000003cd81e4de2bbd0a00ed47d2b26c45ef4e57deb65973c0 4,210 1.00/1.00 vMB 32
827,937 827,937 000000000000000000008923af98bc08cd474603c70477d121e9d0a5f0426388 4,612 1.00/1.00 vMB 30
827,936 827,936 00000000000000000001eced90ae20b98e27ed4946a27b484c5b232846207c3e 3,394 1.00/1.00 vMB 40
827,935 827,935 00000000000000000002b342cc29e71eba96edd6155c001aff136773cf81ad45 3,946 1.00/1.00 vMB 30
827,934 827,934 000000000000000000035d26b6513b93e47b1d0dcdf17cfc55ba89dbf5030999 4,465 1.00/1.00 vMB 29
827,933 827,933 00000000000000000000f3cf7dbdfa2879613802761b52a9d04c4d9044acc744 5,658 1.00/1.00 vMB 32
827,932 827,932 00000000000000000000bc123ee5a5b2ee4f704a40b4f250f0bbf34ba0e76ec5 2,699 1.00/1.00 vMB 30
827,931 827,931 00000000000000000002e0b21b3b3586a7c43d9b7b7146747d95acdf3c40f2de 3,461 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.