Loading Tool

Explorer IconExplorer

Memory Pool

77,398 transactions
27.92 vMB
0.08542188 BTC
Random Selection Loading Transactions
Max Size: 170.21/200 MB

Candidate Block

Mining Attempt 01032e2c849186121dd212df087f83064a71e06e7f927ff87bb295fc4a864118
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 369711fd95a6a8df477ae58167de55f6a663f7f878fdee50f2bc98cc96162781
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,097
Size: 1.00 vMB
Total Fees: 0.02547341 BTC
Feerates: 402.60 > 2.55 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (423,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,882 491,882 00000000000000000095167ae40ec440de5abfc57c3b4467a4f7275b9a76c40a 898 0.40/1.00 vMB 68
491,881 491,881 000000000000000000722002d4c1b035bf59204bf99ff6fc618845035a6864f7 445 0.18/1.00 vMB 110
491,880 491,880 000000000000000000111543ed6ce1b86abf711fdf402db78753357b0bc2d68b 596 0.25/1.00 vMB 112
491,879 491,879 000000000000000000da56655fa07517576a33ed6f7133bbd2c4eb12266bdefc 615 0.30/1.00 vMB 88
491,878 491,878 00000000000000000037b22b95fc319a4b85aaa7c6d6dc08f66eded6a2c489b4 728 0.32/1.00 vMB 92
491,877 491,877 000000000000000000d53d0f5864eca7dc86326077a2de819e8475ae9df7abb4 1,741 0.86/1.00 vMB 8
491,876 491,876 000000000000000000cb5b44b3ebb260fa02c9bdb1beb90828e398441ef5bd3c 2,207 1.00/1.00 vMB 31
491,875 491,875 00000000000000000000f1a0943afc5ccd099127528576219cad7c4aaa4065a7 2,034 1.00/1.00 vMB 94
491,874 491,874 00000000000000000003fb70edf97cc8f4d5a1255af6e61e36f1c67f8f2733e1 2,346 1.00/1.00 vMB 124
491,873 491,873 0000000000000000000a4551cd710dbeb0fc0fdf03cf2f48bd3139182a7a7a5d 2,055 1.00/1.00 vMB 83
491,872 491,872 000000000000000000a263597f3ae5c8aae365659ba87e9ab807a1cd6c3d5d4d 2,028 1.00/1.00 vMB 51
491,871 491,871 00000000000000000002613a1aa9978763d4e4a7c3f0f72365feac2d1b21aa1f 2,234 0.95/1.00 vMB 122
491,870 491,870 000000000000000000a2e6a24a1a272bdeebf6ec8a1851eba4532d2c2882cf42 2,014 1.00/1.00 vMB 113
491,869 491,869 000000000000000000b23a48bfcb6930a31fdca73d0efaf7aff271d47fb043c7 1,695 1.00/1.00 vMB 157
491,868 491,868 0000000000000000004ed5d3d42296f877c43cc731e8b9304003e0b593180d9b 1,402 0.60/1.00 vMB 86
491,867 491,867 00000000000000000071f4952b0f68280ddb95506cb687dd4bbbc9d7be8a88de 1,401 0.74/1.00 vMB 52
491,866 491,866 0000000000000000002051ddacd4cfd8d1ad53a8ba45a73c7e77eec3f3e2a80e 343 0.13/1.00 vMB 112
491,865 491,865 000000000000000000085c748e687e13c7a4a2bd0eae2256a676dcba566a61ca 2,007 1.00/1.00 vMB 87
491,864 491,864 0000000000000000009072ae8ec59516d5ba05bccaa6c74c201258651458fe03 464 0.27/1.00 vMB 71
491,863 491,863 000000000000000000c5b717afa23c14f5c4d0d7500b8e2d0fade0da7da8d403 1,262 0.60/1.00 vMB 86
491,862 491,862 0000000000000000003c60949d6aaa8437e431c24ae652bf4af96d9c82911265 2,206 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.95 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: 715.03 GB
    • Received: 17.64 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.