Loading Tool

Explorer IconExplorer

Memory Pool

42,710 transactions
26.31 vMB
0.05761338 BTC
Random Selection Loading Transactions
Max Size: 138.20/200 MB

Candidate Block

Mining Attempt 7bbaea0274bce0a60a82906a77fec2d172d5b1fa82632f3411cde4e70d254a04
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root b9a71648e84e319e00dc0f980b49b9db3c11b131f789a0eaa38f4d08bca54273
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,965
Size: 1.00 vMB
Total Fees: 0.00950640 BTC
Feerates: 150.92 > 0.95 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (210,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,724 704,724 0000000000000000000892113d474e60a3aaeeb45498a7d4ba568efb4237e48d 3,381 1.00/1.00 vMB 24
704,723 704,723 0000000000000000000756bed6bb7a0abba06a8d5a9185c1e69fe33cd34dc267 2,485 1.00/1.00 vMB 13
704,722 704,722 00000000000000000008944044a41cf797c77298cd33d7e0745eb2f6c8ccac76 1,824 1.00/1.00 vMB 20
704,721 704,721 000000000000000000024a11fe1ea2ff853cc0a15f07595e784c3c028e175c39 3,467 1.00/1.00 vMB 14
704,720 704,720 00000000000000000005a75df5be123c12e5ad2dba2e79a6ad049eb9784f8a95 2,911 1.00/1.00 vMB 22
704,719 704,719 00000000000000000008981ab834c97a5c15e42ee2a40b078d81a989ed8e85f8 3,208 1.00/1.00 vMB 27
704,718 704,718 0000000000000000000df54a0dd374466fd80f3f09b889ae7a9b517156a82191 1,817 1.00/1.00 vMB 17
704,717 704,717 0000000000000000000a6b7b7d00c61c72eab47329686096c163e901fbb1607c 2,344 1.00/1.00 vMB 20
704,716 704,716 000000000000000000046a78a4a8ecd0dea144313606884ed59fbd510307921a 3,107 1.00/1.00 vMB 23
704,715 704,715 0000000000000000000005eeb45665a09862598e820e87146e3961574ab10b6f 3,191 1.00/1.00 vMB 28
704,714 704,714 00000000000000000007f0b2133803552c767ba9ba3abc913a486fe4c2f4647a 3,477 1.00/1.00 vMB 13
704,713 704,713 00000000000000000009c328e1ddfe45545a3710a57614ac7d7156dc64b33dc8 3,500 1.00/1.00 vMB 19
704,712 704,712 0000000000000000000a9e2c50c0350635cd0e9ef58ee488e8050f18473648d5 2,209 1.00/1.00 vMB 34
704,711 704,711 000000000000000000049cfa2eb6f8d7e6dad2d9cb912a0fb954af704ab8ce4f 3,633 1.00/1.00 vMB 11
704,710 704,710 00000000000000000008461a159dce08e57f2cb681bb208f3196519a3440de32 2,912 1.00/1.00 vMB 11
704,709 704,709 0000000000000000000b5d023ea1bc957a49b8852119bd426fbe857db7cd082c 2,387 1.00/1.00 vMB 11
704,708 704,708 0000000000000000000c7a445a8c32ab31fc9b684905fbe9b0da61d23025676a 2,554 1.00/1.00 vMB 20
704,707 704,707 0000000000000000000c15e1f11371c518caed485effc0fb8b82f0be217a3f2d 2,271 1.00/1.00 vMB 16
704,706 704,706 0000000000000000000a95651ca41d8790960d3ea1e55a24a1d9654edc16b849 2,783 1.00/1.00 vMB 12
704,705 704,705 000000000000000000022405d104117d4944a671c1480c054c25f86446470a01 1,384 1.00/1.00 vMB 19
704,704 704,704 00000000000000000002af88f879da5430f818d73e480dfcd2d4bc2b965067dd 1,554 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.