Loading Tool

Explorer IconExplorer

Memory Pool

81,319 transactions
31.97 vMB
0.08343298 BTC
Random Selection Loading Transactions
Max Size: 191.92/200 MB

Candidate Block

Mining Attempt f0ca10da133ea27c9668b390d7604b667fa55c9632732c530a1ba695c74f074f
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root f4a48adb453f1c18f6b3a9b5c7af13f5da9425327de3eea14db1689e99c4a610
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,279
Size: 1.00 vMB
Total Fees: 0.01315472 BTC
Feerates: 119.03 > 1.32 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (780,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,160 135,160 0000000000000a253e98a6cc207adf9ccc7eb412ed132a72a4084f636f7d5f2a 15 0.01/1.00 vMB 162
135,159 135,159 0000000000000a1ab09811a932cc8a460fe5ad1d74e794eac751aaa433d8450e 119 0.05/1.00 vMB 337
135,158 135,158 00000000000000501a5966e85dad449628e3ea6a5b002444bf95499dcf87dc26 10 0.01/1.00 vMB 171
135,157 135,157 00000000000008161e4b044264ec6bb342465ee0be29c4cc60087642538ddb98 129 0.04/1.00 vMB 302
135,156 135,156 00000000000002bf8475d318e285e22971021b70f8b6bd5ecd6c2a8fc1ba3281 43 0.02/1.00 vMB 683
135,155 135,155 000000000000076fc5f24d2baba12f3bdb3c57098a3f98923d01fc27624ed63f 94 0.04/1.00 vMB 394
135,154 135,154 00000000000007f57e0f7b10070745794bf4a05dde8d151a144850a1a4343398 98 0.05/1.00 vMB 359
135,153 135,153 00000000000002024b15c102cf70aa0b1ad1995dd47eff09a52387d3921a918c 11 0.00/1.00 vMB 474
135,152 135,152 00000000000009603d74410e02cfbc4481fb0fcdb62b2ac6cdea5f5d6b7b06a6 3 0.00/1.00 vMB 97
135,151 135,151 00000000000009cda1bde77eb31c47717bea8b6578c937e0f7b5979e69ed0490 145 0.04/1.00 vMB 51
135,150 135,150 00000000000005dab88eb2fbeb48d1e11d89417a96c179d12b7fc337896ef852 24 0.01/1.00 vMB 168
135,149 135,149 00000000000001ff4ab040e4888be892d4da2187bb01e85a4708a0d3aea24be1 35 0.01/1.00 vMB 773
135,148 135,148 000000000000071202ffc460d4f99c727ca0fc397c6375c938b1ebe1bfdb006a 92 0.04/1.00 vMB 425
135,147 135,147 000000000000046f7902ec3698dcb1d9f15e186eb213e3bab7b6a5ae05d3fb09 25 0.01/1.00 vMB 315
135,146 135,146 00000000000006bf810494cdfc8309f5514810efd06b024ad1c7cf663aee75ba 45 0.02/1.00 vMB 361
135,145 135,145 00000000000009f9db22ed8dc10dd2ab7d487c83f373c8ee2e1bae2ada015cde 57 0.04/1.00 vMB 192
135,144 135,144 000000000000065748bacb10a856cf95c2ed5f1bd8d3db1b99b9156c00993b05 152 0.04/1.00 vMB 200
135,143 135,143 00000000000006bcc45d54af7b0080cf5fe0bc9f47ae905c79beb5db50cef339 19 0.01/1.00 vMB 407
135,142 135,142 000000000000069dbd6c4ccf90e8838fbf9f32cb6e9938ee7553c96cb0fb8cf7 8 0.00/1.00 vMB 363
135,141 135,141 000000000000048f9c31b811768bd665d2c42cbee74e5261fa6f7793235c3822 69 0.06/1.00 vMB 810
135,140 135,140 000000000000093b88a6f3c771e59b1b7dcac4b48f2cf0589f4abee252dedf9f 40 0.02/1.00 vMB 378
Previous 10 blocks ↓
Total Size: 782.70 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: 697.31 GB
    • Received: 16.55 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.