Loading Tool

Explorer IconExplorer

Memory Pool

80,843 transactions
29.49 vMB
0.10180528 BTC
Random Selection Loading Transactions
Max Size: 179.61/200 MB

Candidate Block

Mining Attempt 76fa0c05dc3cfa7be8c0a168e84c217c91829c53c89e33e74f78d832327c3905
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 9562a54b4767d05bbb5d6dbd1bb2286b679d8d92be7f9705a8195a00bd68e16e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.03977153 BTC
Feerates: 146.36 > 3.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (437,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,862 477,862 00000000000000000109f4d8bbfe113348ad75895373b94cbc04d9e1e10bf9bf 1 0.00/1.00 vMB 0
477,861 477,861 0000000000000000009b78119f7d9807567d80f2c2387a518eaf88b44675945c 1,117 1.00/1.00 vMB 260
477,860 477,860 000000000000000000e683b91e7905370dc916cfdf24c3b1a76ee60e610d4d5e 1,620 1.00/1.00 vMB 96
477,859 477,859 0000000000000000001c77c6882a3f415f1fa898da8176f93650e91cd1d1d2c9 938 1.00/1.00 vMB 123
477,858 477,858 000000000000000000e87cb80a1c53505de19119870f5cf17be22f03fa788cf5 981 1.00/1.00 vMB 137
477,857 477,857 000000000000000000831dd33a2606f9085a12d8c2425510ab553854c722c27e 1,004 1.00/1.00 vMB 68
477,856 477,856 000000000000000000a9257c8e2a8e3201a9593fe63ab90a00af9b0dabe48375 1,726 1.00/1.00 vMB 167
477,855 477,855 000000000000000000c1c13699b69c151afc456326e81a9098f5a8585676bff5 1,738 1.00/1.00 vMB 98
477,854 477,854 000000000000000000821c5b2f35666090632f9e9a595467c1ef5aa0198e20f0 1,833 1.00/1.00 vMB 176
477,853 477,853 000000000000000000938e44a239915a99c9302620065abcd21506a17dbeb949 1,458 1.00/1.00 vMB 54
477,852 477,852 0000000000000000006a29bb1fb0a0c88b890966b9d001cad632ffb9bad20263 969 0.74/1.00 vMB 109
477,851 477,851 000000000000000000a7867296b883eee5e56399e4cacd66f524ce75a93c5eee 1,722 1.00/1.00 vMB 176
477,850 477,850 0000000000000000008a0ee463e91df6dee83f1f0786c98895c53576d552c90c 1,657 1.00/1.00 vMB 97
477,849 477,849 000000000000000001095ab42bd7f7d5c2dfe41ace60e77ac87a8fea5dbfd054 2,206 1.00/1.00 vMB 67
477,848 477,848 000000000000000000a58e59238f0083c1b92d8b189d53f361ef14d4ca66119f 1,421 1.00/1.00 vMB 66
477,847 477,847 0000000000000000001cad5a2ee8f030eb04701af6697911b84b19a12c255af9 1,162 1.00/1.00 vMB 109
477,846 477,846 00000000000000000007ab58e9b69e7957313287434fb8391de69e077e6e68d3 2,206 1.00/1.00 vMB 213
477,845 477,845 0000000000000000005573ebae8879347bc598384e67b678aa961a57dbe1b6b6 2,097 1.00/1.00 vMB 65
477,844 477,844 00000000000000000095c6bfcfd2c35b151895e1e63e6e15aee74f7607c40260 1,815 1.00/1.00 vMB 46
477,843 477,843 000000000000000000286b77e8b5aa7dc923b4a81c9c17309476be961181dc7a 2,019 1.00/1.00 vMB 124
477,842 477,842 00000000000000000010ef8bf0840dbb15b978975dfa7300f2fe2646f08fb586 2,213 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.