Loading Tool

Explorer IconExplorer

Memory Pool

46,204 transactions
27.11 vMB
0.07144378 BTC
Random Selection Loading Transactions
Max Size: 143.82/200 MB

Candidate Block

Mining Attempt 9cdb4eeca94541ed570f6604763638207c9fb33a29529980c83193347f54fe2b
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root f6756f21a7e44fb579456904be5f0beae3db4ad7144187ab5b089262b5f90ad2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 1.00 vMB
Total Fees: 0.02111613 BTC
Feerates: 151.03 > 2.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (529,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,166 385,166 00000000000000000ca874577ff832afddf7dd8f20d0f9db4782eb5489a002a2 336 0.46/1.00 vMB 12
385,165 385,165 00000000000000000d0432a968a78f9de565cb6de2803ce781e2382618b6bd1e 1,145 0.56/1.00 vMB 30
385,164 385,164 00000000000000000aeba1a0cb877d8377f6f125cf04eb6b984ad227f82dface 1 0.00/1.00 vMB 0
385,163 385,163 00000000000000000f1026fd3c8651e11bbbd5a9d7d18fe387762579f57caea4 500 0.20/1.00 vMB 49
385,162 385,162 00000000000000000522e56b51290f4d9fa9336aa1485d334ace164bf7e0e3b1 1,044 0.59/1.00 vMB 28
385,161 385,161 0000000000000000070d2bdd31f2ea3a599968ffc82362c5d2c9419b5a93f0b5 986 0.46/1.00 vMB 34
385,160 385,160 00000000000000000d4a69ae59c84c94de8bb5fedb579a802d90fdde074159b8 1,482 0.89/1.00 vMB 28
385,159 385,159 0000000000000000033063de77bf5bc254cd1175f9302cd4d1b1081d09b729a9 965 0.44/1.00 vMB 31
385,158 385,158 00000000000000000d8d6643eac09df036bce59c155389d5c875c25ea0fe74b2 1,702 0.99/1.00 vMB 27
385,157 385,157 00000000000000000577dac87a38add9181e0572ca84cdbd8569df91c9038544 730 0.87/1.00 vMB 16
385,156 385,156 0000000000000000092e5616284ce0e0ad88cd2a3cb6421b7d6a48e827202acb 1,592 1.00/1.00 vMB 28
385,155 385,155 0000000000000000011ddbea9640dbbf3fa6f568de9ac775f97db1dc203e78c9 1,323 0.99/1.00 vMB 21
385,154 385,154 00000000000000000d8a4b4dbafd2afbda0b0b8423425845f9a4cc32056d165c 1,834 0.87/1.00 vMB 36
385,153 385,153 00000000000000000c3f171a1b490317ae5eb15c3f05f6978830658e0f3641cf 425 0.35/1.00 vMB 19
385,152 385,152 000000000000000008e80197d1a1bb650401000c5b772fbdc9649883aaff3e14 2,717 1.00/1.00 vMB 41
385,151 385,151 000000000000000000e87b151f3110cf6864bce6c61efe4d89d6b080b5621a58 1,679 0.92/1.00 vMB 32
385,150 385,150 00000000000000000b22f3e874d2a567e4c8faeb2b85296f71020d3dcc342c4a 415 0.43/1.00 vMB 13
385,149 385,149 00000000000000000cbddcac9806f9e07e5c2481155b49db997665f56cf84710 429 0.18/1.00 vMB 40
385,148 385,148 00000000000000000a10f108d494068e389c3a0e148171a09e867ce3adbecd9f 1,121 0.93/1.00 vMB 22
385,147 385,147 000000000000000008efabfec408230020f3efdca42473a2f3f83de24677442e 2,172 0.95/1.00 vMB 33
385,146 385,146 00000000000000000e3a498cfa862a1327ace9bec4b1aef5cfadaabc5d843e04 30 0.05/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.00 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: 649.01 GB
    • Received: 13.11 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.