Loading Tool

Explorer IconExplorer

Memory Pool

36,299 transactions
27.84 vMB
0.05857265 BTC
Random Selection Loading Transactions
Max Size: 140.37/200 MB

Candidate Block

Mining Attempt 45eeb86c59b55fae2292efea01366971aedbb2c2f8288cb9f15065f7c6f0f84a
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root 4f1cc60c9b5aace2e26242b298cf13e2c23459281ab5373e5c7a16b7fe5425b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,536
Size: 1.00 vMB
Total Fees: 0.00548289 BTC
Feerates: 40.21 > 0.55 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (344,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,670 569,670 00000000000000000025276a1683ce713aa1b23d4bdfd964240541c9c29f63da 3,070 1.00/1.00 vMB 29
569,669 569,669 000000000000000000164ec679c970288207078bd266f6250212af6272862e3d 3,207 1.00/1.00 vMB 48
569,668 569,668 0000000000000000002027639d3c1f5fc3a690baf39628c0cd5dfda15b2edb3d 2,935 1.00/1.00 vMB 26
569,667 569,667 00000000000000000009018668efdfd3091e4d8f1ec9cbae622949b8da4192b0 3,121 1.00/1.00 vMB 9
569,666 569,666 00000000000000000009aef3a720ead3df9bb334590b5635da748c7a7b5c42b7 3,154 1.00/1.00 vMB 26
569,665 569,665 00000000000000000001aa3a747635bceb4baf7fc7ff6804aa1f540559538957 3,244 1.00/1.00 vMB 10
569,664 569,664 000000000000000000289c2e109d0aa5410daecaae34a6e23477aa506ad6fec0 2,861 1.00/1.00 vMB 20
569,663 569,663 00000000000000000016e986dd155a607cd3260c16a7479d7bde76848225bb06 3,110 1.00/1.00 vMB 39
569,662 569,662 0000000000000000000595f4f9835ae451db1a68855ba6a11eaf49ce986eb576 3,081 1.00/1.00 vMB 29
569,661 569,661 0000000000000000001023990d9b1afbe84f077c0ac11acef730a70d5040725b 2,144 1.00/1.00 vMB 43
569,660 569,660 0000000000000000000c88c00a33748c8dbcc8a0344b03df67aa24d10fe27fb0 2,774 1.00/1.00 vMB 44
569,659 569,659 0000000000000000001a6e95fc987c13e04342ce40e87f59ab8036321f4a8adc 3,400 1.00/1.00 vMB 55
569,658 569,658 0000000000000000000f250edc3bc76c56bd00dfcce13afbe7031654759c79c6 2,750 1.00/1.00 vMB 48
569,657 569,657 00000000000000000029645e07c620d5913bfa502001136d1779fc2f9e333691 2,127 1.00/1.00 vMB 13
569,656 569,656 000000000000000000298ed96d2f0c42b00fa2f58bd98513e9265dc7aca5289e 3,373 1.00/1.00 vMB 10
569,655 569,655 0000000000000000000e58d9ff4a55309d479e42e710410cf730d1e148f7c1df 3,275 1.00/1.00 vMB 20
569,654 569,654 00000000000000000006ecd00356d6b1e634010562fd30b72691121f7f34a712 3,402 1.00/1.00 vMB 39
569,653 569,653 000000000000000000241ff27ef6cac5d6ec4fe5155e9dfd2f1bc74d865a90f7 3,217 1.00/1.00 vMB 31
569,652 569,652 0000000000000000002468021d4334789c7a58321dbc19fb49aec169e788c9e4 3,289 1.00/1.00 vMB 21
569,651 569,651 00000000000000000005deda20b8fe48d51849cf7eb0c53acf62006e8baca818 2,447 1.00/1.00 vMB 42
569,650 569,650 0000000000000000000847274b1670e4ee5731ed2f48223eafa662f26a7f1565 3,093 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.72 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: 629.85 GB
    • Received: 11.96 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.