Loading Tool

Explorer IconExplorer

Memory Pool

79,078 transactions
29.27 vMB
0.12250577 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt e6ce98e37d4efa527492b5ba91ef595a174384360571af755f54ac9ba941ccef
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 65f52757d29599724c75303025fe5cb1656c8a20461391d5421bb3e4a9e46328
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.04445333 BTC
Feerates: 150.80 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (210,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,126 705,126 000000000000000000064b43d53ad1ebecb89a1ad9a09d50b1a00c74a90d360b 3,335 1.00/1.00 vMB 27
705,125 705,125 00000000000000000008b28bee04f0f820f9cf35835fbe8a00fdc91d06f128d3 2,260 0.74/1.00 vMB 12
705,124 705,124 00000000000000000004b4dd70418c80a71bb11d21a1a30d7f6573b3ec5d42e9 1,759 0.61/1.00 vMB 13
705,123 705,123 00000000000000000007d5e6af73a2472cedc502ca439d66b4ca7271d9f6dc57 2,801 0.94/1.00 vMB 7
705,122 705,122 0000000000000000000044599586ec0678ceb270789a9f8c3d7d27f2a6404349 2,660 1.00/1.00 vMB 19
705,121 705,121 00000000000000000007da2c3f5a64cf7929642de4ec28f817cc220102d4af27 913 0.57/1.00 vMB 15
705,120 705,120 0000000000000000000959d8b2d085586d09159806c2997367cc498fd14ae69f 354 0.18/1.00 vMB 14
705,119 705,119 00000000000000000002c1f2dd031501c8c8ad53723e2c5fd4cbb11512764590 1,683 0.73/1.00 vMB 3
705,118 705,118 0000000000000000000ccd732e0a07e4a7eb7dccce65a132bb9bf4047c602be1 2,659 1.00/1.00 vMB 20
705,117 705,117 0000000000000000000226f2e541ad1686cae703eefbc07739648a73106db938 1,795 0.67/1.00 vMB 11
705,116 705,116 00000000000000000001ad0dcfd76c016d5717ab1755bfba153bb7a429722e41 2,833 0.90/1.00 vMB 6
705,115 705,115 00000000000000000003695a7c3a5c7eef880a62d4a46dda4b0e17fd3930b0ff 2,984 1.00/1.00 vMB 6
705,114 705,114 0000000000000000000aba944064f740c454d10d7a45497920d0fa55f1385d85 1,283 1.00/1.00 vMB 12
705,113 705,113 0000000000000000000dcfe16bc23dc648e39ee84853bdebfeecf645b5e11c19 1,598 1.00/1.00 vMB 14
705,112 705,112 000000000000000000097f64c3d88cd1e66ee4df4bd9dcb7bf0922d58f3c0d5f 2,147 1.00/1.00 vMB 15
705,111 705,111 0000000000000000000b9bec275c3cf016f81a9fafb42f7dc6daeb91640c2102 3,017 1.00/1.00 vMB 22
705,110 705,110 000000000000000000000c66a2e48715436fcb229df6f2a22804813b7eae3e44 1,149 0.47/1.00 vMB 6
705,109 705,109 0000000000000000000107528696f2b34cc569f9edc4e4c24f26bbe7d8467bd7 3,109 1.00/1.00 vMB 15
705,108 705,108 00000000000000000000a3b1213b1d205b82e5d63c673fddf2dd6e1ddeb3559a 239 0.13/1.00 vMB 13
705,107 705,107 0000000000000000000e01a75f033c93c5cebd18c61e72aba3fc86e72514ea44 1,058 0.33/1.00 vMB 12
705,106 705,106 000000000000000000055e329845ae9eb0672185afd8863841a6c66faf9bba16 148 0.06/1.00 vMB 8
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.78 GB
    • Received: 17.21 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.