Loading Tool

Explorer IconExplorer

Memory Pool

38,935 transactions
31.51 vMB
0.06966330 BTC
Random Selection Loading Transactions
Max Size: 156.74/200 MB

Candidate Block

Mining Attempt 110327170f148191866b3aa6133f70350f15f03ccf8d476587a98253a5e01e4e
Version 20000000
Previous Block 000000000000000000017e2a921859098c6593428de3b370587a97e0baaa7288
Merkle Root cf9ba139f6e0ba51f504a36bd9a17cd9c754ee0c7b803456ef7a0182b92fc644
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 622
Size: 1.00 vMB
Total Fees: 0.00471911 BTC
Feerates: 67.71 > 0.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,564 (448,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,716 465,716 0000000000000000000b6ea473cc2473001956fb1cfda7d4a3d8512559f12de8 2,453 1.00/1.00 vMB 227
465,715 465,715 000000000000000000e60843fc73b183218e7923006d7e5d4d753cfd30a03465 1,991 1.00/1.00 vMB 215
465,714 465,714 0000000000000000006fd22b7a9a83eb8e058639c7c0fb79461551864520a10b 1,597 1.00/1.00 vMB 153
465,713 465,713 00000000000000000162e905fa104a2577872f466b451515758c022cbb51a9c7 2,468 1.00/1.00 vMB 227
465,712 465,712 00000000000000000116744d292f8cfebc94823aa8946e5ed7855e9474429ec0 1,967 1.00/1.00 vMB 155
465,711 465,711 000000000000000001c7a3ade6fb4d37c113c341e654e89db07ef171757fc018 1,829 1.00/1.00 vMB 176
465,710 465,710 00000000000000000044e91749c0cd8e4d51296c7e13adbaee07b2c42f11740d 1,311 1.00/1.00 vMB 147
465,709 465,709 0000000000000000001e9c1e5b57165c68dd00f215653fcc0ccfebce9e17819a 2,198 1.00/1.00 vMB 186
465,708 465,708 000000000000000001d26c1dd3d49d4e24c1a437eea238a5fff2c19a1cee24b3 1,990 1.00/1.00 vMB 238
465,707 465,707 000000000000000000deb2e5a0eb7147e482888c75ae077b2f4b66d6980646a4 2,166 1.00/1.00 vMB 140
465,706 465,706 0000000000000000015f6864c72ac00f00322b4bfcf8b003500476d1206de83c 2,086 1.00/1.00 vMB 139
465,705 465,705 000000000000000001ece60dabda93be110fe96aaee9730c732bddec421e7f45 1,771 1.00/1.00 vMB 138
465,704 465,704 00000000000000000185a459673968a832a36cd90a843b12f8e9f94ae36d2d1b 2,150 1.00/1.00 vMB 148
465,703 465,703 00000000000000000088ef9828ff228c92c5df58967a95a6cc7127cef4fc3ad4 1,990 1.00/1.00 vMB 195
465,702 465,702 00000000000000000010fe24ee8e19f935e532d98afb7e5a9914c67164f45b08 2,449 1.00/1.00 vMB 224
465,701 465,701 000000000000000000c24cd0c1dd09333fe87c48e06fb6e1bcbe5aced71a3453 2,701 1.00/1.00 vMB 171
465,700 465,700 0000000000000000018eecd4765c5cbc348002f67b154869e082ebd93870e639 2,284 1.00/1.00 vMB 161
465,699 465,699 0000000000000000013e167fd6aed4c895bbcbd50640f8cdad1971b2f104b12d 2,279 1.00/1.00 vMB 206
465,698 465,698 0000000000000000017495df874b668dcf8e216861f3fcbb82a41405ad93a79b 1,064 0.36/1.00 vMB 271
465,697 465,697 000000000000000000173455e97871e0a4cee035f57b9e4df560e4993c4ab18c 2,128 1.00/1.00 vMB 165
465,696 465,696 000000000000000000d2d8803ee666293b2baa54fce5fdff55b169c069906405 2,214 1.00/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 781.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 624.28 GB
    • Received: 11.55 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.