Loading Tool

Explorer IconExplorer

Memory Pool

48,057 transactions
27.84 vMB
0.07667522 BTC
Random Selection Loading Transactions
Max Size: 147.72/200 MB

Candidate Block

Mining Attempt 572a49864d93893861cd6fd5b7c6b550a3638c0201efa0dce834c8d5a76dbf90
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root ec6cd6ae695867f933317f7ace656a6e02da2c1006137f0783969452dbe1dc48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,770
Size: 1.00 vMB
Total Fees: 0.02241314 BTC
Feerates: 318.30 > 2.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (384,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,596 530,596 0000000000000000002b363b74a7c203917f81fe6f6c461587087f82f90bdc04 632 0.28/1.00 vMB 32
530,595 530,595 0000000000000000002f427d1bc3307650b0528133761fd2077f026ca9d4126c 90 0.03/1.00 vMB 23
530,594 530,594 0000000000000000002e515e4f99641e09d93dae87e2a89f68e6b358cc07dba7 1,723 0.82/1.00 vMB 11
530,593 530,593 0000000000000000000afb1a37ae800a2e65fc7c850c2474eb1bee7123e172e0 2,574 1.00/1.00 vMB 22
530,592 530,592 00000000000000000003d45e3a2d00f9bc5ad57b89348d9520e8e5551fea442b 3,019 1.00/1.00 vMB 22
530,591 530,591 00000000000000000027a234f214df606c3b8dbb998a70b8ade7209ba02a64c8 635 0.28/1.00 vMB 19
530,590 530,590 0000000000000000000908fbb58b04bf7e7cb8d5dac8072af33af60c5301c924 652 0.27/1.00 vMB 30
530,589 530,589 0000000000000000002947bd3cd983c0980d9f76740b06c131eb4e6e0373e1d1 1,637 0.57/1.00 vMB 22
530,588 530,588 000000000000000000070bcb1087736a94c879a74a4402a2960ab2eb3c4e9e79 1,934 0.85/1.00 vMB 20
530,587 530,587 000000000000000000192b8b0e2a3794d109c7387672c5b5bd8a3cc429cf0aaa 709 0.29/1.00 vMB 28
530,586 530,586 00000000000000000002278693f21d8a72922d84f8f556d64fe2d374d0e63669 2,524 0.95/1.00 vMB 28
530,585 530,585 0000000000000000000d369d9e1d27f234b12a9b9a1bdff5373a7b7de1dfaa4e 92 0.48/1.00 vMB 2
530,584 530,584 0000000000000000001f23bc86fd0032a2adc7978f06822f4b621914d51dcd4b 1,806 1.00/1.00 vMB 6
530,583 530,583 0000000000000000000c0f4ad034be4863f307fdcc6c314a58003bd631d614bb 2,402 1.00/1.00 vMB 33
530,582 530,582 0000000000000000000eaa35b65f8af10bae0710e60e1284d40d1a1925609934 1,500 0.64/1.00 vMB 8
530,581 530,581 0000000000000000001f1a0db1557d069a7d4f8c55ab35fa2a640e585b4c9578 2,567 1.00/1.00 vMB 32
530,580 530,580 00000000000000000030926133424a36e01b145e687b8338c8ccf84b259f85db 1,149 0.97/1.00 vMB 13
530,579 530,579 0000000000000000002f907fd8c4deb6b4c3159d2655fdd1cb8fbce5b15a13bd 732 1.00/1.00 vMB 41
530,578 530,578 00000000000000000008ffbd30b327098fabf2b6bf1ecea28b5714bfb8005d20 636 1.00/1.00 vMB 62
530,577 530,577 0000000000000000000a503f244276445e1f337e798ed3499c3922f3c4ea7165 723 0.30/1.00 vMB 14
530,576 530,576 00000000000000000011116866046bcba42946a1211fc4cef6246fefde23ca72 2,326 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.20 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: 654.03 GB
    • Received: 14.09 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.