Loading Tool

Explorer IconExplorer

Memory Pool

41,894 transactions
26.75 vMB
0.05646097 BTC
Random Selection Loading Transactions
Max Size: 140.40/200 MB

Candidate Block

Mining Attempt 111e0c982286755231348eaf0628aed88f26d661a3487d508784de801c806978
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root f61a90ae4ded38bf0584b2dc3d619b8e3de6c5d28cc6cfa57a7b8351364f941a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,554
Size: 1.00 vMB
Total Fees: 0.00701422 BTC
Feerates: 103.41 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (254,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,813 660,813 00000000000000000006598f99c250f53574a0bb7ec27622718287774c883d34 2,346 1.00/1.00 vMB 22
660,812 660,812 0000000000000000000bd3f579f06fb0bcc65e508c1e7d9d22ea34a3aadcf54c 2,791 1.00/1.00 vMB 64
660,811 660,811 0000000000000000000c8aa1003d44a39d31182bd2b185e71e050791327a93c8 1,014 1.00/1.00 vMB 17
660,810 660,810 00000000000000000006962eaa452b948899a7e885670290594318eb4b043c98 2,638 1.00/1.00 vMB 36
660,809 660,809 0000000000000000000327883e979953bb7ca899a2323dff7a2c9c3d96d36a72 2,315 1.00/1.00 vMB 38
660,808 660,808 00000000000000000001742ea485e614b2fb01a1660ab0c6b763c058ea4a66b0 2,951 1.00/1.00 vMB 29
660,807 660,807 00000000000000000005cb73641ea29a8a37aaf3bcfa3832bee1cf994cbe16fc 2,726 1.00/1.00 vMB 79
660,806 660,806 0000000000000000000bd60e658ed9cb956ee6b62afb53bcd0551a92b7f5e34a 3,148 1.00/1.00 vMB 33
660,805 660,805 0000000000000000000d60377b878d45b638ad4dee0f8a52ef49add633d41ce3 3,364 1.00/1.00 vMB 56
660,804 660,804 0000000000000000000dc5c0a2964655f3e08159b7e5ab84a8231af2ea7ea72d 2,466 1.00/1.00 vMB 76
660,803 660,803 0000000000000000000172ab61e48656865693233ac844159f7831c106f509f0 2,681 1.00/1.00 vMB 37
660,802 660,802 000000000000000000046a52aacff5815a79fd8f537df40374a787950006e3e3 1,753 1.00/1.00 vMB 98
660,801 660,801 0000000000000000000ce2d4fa944b992b70275bda17359d98d37f47995b1ddd 2,208 1.00/1.00 vMB 74
660,800 660,800 000000000000000000070b08ba64d878abd6898f14f7d2b16988e2c6d301eab7 2,975 1.00/1.00 vMB 38
660,799 660,799 00000000000000000005941f188aa4b1f28f8a6a0119abcca621c57b85e804cb 2,688 1.00/1.00 vMB 58
660,798 660,798 00000000000000000005b6886c4e82fa25d9d11f5370152eec1c646ecc9ce8ae 2,630 1.00/1.00 vMB 43
660,797 660,797 00000000000000000004719934e0a24ace1d9fa97adecb3427777ba72625049c 2,338 1.00/1.00 vMB 68
660,796 660,796 00000000000000000005636b4ea44edd08e876d9265e3ea3ee7d828728be9e01 3,387 1.00/1.00 vMB 48
660,795 660,795 00000000000000000000dafe20d16097743f8a3d4dab73c5556c4fb02069697e 2,677 1.00/1.00 vMB 69
660,794 660,794 0000000000000000000c677190ab131064e0b9ded34da0e567786b4795d31a0f 2,253 1.00/1.00 vMB 82
660,793 660,793 00000000000000000001fddb2d6f5acf78145635f5eb23e2b0d8b1078db8e7dd 2,807 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.