Loading Tool

Explorer IconExplorer

Memory Pool

45,679 transactions
28.44 vMB
0.09478312 BTC
Random Selection Loading Transactions
Max Size: 150.14/200 MB

Candidate Block

Mining Attempt 77d82fa81a765247fa8375aff4958b78cfde2bdd0f8acbc01a642e1a0dc866a8
Version 20000000
Previous Block 000000000000000000012fee73eb771c2c43f85376728d2485b24b2da8da81cd
Merkle Root 4be7dbd8904652fd7205b732a6b2641d90160d00c8da5ea69566f59c3f0b3a59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,962
Size: 1.00 vMB
Total Fees: 0.03998107 BTC
Feerates: 150.93 > 4.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,253 (785,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,247 129,247 00000000000006e0ed75770b5cb151c2ca438a022c0d5d412d2e0d86b2e83ab1 5 0.00/1.00 vMB 1,175
129,246 129,246 0000000000001b481b040cd5c3cce11291b0ef453620eeee814d56700a26cf53 2 0.00/1.00 vMB 2,283
129,245 129,245 0000000000000fd7bb4ecf68f174f47321060e94ede2815c148a47bb7407f527 14 0.00/1.00 vMB 577
129,244 129,244 0000000000000d30e77edf7695ef925820e58744867ef9847f845f9f1151bc67 74 0.03/1.00 vMB 1,079
129,243 129,243 000000000000158d614e04a745be1405c985e673832f98c9e38fcdb1c0c4f3ee 40 0.02/1.00 vMB 1,165
129,242 129,242 0000000000000ed8a1e2fb657ff088f93a56c1c9bec7244862fac54f63747063 271 0.10/1.00 vMB 1,057
129,241 129,241 0000000000000fb27c6130576f9fe6f7cdca6645c6e249c990218ddb77fc5b64 25 0.01/1.00 vMB 2,968
129,240 129,240 0000000000001b28fb3dff625c88fd305db7d27ad81674ef773333afaaf89962 44 0.02/1.00 vMB 880
129,239 129,239 000000000000044745fbc045f734ae4148c8230e34c47286d565783703e4b5ef 33 0.03/1.00 vMB 769
129,238 129,238 0000000000000f1ff1738bcc890158eb7eaca2b02e80ebf722b3651e4261fb4c 56 0.02/1.00 vMB 258
129,237 129,237 00000000000015a0b470ebdfb3aacc4f10d73f8f28d947203c2bcce16647eb24 28 0.01/1.00 vMB 733
129,236 129,236 000000000000053c41f40164e822a76c05375f216d5f2d1606856158c3798067 80 0.03/1.00 vMB 772
129,235 129,235 0000000000001ab35b060e7be5db67d773d7fe770bfc32d24e3906026e6d4dc3 13 0.01/1.00 vMB 740
129,234 129,234 000000000000068fe936f22edcb476b8e2fc0395cc74958450c1a332ecb4dc86 66 0.03/1.00 vMB 989
129,233 129,233 0000000000001507cefde59dee2d95f9a8c2667528b88672b43ee762197c4133 70 0.02/1.00 vMB 2,131
129,232 129,232 00000000000000f8acac9760a2c25b6fb686ba9edf8bdd8a1af16bf520b3d6cc 150 0.06/1.00 vMB 380
129,231 129,231 00000000000001cf9350b8568119dfbba37ff4241ddf09912499bef242ee324b 17 0.01/1.00 vMB 1,224
129,230 129,230 00000000000008cdebda626227e602aaa84da40c988db999d5c5918cc375bf63 59 0.02/1.00 vMB 1,440
129,229 129,229 00000000000000c98fbf802080802d66c56035e47c36dbeed5ea0a3b9e7dc452 52 0.01/1.00 vMB 140
129,228 129,228 000000000000007efcf7aa7a3a77ab36b03e3758a1bb71970f1dd01f59958e10 10 0.00/1.00 vMB 0
129,227 129,227 0000000000000abc8a3a46faa2fb25e8c956938d135c5ec9d3a8461d1d74cdd7 12 0.00/1.00 vMB 618
Previous 10 blocks ↓
Total Size: 781.04 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: 576.89 GB
    • Received: 8.56 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.