Loading Tool

Explorer IconExplorer

Memory Pool

42,727 transactions
29.12 vMB
0.07351216 BTC
Random Selection Loading Transactions
Max Size: 149.88/200 MB

Candidate Block

Mining Attempt e8940e83416dbffd8051e207b4ee60739b3d66370bbe45a243b6693276144a2e
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 889e7ee58d88340e037955b04ab549df576498f20778c5343cc601fcf54d2b32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,947
Size: 1.00 vMB
Total Fees: 0.01666280 BTC
Feerates: 477.45 > 1.67 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (450,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,893 463,893 000000000000000000e7ed9af7744091cfdb05ba729a5138fb7743167e5a7d96 2,383 1.00/1.00 vMB 218
463,892 463,892 000000000000000001d6f5f4f05ada829b8b75584aa1b25652d5937558329487 2,285 1.00/1.00 vMB 171
463,891 463,891 000000000000000000e405827776d88d3ff20daba4e27ccc0c4cbcf0d36a02e9 2,601 1.00/1.00 vMB 230
463,890 463,890 0000000000000000019962f61c038bdb7a038aa2b4d617ec4e5cd19e8e41c89d 2,757 1.00/1.00 vMB 215
463,889 463,889 0000000000000000018b6ceea022b0b905680ead69cb7b0e55aaaa75e25cce24 2,304 1.00/1.00 vMB 216
463,888 463,888 000000000000000000aa86e1d7427b23a8b8acef1f9fd1f2642b48f681f29764 2,740 1.00/1.00 vMB 275
463,887 463,887 000000000000000001ea7caf406376059996821422b877d07e8b6f4952584875 1,719 1.00/1.00 vMB 146
463,886 463,886 0000000000000000012cd12d372557e7c2300457da1c5baf549c81aab1b40c91 1,814 1.00/1.00 vMB 162
463,885 463,885 0000000000000000010bd605145f67bf36b44f7e1eeb43811119d55a83657540 958 1.00/1.00 vMB 139
463,884 463,884 000000000000000001a5c95af6d6d27439c25cb15f619ac0709dbd05c4453416 1,847 1.00/1.00 vMB 161
463,883 463,883 000000000000000001d37c2b4022aa9eac1896adab0c5116ac2133e44e6978f0 2,786 1.00/1.00 vMB 166
463,882 463,882 000000000000000000a91c95a5de514c5d825b680654e7c5316c3d9fffe740c5 1,755 1.00/1.00 vMB 192
463,881 463,881 000000000000000000c14dfbec3913d6737f6ec07d7d7143d116c739e7964af5 2,291 1.00/1.00 vMB 168
463,880 463,880 00000000000000000040dff89ac16ed55f7d368be0b27d0caf79b9354d04693b 2,377 1.00/1.00 vMB 195
463,879 463,879 0000000000000000018e2082cd8a48d4ac095f7bee7659fed1140715f4a45ec6 2,031 1.00/1.00 vMB 202
463,878 463,878 000000000000000000cc3f68fb1dc398c81bc50d7f7dae6e46e08ac3cb840fcd 2,068 1.00/1.00 vMB 210
463,877 463,877 000000000000000000d0a178e87c6e955a9843145577ecf47f5416976b619a35 2,222 1.00/1.00 vMB 237
463,876 463,876 0000000000000000016844ca01eff9b726c7de4ef691045d984687791afaff0c 2,274 1.00/1.00 vMB 266
463,875 463,875 000000000000000000ec5d0ea3369480b74c2b6b8e6b7ac3ec56a80c8e5e51c9 1,800 1.00/1.00 vMB 174
463,874 463,874 00000000000000000000cab3ded1ca54d9184a5ecefebc1641e141159f088ef3 2,055 1.00/1.00 vMB 192
463,873 463,873 000000000000000000f86d2c2cd46abea22784128b09bb55e79ac9c079545e89 1,908 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 781.71 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: 629.55 GB
    • Received: 11.92 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.