Loading Tool

Explorer IconExplorer

Memory Pool

82,010 transactions
31.50 vMB
0.07910057 BTC
Random Selection Loading Transactions
Max Size: 191.44/200 MB

Candidate Block

Mining Attempt c60674f483d91cb13ff97ffb4f16ea432eb76e950370b9313dd580b301a23cb2
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root 92dbe50eb4f6542d1f7b1183ebf1da210ba1f1d7afc3c9c8299fda09ffa17243
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,738
Size: 1.00 vMB
Total Fees: 0.01078365 BTC
Feerates: 150.61 > 1.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (358,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,164 557,164 0000000000000000001ea803740fc4a1bc1cf15f62a69abdfff2877cb35774d1 177 0.08/1.00 vMB 7
557,163 557,163 00000000000000000019933650af5854d1cac1dd65db3f73402a94fae7cf52a6 2,100 0.93/1.00 vMB 11
557,162 557,162 0000000000000000000479d2c74dc2fdb23b08985609d031903791d797bcc5ab 1,063 0.60/1.00 vMB 7
557,161 557,161 0000000000000000001fa71c9491b1ef4fb37925803344553e5d0e5c6c5b0958 866 1.00/1.00 vMB 6
557,160 557,160 0000000000000000000a6149bd6e85a3475d7b1e15e7cceed93dbe581ff7983d 939 1.00/1.00 vMB 51
557,159 557,159 000000000000000000249ff52565b7cd664398b747c4b29d39b75d2e0bcc0ea4 1,399 1.00/1.00 vMB 10
557,158 557,158 00000000000000000013a76a0637f99a886c926f32e2609d280866d192df440b 729 1.00/1.00 vMB 46
557,157 557,157 00000000000000000017a5e44cc3d5378003b072f0db29cfab5d1f01b8cae7fb 2,232 0.91/1.00 vMB 11
557,156 557,156 00000000000000000008a84b0c2f7d8c040da0bbc1577c6b4f98f5a9f9febb67 1,125 0.73/1.00 vMB 6
557,155 557,155 0000000000000000001d516692a538656b63755e928cb24aaea37b67ce6ff533 2,546 1.00/1.00 vMB 8
557,154 557,154 0000000000000000000ca3a2589df5694748d9ea63eec48711b7f83a694702b6 2,037 1.00/1.00 vMB 5
557,153 557,153 000000000000000000209112c45b6c5f4289b3013a76a40184d98a2d3fcbf3ce 2,837 1.00/1.00 vMB 11
557,152 557,152 0000000000000000002e5636f191a9a7c0c977f3fc2425275a96b84a75933ff4 3,006 1.00/1.00 vMB 24
557,151 557,151 0000000000000000001294d3f78b2edec1560b455e6de6706728550489a0e34d 2,671 1.00/1.00 vMB 6
557,150 557,150 00000000000000000021c8810627c014e4bd84b3c536efdee0028845c0a1fbc4 2,762 1.00/1.00 vMB 17
557,149 557,149 0000000000000000002ad0fbd1dd41b800792ddec883e3198169f562efd8fe31 349 0.22/1.00 vMB 8
557,148 557,148 000000000000000000098165ad9cbeb9900054ed021614a52f75d49295a23fc9 2,316 1.00/1.00 vMB 9
557,147 557,147 0000000000000000002e45e1aada57769771284f4c0cc64c32095d2e1e1b7d4b 1,049 0.51/1.00 vMB 9
557,146 557,146 00000000000000000022b7264a37d13f1b380607c1f9d7b2e8dbb01e2823fceb 815 0.70/1.00 vMB 5
557,145 557,145 0000000000000000000ca71ec65cf5a99aeccdb4a35bd9923f72a995d8241336 2,618 1.00/1.00 vMB 12
557,144 557,144 00000000000000000015b7a45d94d2257aa3b8645832a1a2f4e5c9e6a30f92a3 2,972 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.74 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: 707.90 GB
    • Received: 16.71 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.