Loading Tool

Explorer IconExplorer

Memory Pool

82,046 transactions
31.51 vMB
0.08325870 BTC
Random Selection Loading Transactions
Max Size: 187.64/200 MB

Candidate Block

Mining Attempt 1b82e7e3618374290ab6c78a5d5aa836b03cc5da06b6422c79735f3c1320cd18
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 5fc5eb00f3202676ce961b8ac8ebcea559c897f8e8fa6678dce26273e9b88a29
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,297
Size: 1.00 vMB
Total Fees: 0.01590597 BTC
Feerates: 157.11 > 1.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (437,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,867 477,867 000000000000000000d9b31c8d58a1c50741d1673b295bb727fd9f47e24bc2c4 1,637 1.00/1.00 vMB 72
477,866 477,866 0000000000000000006f3beda44681ee5bd69db9f17a06aa5de5d13523cd164b 1,584 1.00/1.00 vMB 161
477,865 477,865 000000000000000000de247984bde8204935755455931c4676717cb310b5b07a 1,746 1.00/1.00 vMB 138
477,864 477,864 000000000000000000dd0eeff70babd24ab0a7f2fd61f7df0b4c77f4316f9610 1,090 1.00/1.00 vMB 153
477,863 477,863 0000000000000000001472b1fe9bd29433d3c9aca0fb6e99274972f1b69ad9c0 1,176 1.00/1.00 vMB 225
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
Previous 10 blocks ↓
Total Size: 782.52 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.84 GB
    • Received: 15.59 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.