Loading Tool

Explorer IconExplorer

Memory Pool

82,539 transactions
31.14 vMB
0.08852726 BTC
Random Selection Loading Transactions
Max Size: 190.76/200 MB

Candidate Block

Mining Attempt faebb4a8d01da474e15f6b58b589e6c3e675573ef4077589b21ce58f5443f29a
Version 20000000
Previous Block 00000000000000000000a85c36171777e63d64dce13efc9d5a9a92d01c1863c6
Merkle Root 94631b0e7c81a0051993a1d02c74464b6b86b280ac6e788ba4dfa8a83fd4e3a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.01815111 BTC
Feerates: 50.62 > 1.82 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,222 (251,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,562 663,562 00000000000000000001f4ba58275e2e891e8f58f9204716144cbfacc1cddf78 2,938 1.00/1.00 vMB 77
663,561 663,561 0000000000000000000f1f6c1c8bc398e5d6cacdc442085b2c643299e54dd50b 1,318 1.00/1.00 vMB 102
663,560 663,560 000000000000000000068303d35a76bbbb0d52b645a912d9456dc0cc85f709ab 2,504 1.00/1.00 vMB 105
663,559 663,559 0000000000000000000443af47d51d7b7dda155a1948004893f607e86654b882 1,615 1.00/1.00 vMB 89
663,558 663,558 000000000000000000088d635c4b1700606ddd497fc0a62d9289808949f9a2c2 1,870 1.00/1.00 vMB 95
663,557 663,557 0000000000000000000b47f0b5a1e5fa1887ede0dffa2204f9069cd001d796a4 1,872 1.00/1.00 vMB 64
663,556 663,556 00000000000000000005e616b315aa925a94a2b01a6faa1a19d6c27936633058 1,701 1.00/1.00 vMB 58
663,555 663,555 00000000000000000002cf284e925105f2a6aad49c745025bf82ccc103b85d63 2,577 1.00/1.00 vMB 56
663,554 663,554 00000000000000000007fccffd8c23412c159180ed61599c9c707cbcbd137db5 1,711 1.00/1.00 vMB 90
663,553 663,553 00000000000000000008c730a452cf2d3d6581029c616ed104b062efcee2a582 2,510 1.00/1.00 vMB 101
663,552 663,552 0000000000000000000e4e88b521e5a7952c9e81b533cc2504e962f1af97a71e 2,998 1.00/1.00 vMB 76
663,551 663,551 00000000000000000004cbaf470b7c8966f04f73bb92da9f5ececf147c7be897 3,033 1.00/1.00 vMB 95
663,550 663,550 00000000000000000004afe0b15623187f2902706c0d0d1ba9a854cb3f8d8294 2,930 1.00/1.00 vMB 75
663,549 663,549 000000000000000000078c275ec2ddcecdaabc4a08dc2d368677311f7cc9f92b 1,518 1.00/1.00 vMB 97
663,548 663,548 000000000000000000079b42d939d7db2b1dc16e8983963cc81d2c1095077534 2,073 1.00/1.00 vMB 81
663,547 663,547 00000000000000000007f7cb06e984721341697119096204951fd6fde5c8f292 1,759 1.00/1.00 vMB 103
663,546 663,546 00000000000000000008a6abdb20aeaac2e4e8fdee5a7227bd913277096009fa 2,595 1.00/1.00 vMB 88
663,545 663,545 0000000000000000000a249550ed2728098ffe80b227e044b2ec5ef882e4d0e2 2,865 1.00/1.00 vMB 107
663,544 663,544 000000000000000000004be1943b8be57bc2de39310272afb157c7ea9a3b4492 2,616 1.00/1.00 vMB 97
663,543 663,543 00000000000000000002d74ff5bfd89ea7a00f961e5130f27677143bcda7f563 2,183 1.00/1.00 vMB 57
663,542 663,542 00000000000000000008bc1c9ac17e3d0ab9003b0403502e411710e4d1fb20d9 2,431 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.77 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: 709.37 GB
    • Received: 16.89 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.