Loading Tool

Explorer IconExplorer

Memory Pool

76,184 transactions
28.44 vMB
0.06906735 BTC
Random Selection Loading Transactions
Max Size: 172.23/200 MB

Candidate Block

Mining Attempt ae188550ccf7afaa9eccd30f7bcb9ea54d6e321be369e62ce8d9d11382df03c6
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root cf9c7c6d23a762e2f0efbf025bfefaf5ca16021a62f1253f382988e7eeda03af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,324
Size: 1.00 vMB
Total Fees: 0.01014567 BTC
Feerates: 214.59 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (410,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,933 504,933 00000000000000000067ca30d4762daa78add9286187a9540aa8fd31268f83ff 1,522 1.00/1.00 vMB 273
504,932 504,932 0000000000000000002c5ec29dd8f69b88c7f45d9874561340635aefd3fa8915 1,499 1.00/1.00 vMB 339
504,931 504,931 0000000000000000000ef6a3497928577012b5ec6e44a80435870d42fc935fdb 1,835 1.00/1.00 vMB 440
504,930 504,930 00000000000000000012084bc1844b3500778154aab8fe5730565ed7644f5740 2,004 1.00/1.00 vMB 415
504,929 504,929 000000000000000000656f3bf28729daed181350c16eda9c62a3a9e5b0597cce 2,093 1.00/1.00 vMB 488
504,928 504,928 00000000000000000055f2ce3972f4984449c288c31e722a1e8d8e0ece4806d8 1,997 1.00/1.00 vMB 464
504,927 504,927 00000000000000000002428b417a2dbcd5893f82bbe1d2f9a60071e3294b9e33 3,005 1.00/1.00 vMB 498
504,926 504,926 000000000000000000021cfb89fd2ce77512baaa0154eb1b35ba7d5244868e02 2,316 1.00/1.00 vMB 512
504,925 504,925 0000000000000000000b5d3bf467aa89a06497f0a178162c9a62d553de02f761 1,437 1.00/1.00 vMB 315
504,924 504,924 0000000000000000005d4650676d4500c92a4e65e4f83779c7bab8d88d9557c0 1,737 1.00/1.00 vMB 426
504,923 504,923 0000000000000000000f7ba3257affb67765c0b73709ed48b98ecf5feded5578 1,638 1.00/1.00 vMB 444
504,922 504,922 0000000000000000007b8a4a1fc4153dbaee6a174be02ca38ec45e2792a9c446 1,885 1.00/1.00 vMB 460
504,921 504,921 00000000000000000050da9dbcac1b573b715cd0993315a092b40790fb89dd1f 2,259 1.00/1.00 vMB 397
504,920 504,920 000000000000000000737115f1dfd97cbc5f62462e0102f6ff116edd3f90a65f 2,308 1.00/1.00 vMB 454
504,919 504,919 0000000000000000002d243f013d11e31edd98bcb3ed7bf6f0a43b4fc33413c9 2,642 1.00/1.00 vMB 525
504,918 504,918 00000000000000000038dfd391a4eeb32ead4915c0a050b676b215cfb8530b45 1,299 1.00/1.00 vMB 186
504,917 504,917 000000000000000000495f05566a778c3455d10ba49c842b9441c2a330612e4f 1,387 1.00/1.00 vMB 287
504,916 504,916 00000000000000000015d7f46832805b1c902b0faf33faeef182fd9ebf5276a3 2,744 1.00/1.00 vMB 489
504,915 504,915 0000000000000000003be1274dc6a9cac5b9096143a82cb85f829bac614c39b4 2,353 1.00/1.00 vMB 463
504,914 504,914 00000000000000000068617533a2ea9eec5a6c6c406405c926f3eb0f0e4076a7 2,379 1.00/1.00 vMB 428
504,913 504,913 000000000000000000490568d30856c78dee70c289a9c0aeb730ab7048ac0d79 1,202 1.00/1.00 vMB 258
Previous 10 blocks ↓
Total Size: 782.63 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: 672.16 GB
    • Received: 16.16 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.