Loading Tool

Explorer IconExplorer

Memory Pool

74,456 transactions
27.59 vMB
0.07182133 BTC
Random Selection Loading Transactions
Max Size: 168.15/200 MB

Candidate Block

Mining Attempt bf02095320d28bcbd39c96a1bc3b034fcc8d0376687b4eac33c12f625d3a6e6e
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root fb2f4f01855abf33365594ad9ef1690bf9710150857f9ca068473ff681ccdcd5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,194
Size: 1.00 vMB
Total Fees: 0.01286433 BTC
Feerates: 480.19 > 1.29 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (272,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,659 642,659 0000000000000000000055b0ac0131344bd4cc099067da7e8354228482588b2d 2,835 1.00/1.00 vMB 115
642,658 642,658 0000000000000000000e8ce59dc447ccc7e270e0721b7a24777ceb799f2fab78 2,689 1.00/1.00 vMB 69
642,657 642,657 00000000000000000002bed12d9ce31662859ab10b564492155bb34244594b7c 2,378 1.00/1.00 vMB 142
642,656 642,656 0000000000000000000fb21f93e7688d8729c93ee82ffba7d582b52e4a5513ae 2,289 1.00/1.00 vMB 27
642,655 642,655 000000000000000000025bb83e87cee46bc723911cc42187917b6f38950d40c4 2,568 1.00/1.00 vMB 49
642,654 642,654 00000000000000000003029fca2c9ca58b5f3bdbbf4cf19ce548596aa5bb2d6e 2,699 1.00/1.00 vMB 58
642,653 642,653 0000000000000000000a98e6fc7d6a05ee0ef7604dc538ef22de7ed0e5ddc0aa 2,971 1.00/1.00 vMB 109
642,652 642,652 0000000000000000000c4c3029bb71671d7e66a04a2a66029a4e23be2cf89786 1,729 1.00/1.00 vMB 128
642,651 642,651 00000000000000000001097c7b7b6068b4292274006c21bc6bac64a67fc2f734 2,781 1.00/1.00 vMB 174
642,650 642,650 0000000000000000000101c54e8fa95821f56def491650cf8cd495bf7709c3a5 2,509 1.00/1.00 vMB 68
642,649 642,649 0000000000000000000c4e4f800d6c9d544b4490a4d6a8833f4bb6dfe23ae5f4 2,379 1.00/1.00 vMB 69
642,648 642,648 0000000000000000000c4d283a302e715b189bc8d9c838bd9c0d544132c2e71a 2,588 1.00/1.00 vMB 134
642,647 642,647 00000000000000000001d3aa2e84ff04bbaf83e9686f1c92f64cf1c4a99c903a 3,293 1.00/1.00 vMB 182
642,646 642,646 0000000000000000000768914a5f9c50664ecadbd57d83f394082b7bd9b97e34 1,948 1.00/1.00 vMB 65
642,645 642,645 00000000000000000005282b305d06bd0ab7ce5dd3e4d9ef77ef22ea48327c27 2,543 1.00/1.00 vMB 45
642,644 642,644 000000000000000000099f6cc455aa3721a759b7d3ff3826cd1c07b61b619a20 2,955 1.00/1.00 vMB 81
642,643 642,643 00000000000000000006537d4c81e5beadf63a396df8188c221fd497688c4b98 2,878 1.00/1.00 vMB 96
642,642 642,642 0000000000000000000d6eb1a5483cccf946fff778d7d631bac3e0fd21ac4fc0 2,764 1.00/1.00 vMB 157
642,641 642,641 0000000000000000000e7b1422a8917a60cc568b4dcabdcd209b5a42dea90886 2,867 1.00/1.00 vMB 138
642,640 642,640 0000000000000000000e875283b6d4774af1f364735b77b908c4ad1eeb5625c5 2,340 1.00/1.00 vMB 116
642,639 642,639 0000000000000000000efde2422117129651469df513764c7e137cc92fc087d4 1,836 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.85 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: 712.55 GB
    • Received: 17.19 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.