Loading Tool

Explorer IconExplorer

Memory Pool

88,640 transactions
33.75 vMB
0.14079295 BTC
Random Selection Loading Transactions
Max Size: 199.81/200 MB

Candidate Block

Mining Attempt 4a14a1b9acde64d4f4f2d927d5f9b3518c67e88569c732ddd2758ebd1a3c4368
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root c51a758fc60726ff9b053e9351f18b6f05f99fcca3c28226cd3b4f8571eb0a2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,191
Size: 1.00 vMB
Total Fees: 0.05665898 BTC
Feerates: 469.97 > 5.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (339,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,932 575,932 00000000000000000011e61f7249a6c62d679861596a25615d40313c0d3617a8 2,372 1.00/1.00 vMB 76
575,931 575,931 0000000000000000001ff8eaeffee9619f2786125f8b2bf277aa6eb109ca2f63 2,911 1.00/1.00 vMB 85
575,930 575,930 000000000000000000205b7a4ef7793a83876c33879cd13efded0aaf9817d717 3,701 1.00/1.00 vMB 117
575,929 575,929 0000000000000000000cf48d48bea796ca659fc21154d88b60a58e00ccb4c3ab 2,973 1.00/1.00 vMB 46
575,928 575,928 00000000000000000021c71b3114da4b13fc6fc3d2fcd6d7cf1db4542172ea92 2,816 1.00/1.00 vMB 54
575,927 575,927 0000000000000000000459c72bce5ac245bb8537e16480cab5f414b7079d2180 2,518 1.00/1.00 vMB 70
575,926 575,926 0000000000000000001b6de956f8447f3eb65a871887022b786376f13df27019 3,478 1.00/1.00 vMB 104
575,925 575,925 00000000000000000019e889f4def0673747da61dd747ef580addf302d7a78b5 2,781 1.00/1.00 vMB 90
575,924 575,924 00000000000000000013d0010f8d8373487e6a8835d7b3111732c6ec230374b6 2,573 1.00/1.00 vMB 50
575,923 575,923 00000000000000000014874cb29c96db6d223b30e9c1b296b85e273654629c8b 2,708 1.00/1.00 vMB 98
575,922 575,922 0000000000000000001d2bd15348b720c3844c563d2eb7081be9b3ea466273d7 3,010 1.00/1.00 vMB 50
575,921 575,921 00000000000000000005f7bb0dcceb95091087d27d1edaefe64cdf184f389c22 2,387 1.00/1.00 vMB 93
575,920 575,920 0000000000000000002287b665d8f361b080fa749cbc0c56646fbffc713b9569 2,546 1.00/1.00 vMB 78
575,919 575,919 0000000000000000001696ec02a34359eec7de8e07d238953a28d04264408b7d 2,603 1.00/1.00 vMB 100
575,918 575,918 0000000000000000000f9aad7d6426ca66f67a6c204a8379c5b1585e98c07bea 2,599 1.00/1.00 vMB 77
575,917 575,917 0000000000000000000c67bf79f4af2fc20e754318b8114e8048a1053086bf92 2,514 1.00/1.00 vMB 81
575,916 575,916 0000000000000000001856169aebf7d13db6bd7b9fe5c9cc51aab7d888c03bb2 2,951 1.00/1.00 vMB 76
575,915 575,915 000000000000000000096d570062c2713026b611f4f1a213b94689835205b4ce 3,202 1.00/1.00 vMB 106
575,914 575,914 000000000000000000087e1aee6856b805cb034f3733c5a54e6bef0b8e06ab6d 2,720 1.00/1.00 vMB 67
575,913 575,913 00000000000000000002fd93fc13834f0151bc265ce7fcdb3767684fa85a2fda 3,354 1.00/1.00 vMB 112
575,912 575,912 00000000000000000014c2ba8dcec83e3a2980fb62899b36dee4f865277a008a 3,082 1.00/1.00 vMB 48
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.90 GB
    • Received: 14.56 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.