Loading Tool

Explorer IconExplorer

Memory Pool

39,831 transactions
28.62 vMB
0.07575366 BTC
Random Selection Loading Transactions
Max Size: 145.21/200 MB

Candidate Block

Mining Attempt c04380c2a723f8d5c80f6cffc051e42ebc7d84bbf6d09128fb999ce59c1cf9ff
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root f0bc1975613bd7be2d0a6e0bb13924081915af608b306fbacc464aac0859a8e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,362
Size: 1.00 vMB
Total Fees: 0.02036555 BTC
Feerates: 150.93 > 2.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (367,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,321 547,321 000000000000000000236a4ee81e6ce93c4853cac5ebbaa56207b1d1b31a9a71 2,460 1.00/1.00 vMB 18
547,320 547,320 00000000000000000003c34d4d672bd7d31c35a51a16c87ed6a3dcfdf7368f12 289 0.10/1.00 vMB 13
547,319 547,319 0000000000000000000b41ed51bbb4700e9eb4b3be5b99c267fcaabc5046b4a0 779 0.26/1.00 vMB 15
547,318 547,318 0000000000000000001ee1ca76c4398ce5fbbd289884643fec5623ccea0a0abd 516 0.24/1.00 vMB 12
547,317 547,317 000000000000000000011e911b4c2d52e65184db0b919b1bc57110fabf52a8b1 765 0.31/1.00 vMB 14
547,316 547,316 0000000000000000001e6c470cdc53597f6a0be793ca12e352ac489097e510f6 1,388 0.62/1.00 vMB 10
547,315 547,315 0000000000000000001789b01c6ed5f594533b46fe07dc6571fbf961cb1b248d 1,429 0.71/1.00 vMB 10
547,314 547,314 0000000000000000002634a3827b6c9b0a60c8e66943d572771fdfb90daf8df3 1,332 0.89/1.00 vMB 8
547,313 547,313 0000000000000000000fa216333dfa8360d47ece4b09c41ab9c636c9bd16bbda 873 0.65/1.00 vMB 7
547,312 547,312 00000000000000000018d4cc57df962308c2b75658de094c9f392810c538ee06 1,903 0.97/1.00 vMB 11
547,311 547,311 00000000000000000025d5c24b5af3b233874f81efafd79a6cf19d986459fb08 629 0.53/1.00 vMB 7
547,310 547,310 0000000000000000001456db3874096e98a5a54c84f2fca6bb810599fc4eea79 1,146 0.69/1.00 vMB 8
547,309 547,309 0000000000000000002059bf1947621688ae8f909b4b22b5f05d39bea3139bce 140 0.06/1.00 vMB 10
547,308 547,308 0000000000000000000d3c212a2cb3cd5880c113096311c761e2b9cb496667a5 657 0.61/1.00 vMB 4
547,307 547,307 00000000000000000001e7d98b0aec4ee871acd7c70c07f80a6a203be16462ae 2,884 0.99/1.00 vMB 15
547,306 547,306 00000000000000000023c2418d5af2c7a3bd059d4e84d2d5bafe3baaf6c233b1 1,308 0.61/1.00 vMB 9
547,305 547,305 000000000000000000080afff14555e68b7f4396de53a9f53be4f98c9e83f3be 342 0.17/1.00 vMB 7
547,304 547,304 0000000000000000000eee8d928202a44b60218476ad720b6522a9ef64c9be30 987 0.57/1.00 vMB 11
547,303 547,303 0000000000000000001b74433b2e9a2675616079fda624c80d83d269d68141fe 610 0.34/1.00 vMB 8
547,302 547,302 00000000000000000002656b9e909a3d27a41658426568a7b0edd6a8cdd7e30f 1,725 0.96/1.00 vMB 7
547,301 547,301 00000000000000000020ebd8f566f945d990aa7ff76abce9ef4eb4fc080785a0 2,243 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.70 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.15 GB
    • Received: 11.87 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.