Loading Tool

Explorer IconExplorer

Memory Pool

78,667 transactions
29.14 vMB
0.11817219 BTC
Random Selection Loading Transactions
Max Size: 175.82/200 MB

Candidate Block

Mining Attempt 6d87c6c8fe5ec09e2d4f62ad2ad68149e649429d9cc7ca677cfcd17c96a4de14
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 472d0663791bd242819f0f456baf60189ead144c26b4a83f04ce1c0027719d8a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,098
Size: 1.00 vMB
Total Fees: 0.04255953 BTC
Feerates: 150.80 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (401,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,947 513,947 0000000000000000000988776b65a1460f2d8cf4ecd9bafb3fb4a3eb82329c61 1,107 0.79/1.00 vMB 10
513,946 513,946 0000000000000000000f038d1b9dd034e3e1ad9531f905e2e565fa3e290e887d 1,666 0.65/1.00 vMB 38
513,945 513,945 0000000000000000004d81d50fb2e161c606530c80040fa33e1408f8f948239c 521 0.24/1.00 vMB 36
513,944 513,944 0000000000000000004e054f7c19e6647213ae4318322c755bf080878d4ec6df 731 0.30/1.00 vMB 40
513,943 513,943 0000000000000000003da7f4b0f836612c63f8c54adb7fba3a110c7b27516c6f 934 0.37/1.00 vMB 35
513,942 513,942 0000000000000000001fb03b16fbb74a8b15d3b24720ec87c3550c90cf9385fd 123 0.04/1.00 vMB 34
513,941 513,941 00000000000000000044abd7cb4233cc57c37f8fb8d6d5485adbc6eb5b098c1b 2,694 0.97/1.00 vMB 34
513,940 513,940 0000000000000000000fbf473eefcdd56f00201e70f0fc15df98a67463bd02ba 376 0.15/1.00 vMB 24
513,939 513,939 00000000000000000017cff68743a3662ddafd5539362888ec61ac751cd3b3b8 928 0.35/1.00 vMB 38
513,938 513,938 0000000000000000001d6d210457bd60dcc4ec5c77b3d46f8fba1315cb1c0d89 1,681 0.72/1.00 vMB 34
513,937 513,937 00000000000000000017039c66a82ce9a3f977610bb43824698f004e29d10a42 210 0.13/1.00 vMB 16
513,936 513,936 0000000000000000000ebd1c1eade9721f2d550f08edf17c69bd1cb1d7239cc5 526 0.29/1.00 vMB 36
513,935 513,935 00000000000000000021aeade9dd36f482d33a267b9db32b9c2429305da901e4 2,042 0.84/1.00 vMB 30
513,934 513,934 000000000000000000451f0b6fe65e96db2b10f0e1a76b0a338e692094eff870 349 0.13/1.00 vMB 29
513,933 513,933 0000000000000000000cfc3d2d640cfb46f2e309bedf0d0b97ba81e3851d05a7 622 0.24/1.00 vMB 29
513,932 513,932 0000000000000000004016b05a00002e8d12e8e1d40306b7955e093903eb2a2e 782 0.33/1.00 vMB 32
513,931 513,931 0000000000000000004501b250c265b270d9f77a23a4cb3ccd92608392634131 439 0.20/1.00 vMB 28
513,930 513,930 0000000000000000003a6b4a13818a7331dc41afb0b039d1ddf432002c02c3de 385 0.16/1.00 vMB 42
513,929 513,929 0000000000000000004ee363128132bd2b5099b45631c3d8ed764410fa6a33df 467 0.28/1.00 vMB 34
513,928 513,928 00000000000000000046862cb7c09a7aaadc9890fee1656c0213bd2e15d42baf 702 0.48/1.00 vMB 14
513,927 513,927 00000000000000000010633704a0ef5b8820b39ce826a0f38845b2e99860d803 2,348 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.