Loading Tool

Explorer IconExplorer

Memory Pool

80,367 transactions
30.54 vMB
0.09124928 BTC
Random Selection Loading Transactions
Max Size: 185.91/200 MB

Candidate Block

Mining Attempt a2b495c5c975e24fd9f66d064e82b6d6d3ba53dbb48f7a866a1952a6a6cf2a33
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root 813ceeb65f784e03557b1aa7f93ab945d0abdd7b5bcf144f2f16cb486ec37302
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,809
Size: 1.00 vMB
Total Fees: 0.02252215 BTC
Feerates: 200.00 > 2.26 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (65,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,948 849,948 000000000000000000029dc17b731c47229316ab278398bb8d980e1b08d5840d 3,590 1.00/1.00 vMB 11
849,947 849,947 00000000000000000002f5739658b14b0526d995ad155e03bedc4f089e942b2f 2,566 1.00/1.00 vMB 11
849,946 849,946 00000000000000000003205f726b97f11465de526fcf89d7a38f4bf7e1308af4 3,496 1.00/1.00 vMB 15
849,945 849,945 000000000000000000025f57b1cb9ceccfe8577f6359c6af916bcad84bf4619a 5,261 1.00/1.00 vMB 11
849,944 849,944 00000000000000000002b89f327e8336564b6b641fb2176d5aeed5208d247ff0 7,859 1.00/1.00 vMB 7
849,943 849,943 00000000000000000000e2b92e18f028557440a29cdb6aa20c71d270145bef1a 6,719 1.00/1.00 vMB 9
849,942 849,942 00000000000000000000f2d01495efe2be376e6d8d9243a036594e7392155a35 5,307 1.00/1.00 vMB 9
849,941 849,941 000000000000000000016913cafc8a24b401b938f54a73df808a5941d6a86642 5,996 1.00/1.00 vMB 9
849,940 849,940 00000000000000000002740639718a30f13753a69cd4a01f7cd9bbc65df97b44 5,732 1.00/1.00 vMB 8
849,939 849,939 000000000000000000009614374f94a59b8e1190feb48fd9f570f04a78e13e8b 4,153 1.00/1.00 vMB 9
849,938 849,938 00000000000000000002516f3513af26c38e431398db36ba6e0123a5041f3644 4,378 1.00/1.00 vMB 9
849,937 849,937 0000000000000000000352c2d6ea4f02ec152ee1c37cd02b250091575a7c2b3c 6,331 1.00/1.00 vMB 9
849,936 849,936 000000000000000000011b0a9eaf4e79c2119d2a6301a4d77ddc654ae52f4c58 5,385 1.00/1.00 vMB 8
849,935 849,935 000000000000000000018ddcb546efd4274bb5657730872acc8928dba0e684d7 6,335 1.00/1.00 vMB 14
849,934 849,934 00000000000000000001900ed25d57f73edd5b37ec174772a30bf50992fcff34 6,623 1.00/1.00 vMB 10
849,933 849,933 00000000000000000001a93be3058ce084f8901e7782b5af638c9733327b781b 6,488 1.00/1.00 vMB 9
849,932 849,932 00000000000000000001e2c63e1b94323e2ad6106cbec87ab521d3df9515070d 4,801 1.00/1.00 vMB 9
849,931 849,931 000000000000000000008cf83f6691cb89e74ecc75a2b020635f45b8ec073f7f 3,847 1.00/1.00 vMB 14
849,930 849,930 00000000000000000000a3d23b031fbe1901cecdc51616b58db06f529affb96d 5,713 1.00/1.00 vMB 9
849,929 849,929 0000000000000000000094a60e46da3fcf402bb7bfa0af8b30da72f2615a29f1 5,302 1.00/1.00 vMB 11
849,928 849,928 00000000000000000003133126afdc236f083f8645cf8a3ad4459b28c4cf628b 4,445 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.04 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: 719.69 GB
    • Received: 18.13 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.