Loading Tool

Explorer IconExplorer

Memory Pool

40,555 transactions
27.18 vMB
0.08063688 BTC
Random Selection Loading Transactions
Max Size: 140.88/200 MB

Candidate Block

Mining Attempt 667cf8ad526b1287fca3e2b1dae95dce236d6f799fe486c40c40b6134a576362
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 54cf43293e24bc6fb048c7c8f20bc796fe2366423b898e773dcf8e06acd64c91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,272
Size: 1.00 vMB
Total Fees: 0.02537119 BTC
Feerates: 201.37 > 2.54 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (262,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,486 652,486 000000000000000000096709356f5f8c7afb413e24fd3185872921d6e105a125 515 1.00/1.00 vMB 12
652,485 652,485 000000000000000000070b8ed15bc2aec8de2e27636f6890c5a769c446ae221e 982 1.00/1.00 vMB 5
652,484 652,484 0000000000000000000a9a768d96f5017e76ad6932505b32491ba9bc9b9a1c66 2,644 1.00/1.00 vMB 73
652,483 652,483 00000000000000000004a9d9728161e2b1940bda18c99082350f1c8e4a46f658 575 1.00/1.00 vMB 14
652,482 652,482 00000000000000000003d3208667dc35bef7df0a76a4cd7ad52382dac692bd9d 2,012 1.00/1.00 vMB 47
652,481 652,481 000000000000000000063d495dec5998c8b2567d2ba3e819c276ce151933c1a4 538 1.00/1.00 vMB 4
652,480 652,480 0000000000000000000d2692b14d4026607ffb5f77b4ccd0e8d7f97a6958f209 2,189 1.00/1.00 vMB 22
652,479 652,479 0000000000000000000d4f96f385ec27d97802105867e064a387471ff762899f 3,035 1.00/1.00 vMB 88
652,478 652,478 000000000000000000073a8e6d44b90aa77e3f265c7fc22e9be00b9c583c99f0 2,081 1.00/1.00 vMB 26
652,477 652,477 000000000000000000092b645b1f01de6d30c494694ce33233dee9c26adbb6a8 2,036 1.00/1.00 vMB 76
652,476 652,476 0000000000000000000a1ee134a1e8ab2f1053934fce46ec8f49804ee2e167c2 148 1.00/1.00 vMB 3
652,475 652,475 00000000000000000004d556589c7a031bd18fbfc27e2781750e4e65dbfabaf6 1,338 1.00/1.00 vMB 26
652,474 652,474 0000000000000000000d46340868d1c0d5b1712a447b3ed279e08dc9c0cec4a4 1,920 1.00/1.00 vMB 19
652,473 652,473 0000000000000000000777c037a0b3a9fae090c657ab121994b9b0f7277af4fe 1,950 1.00/1.00 vMB 78
652,472 652,472 000000000000000000042c5a1f81c894a6994f555e14c74d22c93a6cfef8d4be 138 1.00/1.00 vMB 2
652,471 652,471 0000000000000000000ced780be0f16e41b785d3c58195be138d4c9eb2482b1b 1,592 1.00/1.00 vMB 34
652,470 652,470 00000000000000000003e28f3d677d6b1d1dbed7e80ea5997656a02e2bf4a406 1,742 1.00/1.00 vMB 36
652,469 652,469 0000000000000000000572ad21167f99ba5e770bc88e4547950291cd4c7f3f4a 524 1.00/1.00 vMB 4
652,468 652,468 0000000000000000000c08fad006ab53aa4779a51766f7d4051b26159823869a 676 1.00/1.00 vMB 11
652,467 652,467 0000000000000000000d32b9fedfe083ea8bd6d31f97c56f892f9cd82bd790da 1,451 1.00/1.00 vMB 24
652,466 652,466 0000000000000000000d8f0ce7b842fc7c1af307de0c9124af8263d8a12425d0 1,270 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.83 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: 636.65 GB
    • Received: 12.38 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.