Loading Tool

Explorer IconExplorer

Memory Pool

83,519 transactions
30.77 vMB
0.07939462 BTC
Random Selection Loading Transactions
Max Size: 189.18/200 MB

Candidate Block

Mining Attempt 878ce86e6003e6cd2dfd980cd4bc2ff5c68cfac89cfc5e2ad4823d87e7d9f81f
Version 20000000
Previous Block 000000000000000000012eda0183874dd226146bb4d2949368770ce3a8fc35b3
Merkle Root 81581082e5cbeabdc62a7a01bf683254a0a5c96f9216eb096add851b4b9325ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,533
Size: 1.00 vMB
Total Fees: 0.01036914 BTC
Feerates: 49.17 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,330 (532,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,352 382,352 000000000000000001cb144ed9c846c0f910aaa04bb71fc8a8b5d855923e470b 2,806 0.95/1.00 vMB 48
382,351 382,351 000000000000000008b5f60fd6bfe149e0b930489dd4a2f5772bd0e3e6698c5b 1,206 0.71/1.00 vMB 29
382,350 382,350 00000000000000000f949e6a2d2f78e700aef2f117d82d8078e5d3f8384bf06c 917 0.47/1.00 vMB 28
382,349 382,349 0000000000000000007adc1b02155f37b0c92675a545fc1757872fa8b82a46e5 1,220 0.57/1.00 vMB 36
382,348 382,348 00000000000000000406bc6adab280dc238f1416e7ff13c3e75a2a81e364b348 659 0.34/1.00 vMB 41
382,347 382,347 00000000000000001097349ac600a630301d9ab127f2690f519000d00013f48a 649 0.55/1.00 vMB 22
382,346 382,346 0000000000000000051ca9753dbb7037feb05c9bf2adf21bfd3984625502ce01 667 1.00/1.00 vMB 13
382,345 382,345 000000000000000003a32aaf37c6cd1f6885cff153d3e5ef1b02a25f4ff2b199 1,647 0.81/1.00 vMB 41
382,344 382,344 00000000000000000f3d85936fb9bfa7f021b5dde3047217faf6d7ee9b508d59 560 0.44/1.00 vMB 21
382,343 382,343 00000000000000000bf24afb879fc5e612edcc55a6996f4a1e4dc2e664364d59 1,172 0.99/1.00 vMB 21
382,342 382,342 00000000000000000800b76f9fa6d19a6430b4c7d014afb5fbc563927b00d929 2,146 1.00/1.00 vMB 33
382,341 382,341 0000000000000000099ab5296e65ea2b3f62e07ee0e8f070190e80b4305cefb3 779 1.00/1.00 vMB 10
382,340 382,340 000000000000000007c33340a032a352b62df6cfff4d5870ae324d768ccf978b 1,508 0.99/1.00 vMB 26
382,339 382,339 000000000000000001e4d9839b4bb277d36032d5e222363868091ade36ff63f6 1 0.00/1.00 vMB 0
382,338 382,338 0000000000000000004bb58fc76eff839a301ae15f370aa7852c81c68193147f 905 0.75/1.00 vMB 23
382,337 382,337 00000000000000000f46bfc94a1e6199e03f2805162b0ca58a633e47d725e896 1,425 0.75/1.00 vMB 29
382,336 382,336 00000000000000000ea5646087ce42b9e71dbe65bc2c009128de641a7381dc0e 414 1.00/1.00 vMB 12
382,335 382,335 00000000000000000c0b14bb92f19f7c3507cf9db872aae4885380e0bcb3616b 1 0.00/1.00 vMB 0
382,334 382,334 00000000000000000249c73770f3da6d4d8e485ea8a2bba523316be4c2615cf0 2,640 0.95/1.00 vMB 54
382,333 382,333 0000000000000000034ce181f797a8211e5bfea07047b5db45d6165becdaf7c1 790 1.00/1.00 vMB 17
382,332 382,332 00000000000000001153845fa5c293bea2a0d544540798f50f6b9615cd1289c5 1,244 0.75/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.96 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: 715.71 GB
    • Received: 17.73 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.