Loading Tool

Explorer IconExplorer

Memory Pool

36,755 transactions
26.93 vMB
0.05746975 BTC
Random Selection Loading Transactions
Max Size: 136.73/200 MB

Candidate Block

Mining Attempt e05be0cac295684aa5798908dc0acba02dae8f97608330bc7b6be0368162747b
Version 20000000
Previous Block 00000000000000000000aa901451ea64871ed16c71336cb9b9a72dcf9202be9b
Merkle Root b6707cdbf547074e31ac1eaa5926ccf0e22ccfcc90dcc074b0f502e477ee84c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,632
Size: 1.00 vMB
Total Fees: 0.00691052 BTC
Feerates: 30.55 > 0.69 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,649 (420,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,676 493,676 0000000000000000000379c683f21cdb18210b890ecfc74ff03ff6288e927611 3,115 1.00/1.00 vMB 329
493,675 493,675 0000000000000000002bb9400f45c6fa6cb9526e652a9b90e2f357e1268110e5 2,641 1.00/1.00 vMB 317
493,674 493,674 000000000000000000a933b50c4c491a7418b6c6ac33dcaf2245505d58c6a005 1,813 0.93/1.00 vMB 291
493,673 493,673 000000000000000000b3bf4f293b1d358e1cd2ab17482dc6eed204e17cd9953f 3,244 1.00/1.00 vMB 328
493,672 493,672 0000000000000000008d0cb975df9e649c5047fbb59e7efd0e47918f47ffc808 1,512 1.00/1.00 vMB 233
493,671 493,671 0000000000000000004d4aa538d40ca6e3e2928d98159b2d031dbb47d0892e9d 2,192 1.00/1.00 vMB 290
493,670 493,670 000000000000000000586055a4b811908346dc929aba295189c2e6dfc25dc748 2,604 1.00/1.00 vMB 318
493,669 493,669 0000000000000000003bc5cc61ffa5181fa2cb45332a156b1f17b46d7a91e552 2,796 1.00/1.00 vMB 247
493,668 493,668 0000000000000000003e71811016751ea6b6d828734b22d65fcefff43cafa0a0 2,349 1.00/1.00 vMB 251
493,667 493,667 00000000000000000063f770ed434d1d3855658bb514e692ef92e13d5f820cda 2,012 1.00/1.00 vMB 240
493,666 493,666 00000000000000000000f52acbfc19613985e650afbb17f27ab3d524eb25468b 2,457 0.94/1.00 vMB 304
493,665 493,665 0000000000000000003186f6089b4b5b890c11df1f7fce64ec5f26ad43592f16 2,455 1.00/1.00 vMB 309
493,664 493,664 00000000000000000077b6d24c51c9f19139abc1b80d31626598f67c7631f7b9 2,635 1.00/1.00 vMB 277
493,663 493,663 00000000000000000015abd52b6de6aa8f32f1e15b53f7e99d535b74989dc98f 2,896 1.00/1.00 vMB 287
493,662 493,662 000000000000000000012dd8879d2006c07bdabbafbb1c00ee8405eadafcb666 2,406 1.00/1.00 vMB 259
493,661 493,661 0000000000000000009a0eebf67aeae3ddaed04cb10308497d0ccd3cda8b9df8 2,668 1.00/1.00 vMB 299
493,660 493,660 0000000000000000001196f5816e1c07d6ff84dec30b13af394fb0307d128a8f 2,596 1.00/1.00 vMB 297
493,659 493,659 000000000000000000b7a68731bf3cd4635b6db27abc0aae3b92e2c6a15f05e3 2,614 1.00/1.00 vMB 278
493,658 493,658 000000000000000000ae7177961596f9a991aee0d959f5455b0796d2d9686dd4 2,673 1.00/1.00 vMB 283
493,657 493,657 000000000000000000c0a2fe1505f9da405d62e289aa2b49d1ae82233905f5ff 2,169 1.00/1.00 vMB 297
493,656 493,656 0000000000000000008795b13e8b0f36c17e4067fad756e3768cbd9574f15d2e 2,578 1.00/1.00 vMB 329
Previous 10 blocks ↓
Total Size: 781.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 632.69 GB
    • Received: 12.14 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.