Loading Tool

Explorer IconExplorer

Memory Pool

41,301 transactions
26.38 vMB
0.05335572 BTC
Random Selection Loading Transactions
Max Size: 138.38/200 MB

Candidate Block

Mining Attempt c94a813c207f361287b4fe73ef8f7f8c147e872c2609ed2fb4a0c2de00356846
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 2ee864473baa242846ce18f52f80622795bd0b8aeae6f9a871bafc3e766d1f37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,752
Size: 1.00 vMB
Total Fees: 0.00511081 BTC
Feerates: 100.68 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (287,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,959 626,959 0000000000000000000909a6cb2d3483a27554466c2ddb65e4e799fbf9a7c158 2,681 1.00/1.00 vMB 14
626,958 626,958 0000000000000000000f2612569f4ab8e7646c23638450129e49188ab8b191e5 2,218 1.00/1.00 vMB 18
626,957 626,957 000000000000000000126ad95da82f1422eb995ff01cc2c51896ac6dba63c50a 1,023 0.33/1.00 vMB 17
626,956 626,956 00000000000000000012ad64f6323767e26a90a2ea6806028a955c3e5f38bee5 1,078 0.98/1.00 vMB 7
626,955 626,955 0000000000000000000e8f66699e28a6e098c245f4083f32108ae265f0f62f65 1,952 1.00/1.00 vMB 2
626,954 626,954 0000000000000000000d1faa8a0f6d7de86eafbe2572d0aea65d9bf1a5859133 2,310 1.00/1.00 vMB 19
626,953 626,953 0000000000000000000b9066e12b8d00906d63722064590fa2c21543860e1cf0 2,605 1.00/1.00 vMB 18
626,952 626,952 000000000000000000083fca48af31ec1bbc5913aee3b5d1a82765d97b40b4e3 2,691 1.00/1.00 vMB 14
626,951 626,951 00000000000000000010a50282d0e2dee4ab89ddd5166f17f969d0a0876d88c6 1,822 1.00/1.00 vMB 9
626,950 626,950 0000000000000000001237c31b710b7f3634ba43069ff4efa66870768361b966 2,183 1.00/1.00 vMB 23
626,949 626,949 00000000000000000010cc340b919de89a0301a37bce06a9c0585662ab363e7b 1,374 1.00/1.00 vMB 25
626,948 626,948 00000000000000000011f50258ad58b9f24821b3928aff6c50954ed5b4b0b1a5 1,836 1.00/1.00 vMB 12
626,947 626,947 00000000000000000010fcda720a9ef442e3f682e926aefb53ca6f597dff0a74 2,545 1.00/1.00 vMB 31
626,946 626,946 0000000000000000001282f4172a7c6ec7124e78b0a2fdff1b57241b92110b33 2,653 1.00/1.00 vMB 18
626,945 626,945 000000000000000000045d8c8f9df033adc04f54d40041f2d63499e4fb3e81b1 2,831 1.00/1.00 vMB 32
626,944 626,944 000000000000000000013cddffe64cca1b32adcadb830cadeb4b3586e3875b53 2,652 1.00/1.00 vMB 31
626,943 626,943 0000000000000000000c5d7fde41d45f64c762e90518c9fad11af53bab0dea21 1,979 0.71/1.00 vMB 18
626,942 626,942 0000000000000000000a8750bdc7ddcb272c300e63b269e6ad74796e4f45b7fc 130 0.04/1.00 vMB 26
626,941 626,941 000000000000000000040f98590a4cfe71445ce59941f1cebd9abb27e938524b 245 0.08/1.00 vMB 17
626,940 626,940 0000000000000000000dd5b0a78eaf66738c985c2a35b71bcb47ba4b03cb98b5 1,677 0.56/1.00 vMB 17
626,939 626,939 0000000000000000000b61d19bcfc14172b38cdffeb334f7825b33a18a03a79b 904 0.32/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.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: 650.44 GB
    • Received: 13.28 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.