Loading Tool

Explorer IconExplorer

Memory Pool

30,289 transactions
29.47 vMB
0.06128546 BTC
Random Selection Loading Transactions
Max Size: 161.21/200 MB

Candidate Block

Mining Attempt 4f607f8daadf44733e9cdc3fc0f166d9a985846d76255a229b2e69e4d3a2340f
Version 20000000
Previous Block 0000000000000000000014a7a6a94b105f77aa2b79392c83ca133ddef89c3170
Merkle Root 8c2ea6c2fad18916ac2018752f566004aad0b83a56fe3b97b986fe3968bc2d08
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.02777726 BTC
Feerates: 302.06 > 2.78 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,879 (805,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,832 135,832 0000000000000a90c4c8680c0f5ce660328efce9562e423a95c4ae0fc7bf924a 14 0.00/1.00 vMB 836
135,831 135,831 00000000000007593dd83b18f267450cec55aad6f471ec5211e679343ecdc11d 1 0.00/1.00 vMB 0
135,830 135,830 000000000000015d3d2c73c17b0c24c756409fb3f3f165d1d814887b5ea6949b 25 0.01/1.00 vMB 112
135,829 135,829 00000000000005be52a44771f450a1a8920ed9fd059f38db04391f5b80a60da9 72 0.03/1.00 vMB 585
135,828 135,828 0000000000000265ed4cb641fd6ed1c1f6e44b20eba201e8500f0bc289568e07 79 0.03/1.00 vMB 223
135,827 135,827 00000000000006cd23099d8ebceb56ae5ae8eb3c8754add7481c595b0c13bf21 156 0.07/1.00 vMB 286
135,826 135,826 0000000000000933105db3c79eacf57ac378c50d954ef704fe7ba62ee8e0309f 73 0.03/1.00 vMB 463
135,825 135,825 000000000000046d6a77af38fe4fedf91d265ab37f2d0e2f73dac8e72e305fa7 22 0.01/1.00 vMB 458
135,824 135,824 00000000000004dff5dc1b25d7b11fb837b7d2f34cdf7c0ffffc4c9cb26282ef 20 0.01/1.00 vMB 211
135,823 135,823 00000000000003ba3584a4ab332dd269bc772812a5524af2c9ed92c99fd20b33 136 0.04/1.00 vMB 102
135,822 135,822 000000000000071a2cc7df3a12f72d301882791d51e1c96e37e9e2edcd411ec8 21 0.01/1.00 vMB 430
135,821 135,821 000000000000027646ee266777eba134d972f638a2d0df6d1ec0e07a8542d585 98 0.04/1.00 vMB 952
135,820 135,820 00000000000002e819a5aaa41dd7400380152df0394ffffd123b57d1fea52aff 14 0.01/1.00 vMB 140
135,819 135,819 0000000000000796f5579e212b2e1eb86c5b77bfe82399a64a2878fd26e4b016 24 0.01/1.00 vMB 214
135,818 135,818 00000000000008351d6a34c4b410ee5b378e743b7dc14cf7282e17f116ebc130 149 0.05/1.00 vMB 59
135,817 135,817 000000000000087572604910188fddfec81e47c7f88e95bf4e7a92598c6b7ffe 146 0.06/1.00 vMB 375
135,816 135,816 000000000000089feb95a1ed72980bf713a8f580c6eba82789a34fb2ec31d081 44 0.02/1.00 vMB 342
135,815 135,815 000000000000005588b6eae64eb0d947eceebf1e46fa443e0b0dd5bc3f61b9b2 106 0.10/1.00 vMB 115
135,814 135,814 000000000000010bda03c425598bc1febb4e04d1ffbffd7c9fc67069e5a8207f 53 0.03/1.00 vMB 631
135,813 135,813 00000000000005bade8151e983c25ef384acfe6e5a25d9f9928dd2f82611b093 124 0.05/1.00 vMB 303
135,812 135,812 000000000000046ce24d584fd4c3978ae896878d2b03645b42443f69d7c3e34b 46 0.02/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 828.32 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: 4,569.28 GB
    • Received: 246.79 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.