Loading Tool

Explorer IconExplorer

Memory Pool

36,347 transactions
29.02 vMB
0.10211166 BTC
Random Selection Loading Transactions
Max Size: 143.87/200 MB

Candidate Block

Mining Attempt 666e05927d29b6b81f85c06b2a7e869cd79b5d1686f28323080ecddd9e8a7bb8
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root 791b3778a242f7277be67e8324601fca05cdd4e3a122ce81f171050b974b8f88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,038
Size: 1.00 vMB
Total Fees: 0.04029562 BTC
Feerates: 194.93 > 4.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (364,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,098 550,098 000000000000000000214b305ad6564237a6ac2743052903cd4e00590258ceed 2,904 1.00/1.00 vMB 23
550,097 550,097 00000000000000000015367948611eeada4795c82a87b358c993a891ea4b567c 3,644 1.00/1.00 vMB 41
550,096 550,096 00000000000000000022e4f80e4571d83e75fc71b551bc022c896f81a298041c 2,445 1.00/1.00 vMB 26
550,095 550,095 00000000000000000019f5e69005f8fe9308dc8cd11774ed02540e8548dbd5a9 3,797 1.00/1.00 vMB 34
550,094 550,094 00000000000000000020b1457abda47b4a4feaeac973d7225cd49777ba1800f5 3,061 1.00/1.00 vMB 39
550,093 550,093 00000000000000000020ec694e8718273e2ea3ef42471d8a548519130879287c 3,186 1.00/1.00 vMB 26
550,092 550,092 00000000000000000016a51316eec3c124b4d0f63e75a7a6327c333482dd23df 2,555 1.00/1.00 vMB 26
550,091 550,091 0000000000000000001ef25b125a1c9bdb5d94ea8d243c756230ce385b404fbc 2,411 1.00/1.00 vMB 52
550,090 550,090 00000000000000000001e8a6e3c6acfbbecaa5a20c0b2807bc29aa4ffdd619cf 2,230 1.00/1.00 vMB 51
550,089 550,089 00000000000000000002ddeeaa53581b37dd4599651184aa4e8fa925ea520181 3,277 1.00/1.00 vMB 27
550,088 550,088 0000000000000000000437547c2c5fd76b37436c5b5e28d174d2d5a3bbf10078 2,993 1.00/1.00 vMB 24
550,087 550,087 00000000000000000018e5b2cda475d948fc26015c0215ac5f95b62bd87c6348 2,291 1.00/1.00 vMB 50
550,086 550,086 00000000000000000009af5665f97e21c86028f8fad443ecc78792c88a4a496b 1,963 1.00/1.00 vMB 45
550,085 550,085 000000000000000000174f65f0f7e261b79816b220d88f29c5d9f67ce2c804f9 2,247 1.00/1.00 vMB 62
550,084 550,084 0000000000000000001e20a14ca3e261abb57dc9c433bb108cbebeb38362b5a6 2,447 1.00/1.00 vMB 21
550,083 550,083 00000000000000000024f605ac1bb133f2b1c8392d3c8f8e8240da6acc207c3b 2,646 1.00/1.00 vMB 17
550,082 550,082 0000000000000000001a5a602575b64ad252d0de12d45302b774ca0e4ab5fc11 2,113 1.00/1.00 vMB 42
550,081 550,081 0000000000000000001f5b7a4570360c30b2e4575ba6cb0958cd949676f039ab 2,666 1.00/1.00 vMB 18
550,080 550,080 0000000000000000002378a6b492e138d9a08989988dc4bda06e64fdf77c3a2d 2,661 1.00/1.00 vMB 19
550,079 550,079 00000000000000000026295472540f65e682602b5100fa2c618b8ba45f15b2c3 3,120 1.00/1.00 vMB 33
550,078 550,078 00000000000000000011346dde242aaf8dcfacd4025528c7f3c02ed8d89b2460 2,493 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.51 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: 612.64 GB
    • Received: 11.03 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.