Loading Tool

Explorer IconExplorer

Memory Pool

78,793 transactions
29.46 vMB
0.08337356 BTC
Random Selection Loading Transactions
Max Size: 180.39/200 MB

Candidate Block

Mining Attempt fc1343f9d9b65967d377a0e581ba06a77ca62d4fd3c76042aa7a4d597d0d35d3
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 5be8d3c587ba4e08a731d3f34d32a99eee6805794c16151af62d266dd8123853
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.01867930 BTC
Feerates: 301.25 > 1.87 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (499,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,015 416,015 0000000000000000024f8e48419787712ef87b2737feab234b419e3882689b0c 1,961 0.99/1.00 vMB 54
416,014 416,014 0000000000000000040cb3c15dcdc3d92642635f003f0c17a37472f260548c80 2,520 1.00/1.00 vMB 66
416,013 416,013 000000000000000005313ab88d4cf35cc8e43ffec53235adf9a63bbe52247e18 650 1.00/1.00 vMB 31
416,012 416,012 000000000000000001703f4063e7dd623b5606a41d108ee3c0ec349c763d8dd1 1,928 0.75/1.00 vMB 59
416,011 416,011 0000000000000000014f16642d608bb0df43794ac7bcf0a4360402412bebb87f 1,338 1.00/1.00 vMB 29
416,010 416,010 000000000000000000745b12ceb4b34be757ad6ce05236fc6371064a8174a65c 1,903 1.00/1.00 vMB 47
416,009 416,009 00000000000000000411d40e74bdabc2c078468d3a1458d6eedfb9e21cd062e7 716 1.00/1.00 vMB 21
416,008 416,008 000000000000000002d3a8d9186242dd2b369979424a09c42cd925f9ef0d3305 1,126 0.68/1.00 vMB 42
416,007 416,007 000000000000000002e57a6e9ca983be933d0f8c2495b5a8abac8212f7db1a57 1,578 1.00/1.00 vMB 37
416,006 416,006 000000000000000002fe4633d37271e8e32c4aa1ee6d9426f9dc27568a12eca7 1,197 1.00/1.00 vMB 34
416,005 416,005 00000000000000000160be5456cbef4df1c57a1af42912240066f313007c2a06 697 0.39/1.00 vMB 41
416,004 416,004 000000000000000001260d21bfea008f3acb47a015ba45e6ff0a70c274b3888f 795 1.00/1.00 vMB 22
416,003 416,003 000000000000000002326f05ff8b2fd174a46e495e913cde9ed3691d40959cd9 1,763 1.00/1.00 vMB 48
416,002 416,002 000000000000000002dce84d89425ff291b4039dcb344e218c000e14cf8ee944 963 1.00/1.00 vMB 25
416,001 416,001 000000000000000003c46614727cc27b46b6175e1a1cf8569a031a3350e47cbc 412 1.00/1.00 vMB 13
416,000 416,000 0000000000000000057799a23ee01dab5d6124c3bf89bbe8751cf792e88f0102 1,205 1.00/1.00 vMB 24
415,999 415,999 000000000000000004ad4a0ef193611e5ffd79f2d4623ea05518d2fa92e97c61 2,545 1.00/1.00 vMB 59
415,998 415,998 0000000000000000006d54b43c6c6b33cb63d2c4f0dc4c843a458816f4bf35d2 1,631 1.00/1.00 vMB 39
415,997 415,997 00000000000000000148f6833d8ae437b5f02afe6569b763f042c070295e22f7 1,107 1.00/1.00 vMB 25
415,996 415,996 00000000000000000305c2c88ace8621d8152933919f1c9d7811b7cc6f6acdb4 2,890 1.00/1.00 vMB 72
415,995 415,995 0000000000000000053ec2437b421aba98e7f27a8fd29ea4c1e88e9b0a788ffd 751 0.75/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.80 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: 710.03 GB
    • Received: 17.01 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.