Loading Tool

Explorer IconExplorer

Memory Pool

84,310 transactions
32.66 vMB
0.07994998 BTC
Random Selection Loading Transactions
Max Size: 193.57/200 MB

Candidate Block

Mining Attempt 48041c815d1ffeaa3d6a05ceb85a58760477281e8183b286d44b92077c5dbcdc
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 26d494b3e2899b548f4934fe7dbe7cf74cdf6e118f3ddbce4cb2a4ee736cb732
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,700
Size: 1.00 vMB
Total Fees: 0.01518401 BTC
Feerates: 100.53 > 1.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (432,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,937 482,937 000000000000000000a1970afc18415e0d9cb85c5f1c9a935ef80571857a30d5 1,811 1.00/1.00 vMB 369
482,936 482,936 00000000000000000094d570624e9c3240ac85216f58b36cdf60c724dd79eb8c 1,894 1.00/1.00 vMB 212
482,935 482,935 0000000000000000000365a74074fda9a3aaf480f991a34aed6ae838852fe33c 1,991 1.00/1.00 vMB 251
482,934 482,934 0000000000000000008bcf4e3386c7d4a51938692d69926f08cb557c58e58c01 1,679 0.99/1.00 vMB 267
482,933 482,933 000000000000000001012bec8c22c11d312c7b70f3dbcf98b21701dbc2f5e01f 1,655 1.00/1.00 vMB 323
482,932 482,932 000000000000000000c00f4c498c5de5532f12a89de736ce36745e5609fc8cb3 1,671 1.00/1.00 vMB 374
482,931 482,931 000000000000000000501676f9fa2d49b64c3689ce10a90d7c6ee5c3080c911d 2,154 1.00/1.00 vMB 445
482,930 482,930 000000000000000000abaa67f5d9278ceae8b8d89f6f97b79daf13da85ee277d 1,983 1.00/1.00 vMB 400
482,929 482,929 0000000000000000013ab8c272b3235f5d2577f09c3e8fb5b69cc3086d5f0f88 1,654 1.00/1.00 vMB 340
482,928 482,928 000000000000000000fa7b8c5840dba369c1c7dbdd9397e0f755563df6d246c2 2,404 1.00/1.00 vMB 379
482,927 482,927 000000000000000000b42b0a2d10c7252d95ba415cd4c9a0cf11f50b4280d54f 3,170 1.00/1.00 vMB 443
482,926 482,926 000000000000000000ca80ff5fb3014d927a125b85c3a7cd4d2765223b79e271 1,990 1.00/1.00 vMB 391
482,925 482,925 00000000000000000130a33246692bdd4a87071d964380ba10f0b0662ba5402d 1,759 1.00/1.00 vMB 528
482,924 482,924 0000000000000000006e8116ccd56cca87dedbb86a8bcfae20d2f91176500655 240 1.00/1.00 vMB 13
482,923 482,923 00000000000000000008ed92c94933ed808054c586832afce837cf706d29b20e 780 1.00/1.00 vMB 70
482,922 482,922 000000000000000000ea8e2e8acb535cadec4f56fa95657e9a435c946a463ac8 229 1.00/1.00 vMB 31
482,921 482,921 0000000000000000007f7ef0cb99501e293187050737843db1b6c37b33d6d5bb 994 1.00/1.00 vMB 55
482,920 482,920 00000000000000000116407bfa01cb81066ea69747a2f689150601df822c51be 2,057 1.00/1.00 vMB 367
482,919 482,919 000000000000000000cbfddb58695169653c609e454eea50ab991260d636d833 937 1.00/1.00 vMB 116
482,918 482,918 0000000000000000005e6f740e1b3222145eab274746e15e5e45a9b90964dcbc 858 1.00/1.00 vMB 99
482,917 482,917 0000000000000000008590f901a90bd7ca6dc0c24b205025b9fb8613671f40af 1,259 1.00/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.