Loading Tool

Explorer IconExplorer

Memory Pool

80,398 transactions
29.68 vMB
0.07007399 BTC
Random Selection Loading Transactions
Max Size: 179.11/200 MB

Candidate Block

Mining Attempt 7c64840b7e8e51739655d8993f0c9ea31fbead880c014ad7ea6c070dc4a57fc8
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 1656a2046269a416e039b7c99185391fecd51b05668e2c237180d3ce9aa6056f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,130
Size: 1.00 vMB
Total Fees: 0.00951819 BTC
Feerates: 502.67 > 0.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (269,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,018 645,018 0000000000000000000d9c88be88d7305c68e2d48b91b77f0851002cb90bf9a3 1,261 1.00/1.00 vMB 19
645,017 645,017 00000000000000000004e9adfcfd5ee116c322e2ff2d3d593c3358078042be77 2,880 1.00/1.00 vMB 51
645,016 645,016 0000000000000000000a108b5938fe6035c71f34a715afdf9294ab2a13e88408 3,577 1.00/1.00 vMB 117
645,015 645,015 0000000000000000000030111b75e388d13596cce8f22d4bc40333ebbca98712 1,830 1.00/1.00 vMB 23
645,014 645,014 00000000000000000007d618ab71aec78dfc4aa78e5d3e4846a4379371934969 2,558 1.00/1.00 vMB 71
645,013 645,013 00000000000000000003a9ae8663c2f3874fcec7ee33d18e409a5048f6ecb63c 1,704 1.00/1.00 vMB 16
645,012 645,012 00000000000000000002ffc10008f9e09f5bc62fd1356f9341bed393a39d58cd 2,313 1.00/1.00 vMB 35
645,011 645,011 0000000000000000000ad196609c3cea0b5affe1269b67fcdc9bb9d9c0764c1f 2,587 1.00/1.00 vMB 36
645,010 645,010 0000000000000000000007499088370e6cc85efd4c8d7dcf03a2a2de2fda18cc 3,594 1.00/1.00 vMB 80
645,009 645,009 0000000000000000001031132ad1000effa51de311e89b77b5abad91a3e60a02 2,290 1.00/1.00 vMB 132
645,008 645,008 0000000000000000000d9777608a7faa3df7c5cfdd1bb70ec7a7895f14918cad 2,503 1.00/1.00 vMB 36
645,007 645,007 0000000000000000000d0066cc1bdd0d96a23771a4a309ed0fffa345341ca55f 2,878 1.00/1.00 vMB 64
645,006 645,006 00000000000000000009c767439989af3ed7fc603173cdb0561534ee7f90e435 2,987 1.00/1.00 vMB 35
645,005 645,005 00000000000000000005f9fdff6ec127d0cf5d7f20bfacbcf520a164c3e114e7 2,529 1.00/1.00 vMB 45
645,004 645,004 000000000000000000076a4e49d7ac0f177a75ae38ad01e3c676f1df406f3364 3,151 1.00/1.00 vMB 133
645,003 645,003 000000000000000000035947861a587785bfe9e729409124204920f80bb5c9f7 2,762 1.00/1.00 vMB 28
645,002 645,002 000000000000000000095042995d4861c779575d50617a0b0a74cb8a36f29f6e 2,004 1.00/1.00 vMB 16
645,001 645,001 00000000000000000004d1985d94e25009436b9bc6f130cc3a893bdbf9080a03 1,240 1.00/1.00 vMB 116
645,000 645,000 000000000000000000034e21f4bb3e31c4f58856763e774102cf8a478a2daf00 2,672 1.00/1.00 vMB 45
644,999 644,999 0000000000000000000b0d6229e51a82de23c03f8420f967cf8a259b6ab00f60 1,157 1.00/1.00 vMB 33
644,998 644,998 0000000000000000000f9d892578b4a1bf25693ef07accdc1b68cd29ff423075 1,888 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.