Loading Tool

Explorer IconExplorer

Memory Pool

48,809 transactions
28.27 vMB
0.08113760 BTC
Random Selection Loading Transactions
Max Size: 150.98/200 MB

Candidate Block

Mining Attempt 2ec534531e35b64e90814cea1248e8c62cafe45e5ffaa12c30a45a33b026bf03
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 2d6cdbbb85a9eeb4439ccc86a66aed1357b8f1904e9103eebce326fc95a65784
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,129
Size: 1.00 vMB
Total Fees: 0.02710754 BTC
Feerates: 500.45 > 2.72 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (313,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,167 601,167 0000000000000000000018e12397498afbecde98d67999f911da81f84340bc9b 3,002 1.00/1.00 vMB 41
601,166 601,166 0000000000000000000b2b15528a3c44c7d16b7e7b2874b54e57a4dd36c5974c 2,208 1.00/1.00 vMB 31
601,165 601,165 0000000000000000000e87e2cea0b91096da45e4bda27bab12428c280cdd546d 3,225 1.00/1.00 vMB 41
601,164 601,164 0000000000000000000ed4c0644a6929acd0c530cb58ca4681efbd62f9580d31 2,624 1.00/1.00 vMB 61
601,163 601,163 000000000000000000078f15af25f870f1904559ade489d524060d0049e69dc3 3,160 1.00/1.00 vMB 35
601,162 601,162 0000000000000000000a87b3bcaaf86930b2ccc4da0c7765086906badb37b256 2,923 1.00/1.00 vMB 44
601,161 601,161 0000000000000000000f4c8e00fdef50f64e39d800a8e9d72908803d48341f76 3,180 1.00/1.00 vMB 38
601,160 601,160 00000000000000000003fe24217917d40a8f4c37c2fbe87785bab651203e85d8 3,106 1.00/1.00 vMB 61
601,159 601,159 0000000000000000000b9cc10fd68443074340d49d3ac043c7182e9275312901 2,756 1.00/1.00 vMB 53
601,158 601,158 000000000000000000005b12c4347c9785811ab1050c0d2821b23e9f5acb4380 3,042 1.00/1.00 vMB 76
601,157 601,157 00000000000000000011b6acf59b74613e19734ea3ed5b1039272ef19f5edcc9 3,076 1.00/1.00 vMB 72
601,156 601,156 0000000000000000000dff959a6515c257852de64557f3d83a5875850bd20a47 3,011 1.00/1.00 vMB 59
601,155 601,155 000000000000000000044c6332bf6eae0432257ffded229283502a39b30b0274 2,759 1.00/1.00 vMB 52
601,154 601,154 0000000000000000000c4929cd446f9510ad74579fca6232b7a5ca1d277419d4 3,420 1.00/1.00 vMB 61
601,153 601,153 00000000000000000005682fe2f83be014c51d10c5bfb59f85a618352198219e 2,956 1.00/1.00 vMB 73
601,152 601,152 000000000000000000008f7815a2985d3fc7e5142bde369c73653c1d14c0a297 3,009 1.00/1.00 vMB 75
601,151 601,151 00000000000000000007227329978ea8d4e08859a20303fce8788080d7a9905d 2,571 1.00/1.00 vMB 84
601,150 601,150 0000000000000000000b688b19c868c9e6fdd2a1d3826654bd82887ff21e3e6b 1,539 1.00/1.00 vMB 103
601,149 601,149 000000000000000000068ee5c0897da21b0e56ab083eb32ec3c1acec6b7ed431 1,579 1.00/1.00 vMB 90
601,148 601,148 0000000000000000000bb9090e8b0043ba872f9c9e0c911e781eee3558e9b138 1,581 1.00/1.00 vMB 76
601,147 601,147 0000000000000000000d8565da12918db8887b20ae09d98874dbcabec17f013d 177 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.