Loading Tool

Explorer IconExplorer

Memory Pool

84,401 transactions
31.56 vMB
0.10532603 BTC
Random Selection Loading Transactions
Max Size: 193.43/200 MB

Candidate Block

Mining Attempt 695a0a70676dac21e9b998bda1daba3b8312952ef4546d0ccbd1e024309dfe97
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root a96d2ebf5a5f358fb8e9f769d14ea52fcd3fe24587c586d26a7e2c7457bbf58d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,372
Size: 1.00 vMB
Total Fees: 0.03233542 BTC
Feerates: 301.57 > 3.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (108,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,661 806,661 000000000000000000038d5e784e44a78ebcbba2ee77eec522d51d68cc83dc55 2,710 1.00/1.00 vMB 16
806,660 806,660 000000000000000000028fff1d179168702cf3433d7ea0ba0a73e574bd62d072 3,718 1.00/1.00 vMB 26
806,659 806,659 00000000000000000000c9d207d04bd3d411b5d5e198aa367419ee0c6186f028 2,628 1.00/1.00 vMB 21
806,658 806,658 0000000000000000000188f65e1dece1136c68638d9cc78bfbe6a3528a1bcb6c 1,747 1.00/1.00 vMB 21
806,657 806,657 00000000000000000002de11981fdb54d2509f71c64aed41c5af94ba7028f7ce 2,440 1.00/1.00 vMB 23
806,656 806,656 00000000000000000003cbfe646724d36574214718d629e5a36280b11db68e8d 4,290 1.00/1.00 vMB 16
806,655 806,655 000000000000000000049849671ab550c8a609a8f1f03b67b764ff1ba36eb1f0 3,401 1.00/1.00 vMB 18
806,654 806,654 00000000000000000002728183b8a27bea545e711b0ce9c5b906ce4deb4041a3 3,583 1.00/1.00 vMB 18
806,653 806,653 0000000000000000000310f1b3c0ba44fbd406dc97b4e1d1af7c3edd398d2ae2 5,166 1.00/1.00 vMB 16
806,652 806,652 00000000000000000005270efc4cc22a76bb7c47ef258d8c88ce5e5df898d4fd 3,846 1.00/1.00 vMB 22
806,651 806,651 00000000000000000004d59edb400529dc8fd39d261fbd914e605a090fb7c78a 4,132 1.00/1.00 vMB 19
806,650 806,650 00000000000000000000876d22f4fb5721480c1df66ec06b25e6ca14a9242ab2 4,139 1.00/1.00 vMB 24
806,649 806,649 0000000000000000000005b26c6d70d9a6cf142b3a72b0c76231f431539a593e 4,725 1.00/1.00 vMB 17
806,648 806,648 00000000000000000003f08768d9709bad5b567d7af2befbf46b2416986fb647 2,584 1.00/1.00 vMB 17
806,647 806,647 00000000000000000002f7cdfdec72b88e46386e84b9ef45f4675a346b28bf1b 3,307 1.00/1.00 vMB 28
806,646 806,646 000000000000000000027362a96e3dda5eb6b73b3636a04e97b2a885b91a3485 2,506 1.00/1.00 vMB 24
806,645 806,645 00000000000000000001879c1402600c46b5c26cd9a5d7d04aaf3cef2bba2bd9 2,499 1.00/1.00 vMB 24
806,644 806,644 00000000000000000001fb72438705dc522c4348d805977405613c156c4f5c17 4,485 1.00/1.00 vMB 16
806,643 806,643 0000000000000000000190443dd1766d33f580f3953cbbf0e015746ae16050af 2,887 1.00/1.00 vMB 15
806,642 806,642 000000000000000000041180830a48c0c31b33dfed606105c98700fff241ba2d 6,037 1.00/1.00 vMB 18
806,641 806,641 00000000000000000003523a0d4b799d185e24b0d9ca77144464b974edf05c41 5,377 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.59 GB
    • Received: 16.92 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.