Loading Tool

Explorer IconExplorer

Memory Pool

83,622 transactions
31.82 vMB
0.13164856 BTC
Random Selection Loading Transactions
Max Size: 192.00/200 MB

Candidate Block

Mining Attempt bdd441c66ae55b6774e96ef0a3865841d8f31a7c6381bcfd7d95e4374e0761e0
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 7337cfd9e1a696054aebe598abc9e3982ce7b71df80c92bfa639b7bc5e9db8da
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,196
Size: 1.00 vMB
Total Fees: 0.04429130 BTC
Feerates: 803.65 > 4.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (490,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,393 424,393 00000000000000000491d506eb7dddcaac22372906f45d89265227ebb2e2b4d2 1,661 1.00/1.00 vMB 51
424,392 424,392 000000000000000004fe35a3a7bcf11b6b49d723ac3b2b66d0580f3731ff3f2d 2,436 0.99/1.00 vMB 61
424,391 424,391 00000000000000000243d7c17a140aed785a3117209741f1d383af677c6a4470 2,215 1.00/1.00 vMB 90
424,390 424,390 0000000000000000004abf7abe6dec96b30c32f1097fbf40c25caab398e29c43 605 0.45/1.00 vMB 32
424,389 424,389 0000000000000000038c1303bb3212925ccb0a6db6fc1d873ab5ec352a87d85f 2,823 1.00/1.00 vMB 82
424,388 424,388 0000000000000000036c8421c5bd298ce3cb7d0b1ec789768085fb4c1f31550d 303 0.99/1.00 vMB 26
424,387 424,387 0000000000000000039a8b76137b58f7e289eece0d8318008cafb31e02241c5f 856 0.38/1.00 vMB 69
424,386 424,386 000000000000000002032c53705e3365ad65303492924baeaeb449ed50776a2a 1,034 0.42/1.00 vMB 65
424,385 424,385 0000000000000000018d224290c569fcffc8d18708a912a167502d181eaa5640 1,791 1.00/1.00 vMB 49
424,384 424,384 00000000000000000262cafdb77374ac317d031f2c0cd8eff24e666985bf90e9 2,589 1.00/1.00 vMB 80
424,383 424,383 000000000000000003a0aa339dde4d33b661557abb1dd7032feea160bf18f2a6 1,804 1.00/1.00 vMB 46
424,382 424,382 00000000000000000025af3ce80f76f922a1af276308f6194f68ca92401ef2f1 2,528 1.00/1.00 vMB 69
424,381 424,381 000000000000000000414db297c663a241c22aadf91970a940df15eab42e7e72 1,902 1.00/1.00 vMB 60
424,380 424,380 000000000000000002c38415b64ba18ebb0e2e01962fdf146daf8072ca067108 344 0.18/1.00 vMB 56
424,379 424,379 000000000000000002066cbad5422680f9e50a6a6402d0a6ee6f4357d9377df3 2,061 1.00/1.00 vMB 58
424,378 424,378 000000000000000000af5d4a28a4d4258474a7591b6a609aadd7c3a58aec449a 1,699 1.00/1.00 vMB 41
424,377 424,377 000000000000000002aaeecb4c55edce4e7f4e2a6e249035f58e8d892c3f22ee 2,214 1.00/1.00 vMB 82
424,376 424,376 000000000000000003d972fa705006e0b12624aa97937f15c59db3b304444b95 2,035 1.00/1.00 vMB 72
424,375 424,375 0000000000000000030bd86614d83c886352222f2c420b1dcd05a7f77a6dfb16 2,228 1.00/1.00 vMB 61
424,374 424,374 00000000000000000294dfb008fa13db79c42d752428f1f403ab3826f15d029e 1,916 1.00/1.00 vMB 46
424,373 424,373 000000000000000004c079fef06dcf3ea37ff0ca67a3c4d77964b59bf1c43f40 2,599 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 783.00 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: 718.70 GB
    • Received: 17.94 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.