Loading Tool

Explorer IconExplorer

Memory Pool

56,745 transactions
18.59 vMB
0.04596843 BTC
Random Selection Loading Transactions
Max Size: 117.66/200 MB

Candidate Block

Mining Attempt 11ae48b29667115f5c9f4c0f8486cc70b1297e7941ddfa0e3d9cdae4485fd699
Version 20000000
Previous Block 0000000000000000000067ed28d799fc0537d8fc86e857ac88d6795efc3f2704
Merkle Root 7c35e6bb5c1b75f6003ca8633817c4db99166051578fc5e5a09e06e927fe634f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 601
Size: 1.00 vMB
Total Fees: 0.00433035 BTC
Feerates: 77.76 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,700 (864,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,311 51,311 000000001b38e4adc2f0de8b0ca04452691638c6446bd74e61f930bf8a99a581 1 0.00/1.00 vMB 0
51,310 51,310 0000000012f063e3e2b5a377201d604d3e3914597ee7db7fdba3c81ddfe481b8 1 0.00/1.00 vMB 0
51,309 51,309 000000002018c238e57e706d34c2b44857272ebe574c3c0e008a47fae122ccea 1 0.00/1.00 vMB 0
51,308 51,308 000000000e814d32f9aeb503b7a1f9d344fad8adea304a00d1d104270c4b9d97 1 0.00/1.00 vMB 0
51,307 51,307 000000001ae06a3dbccaabf2a240ac9bb3fc98a3a97aa1e90c78bacfaf5f7ded 1 0.00/1.00 vMB 0
51,306 51,306 0000000000352699a2f55d0fc72e07906b7935f40c09edb1da71ecc5e02e7e8d 1 0.00/1.00 vMB 0
51,305 51,305 000000001b33f1e1d64ffa09013c9e07e7605e3dc4396f26cc4c1390b1a50a07 1 0.00/1.00 vMB 0
51,304 51,304 0000000005b4ac40221cf5eccdd8211ac32253b2030be1de15f82defaca6f253 1 0.00/1.00 vMB 0
51,303 51,303 000000001566ed0993c146254f20f8c44dc576104f63d3a813786c7c3df2a785 1 0.00/1.00 vMB 0
51,302 51,302 000000000b637366cfe92bda61efb3355d131def62df9a5b91992b9505727594 1 0.00/1.00 vMB 0
51,301 51,301 000000001df1399927afaa6d160cff7398d3706590bd54d9f8df4df76418a490 1 0.00/1.00 vMB 0
51,300 51,300 0000000002a960e367b111c7f95b1cf5d9fe660a8451041624a6ff3ec546c5d6 1 0.00/1.00 vMB 0
51,299 51,299 000000001197d093526b033820b63c1d29191209e401eb1acf8436add5a88f2f 1 0.00/1.00 vMB 0
51,298 51,298 000000001920419b6f4438a7293ca5adbb5f46cfe3dd605fb9abad9991cef2d3 1 0.00/1.00 vMB 0
51,297 51,297 000000000d9d963d140b22455c03c40e3e2de92b7c22efc451ba0c384fd0a883 2 0.00/1.00 vMB 0
51,296 51,296 0000000002326073440ad77f3b394e0a08ad950f2d58ccc1e686a0b6bd12d332 1 0.00/1.00 vMB 0
51,295 51,295 0000000018e8bf124baea625baabf90a511e0056b64f3594ca361a72d45cad9e 1 0.00/1.00 vMB 0
51,294 51,294 0000000001207d326627e836f01638e692a46955bc345b2d82c92a45ed2f258b 1 0.00/1.00 vMB 0
51,293 51,293 0000000018197d9553cf2d555ef0335be340f5ddac97e5241643ddf463d67cd0 1 0.00/1.00 vMB 0
51,292 51,292 00000000141b20c5476891bd593c5e263542751b75591d2a7e33b3b9078f4803 1 0.00/1.00 vMB 0
51,291 51,291 0000000001b275fa6c8520dffb340d007317a262d3995be3764e66a65dc972c3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.59 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: 775.10 GB
    • Received: 20.78 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.