Loading Tool

Explorer IconExplorer

Memory Pool

78,241 transactions
28.88 vMB
0.06963185 BTC
Random Selection Loading Transactions
Max Size: 175.24/200 MB

Candidate Block

Mining Attempt c1f0b39d069290e400896b4282441e74230910de161bbd81250fdaeaff7408bb
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 9a6298bdac6fb7a4cdbf9645a0c5387071e29cf346ec131fd1955456cbfeba82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,288
Size: 1.00 vMB
Total Fees: 0.00921585 BTC
Feerates: 73.20 > 0.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (523,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,017 392,017 000000000000000002c5c03182107eb4a37b2166b6caf631bf304367b1bfb648 400 0.25/1.00 vMB 19
392,016 392,016 000000000000000009092fc0e62b901c0090992a661033df37d4771d05716a77 1,124 0.79/1.00 vMB 21
392,015 392,015 00000000000000000a8d86043f833e64b82a0a2acf2fb51fde7f96d7c9d468c0 929 0.73/1.00 vMB 36
392,014 392,014 00000000000000000a1c7236e45710d39e5a478cae0a2428a4770d6b8cbcc014 1 0.00/1.00 vMB 0
392,013 392,013 000000000000000008f360de730ceb5a209f91639b851d50911e05fe8e3c700b 1 0.00/1.00 vMB 0
392,012 392,012 00000000000000000205d46342f90fd1d9481d84080b00838ddb0d2850d3d872 1,666 0.75/1.00 vMB 31
392,011 392,011 0000000000000000045c691c4966e65b66f356593e14ac048b0720b184c9fdde 2,474 0.95/1.00 vMB 44
392,010 392,010 000000000000000009c8e9c8bf48029447bd51b2261be4ce7d0fe98df69a8b9f 2 0.00/1.00 vMB 0
392,009 392,009 0000000000000000097f4896123a652228fab4d33d4b3b78a77d7407bd9a8d22 958 0.38/1.00 vMB 38
392,008 392,008 00000000000000000a508dc8b99918706b5a3b37ccd6577fa732de56bc4a6497 2,221 0.95/1.00 vMB 37
392,007 392,007 0000000000000000040ea34077955cc4a67890238e25f673f500e8e424cc1593 928 0.75/1.00 vMB 20
392,006 392,006 000000000000000002b3414231a4306c71440840f75dbdfe46ab2782fac58c55 463 0.93/1.00 vMB 12
392,005 392,005 0000000000000000074655af2ca7fb3dfd3dc6ba1d0396595d8bed6fc6901b6d 963 0.39/1.00 vMB 42
392,004 392,004 000000000000000004038ce411f60b80b95f19afb3e422db8265ba1bf127a379 1,578 0.72/1.00 vMB 45
392,003 392,003 000000000000000006409d16b13a8dcdeef9c75528b9be1098c4fec6e6b11e3a 1,248 0.84/1.00 vMB 22
392,002 392,002 0000000000000000064eb6c8cd0e6cde71a19d54c66f44fcf13c4f560a348733 3,067 1.00/1.00 vMB 49
392,001 392,001 000000000000000005b076c1bf4bb3c1bbf331c0d1a01461e9429a1b71f40821 1 0.00/1.00 vMB 0
392,000 392,000 00000000000000000850dc9d4a9a8d45d618d8f0dcbbdcc8a6fa88a6a90dfe1c 82 0.06/1.00 vMB 215
391,999 391,999 0000000000000000057be82ea064fc9e30b320e780ebdc67287efb5c8f0b8da3 389 0.28/1.00 vMB 24
391,998 391,998 000000000000000009a045e88b5ed6d6a37c1f380b35f8dadaa9cdb58fdf755b 1,870 0.87/1.00 vMB 38
391,997 391,997 0000000000000000035310b43988568408f617bebe13e3d966dbad1b1d6a42cc 1,126 0.99/1.00 vMB 20
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.25 GB
    • Received: 15.89 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.