Loading Tool

Explorer IconExplorer

Memory Pool

80,896 transactions
29.74 vMB
0.10221318 BTC
Random Selection Loading Transactions
Max Size: 179.93/200 MB

Candidate Block

Mining Attempt 168091f8e7fc664c37477b6e0434377ce4ff97be5a087e9511df68d7a4bd57f9
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root f8fb8f238e1153d1860d57191147acd7f0055858422686640e9e8a23bf50b0e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,185
Size: 1.00 vMB
Total Fees: 0.03765604 BTC
Feerates: 146.36 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (444,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,312 470,312 0000000000000000006229671e513ef1ec6f8590a8627c8e72f3cd3cbf854229 1,723 1.00/1.00 vMB 319
470,311 470,311 0000000000000000008f12e60b57dc596e5f0ab64c84a598bb2c3027c4f367a5 1,929 1.00/1.00 vMB 381
470,310 470,310 000000000000000000271c0a1df118bd86a364d20d3239a44a0cd3fad90f778d 1,370 1.00/1.00 vMB 315
470,309 470,309 0000000000000000015edd8386aa5567ca04b81acf2ce252aec775e756e0da5a 1,737 1.00/1.00 vMB 392
470,308 470,308 0000000000000000019cdf1ebaf2362f286c61546f2d4f9427d019d13dcf698c 2,390 1.00/1.00 vMB 456
470,307 470,307 000000000000000001964cbfa3d33d2b7f6517125f43428a244b901fe289a551 1,703 1.00/1.00 vMB 108
470,306 470,306 000000000000000000e5ee39637ad956f82f4c0d49a47f97513b9608bd8a9c9f 1,844 1.00/1.00 vMB 188
470,305 470,305 000000000000000000002373896283b5c5c508aa778428a892026a988a53672e 1,800 1.00/1.00 vMB 447
470,304 470,304 0000000000000000017ba3be7d0d220a20a07e79bc39174ec61f87e6f57caa51 1,988 1.00/1.00 vMB 421
470,303 470,303 000000000000000000ee77b2bd0c7268ef4c9a466c04cd1374918472bdd9b41b 1,003 1.00/1.00 vMB 93
470,302 470,302 000000000000000001487a8f0bd9556d14bc1bd65dc2b058998efddbffd15608 1,023 1.00/1.00 vMB 125
470,301 470,301 0000000000000000014960a71bd68e80c307ac0c9695a07e753c157f344f9bfd 1,886 1.00/1.00 vMB 101
470,300 470,300 0000000000000000002b37b69cdb6943cb32723a4070bc3a8f3987a736813a51 2,550 1.00/1.00 vMB 184
470,299 470,299 000000000000000000b25c0814f10815a4995eea93c636968affba93b542e900 2,078 1.00/1.00 vMB 266
470,298 470,298 0000000000000000014ac37accdcd2307849e2a09bc175fda8673a4668d72395 2,095 1.00/1.00 vMB 366
470,297 470,297 00000000000000000123df91fb2d53f4a09d57691019bcb1387fe201a3bff1a7 1,792 1.00/1.00 vMB 419
470,296 470,296 000000000000000000e73cd77ce2238164cafdc8385eeafe88e8183cd19a8e8a 2,163 1.00/1.00 vMB 423
470,295 470,295 00000000000000000015ca59bbc44f72e86fcf7ba9899bc3bd758186f2def70e 1,797 1.00/1.00 vMB 438
470,294 470,294 00000000000000000162ffd3c59e2e662a80db9b18623bee544ccb6b8d1161c3 1,916 1.00/1.00 vMB 453
470,293 470,293 0000000000000000004cc9e51dfb23a4601a05aba3f0d3f98c72d5817f9d4124 1,974 1.00/1.00 vMB 400
470,292 470,292 0000000000000000000f9c5ae4b4ce6e8b72d66d42fc311a93278ebe79d1c63b 1,547 1.00/1.00 vMB 505
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.