Loading Tool

Explorer IconExplorer

Memory Pool

80,630 transactions
30.22 vMB
0.07475374 BTC
Random Selection Loading Transactions
Max Size: 185.23/200 MB

Candidate Block

Mining Attempt e59cb9ff454a0f2882d9c0e2111424fa9df629074f823e3daf78ff5b0220a01b
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 7222e0b7e2085500240c278e9531e05d0b5f19fcae127f8b5da82f0ab65a433b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,666
Size: 1.00 vMB
Total Fees: 0.00742049 BTC
Feerates: 40.21 > 0.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (672,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,919 242,919 000000000000005498d7397b6baa880ab48d781544ee22a32018bc223d1d9fd5 263 0.09/1.00 vMB 12
242,918 242,918 000000000000009f4db1a98c0c32dad5f71790989219f2b0824cf7b20c43eafb 236 0.11/1.00 vMB 137
242,917 242,917 000000000000002195e9afd2041a2e2f40f753f893005632980af0ac23464cef 23 0.01/1.00 vMB 158
242,916 242,916 000000000000009f78d56138fdfbd33a643d1b02577a1fd3a60350ea892e1f75 201 0.09/1.00 vMB 139
242,915 242,915 000000000000007c3b05cfb12752bdef4a7090127440c6819d8c058138fd82be 521 0.22/1.00 vMB 168
242,914 242,914 000000000000004ec1559bd7e955ce8914a29a04b378bbcc34adf5bea077f73d 64 0.02/1.00 vMB 110
242,913 242,913 000000000000003359dff8a8bd1033b02a52c6c2ff3ebb2f8dbffd171c97e83c 432 0.19/1.00 vMB 138
242,912 242,912 0000000000000069a26870e6f6693d733e32d57174bebb7d21f0fac1212fd83b 476 0.19/1.00 vMB 158
242,911 242,911 00000000000000072a9ec27568154c494187d0ef2d6b99cd61b02522b2bba6ed 258 0.11/1.00 vMB 147
242,910 242,910 0000000000000032a730c80b807a49ff3720b10167f7fce76a61b9e1cb78c6c9 58 0.03/1.00 vMB 140
242,909 242,909 0000000000000060860fed67a5535d2cfd5aa9bb3465fbe6a3000beeeb2dbce4 9 0.00/1.00 vMB 119
242,908 242,908 000000000000003aa5d90e45755c0e481cc1e9de828a2b678904841b5e3451dd 3 0.00/1.00 vMB 38
242,907 242,907 000000000000000e040f64fbcefcd52b208fd06eaca56b0205c917e1fbce12b1 63 0.04/1.00 vMB 127
242,906 242,906 000000000000004a4eca601a57f35ceecbc83502e67e016adde73d7e447f1c07 346 0.15/1.00 vMB 187
242,905 242,905 00000000000000a144ab7109352516b96acf40a6376c3e91307d2a4df33c1ba0 256 0.16/1.00 vMB 46
242,904 242,904 000000000000004121a9c4d6fcdc4f98bcfb12a1a4af8d6a3518d3aafc5ac9b4 19 0.01/1.00 vMB 35
242,903 242,903 00000000000000c89334f3af5706a47430fb3187be72072509363d0db1229b55 432 0.20/1.00 vMB 144
242,902 242,902 00000000000000d49b911f788ff55113f23ca5c6e7bb96c1bbd9d6d49348ac21 5 0.00/1.00 vMB 73
242,901 242,901 000000000000003cbf4c440e85d77a96063ae07889ed015770fb32f49013ff5a 347 0.15/1.00 vMB 156
242,900 242,900 000000000000000125688888f538d30b6d689ab0f68f142333d84df7c6afdb00 320 0.14/1.00 vMB 165
242,899 242,899 000000000000004d5d0b86063e097dbaf741da9d0cdbde7eab00754a93a816c2 26 0.02/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.99 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.