Loading Tool

Explorer IconExplorer

Memory Pool

34,760 transactions
30.48 vMB
0.06912365 BTC
Random Selection Loading Transactions
Max Size: 149.41/200 MB

Candidate Block

Mining Attempt 02de39805d861efe8e7051e547e45d5568f0259b00f65a67151ae47279937731
Version 20000000
Previous Block 000000000000000000020929f9a54cfe6da8bd6ea7ce1c11a7a4e33ec17eab6d
Merkle Root 30f70a06c0e487cd1c0f63b7ae94f75a706c837984cda695c8961a4950b05403
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.00735814 BTC
Feerates: 602.74 > 0.74 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,353 (846,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,342 68,342 0000000003ff41b6a171ae998f879572d31360841124f2981a5c4b90e3323cf4 2 0.00/1.00 vMB 0
68,341 68,341 00000000052943233dff6412f20bc274f3d44fac361e353efafa6babe2a7620d 2 0.00/1.00 vMB 0
68,340 68,340 0000000004aeefe41609d55f06fa75f2fc5cd035939c731043e7d9931a6951ac 1 0.00/1.00 vMB 0
68,339 68,339 00000000025307237ee52fb3c6b637327d93a4fe9e5dba346be2a29617091221 3 0.00/1.00 vMB 0
68,338 68,338 00000000049b8766156bf65ed5d33fce183721cd6dcdeed16c65d0b160d03643 2 0.00/1.00 vMB 0
68,337 68,337 00000000004eb25a26aeb8c8d7a7883d8638629029736a62052a394c05be7d97 2 0.00/1.00 vMB 0
68,336 68,336 0000000004d32537e0d40dad6bdbc462393d2a92b2265859162dc24cf8b6c924 1 0.00/1.00 vMB 0
68,335 68,335 000000000158e8e7b75d452523d9ab1629bf483b3d0b3e2c42d8f10ad2a8107f 1 0.00/1.00 vMB 0
68,334 68,334 0000000001491b10937cbe36154e4eb4fb0fa2c0ab6caaf72a2ac7affadb9605 1 0.00/1.00 vMB 0
68,333 68,333 0000000002885c7a6e8069152cce7d41307e934226b796736b67b9b524bfee1b 1 0.00/1.00 vMB 0
68,332 68,332 00000000049a97d0f5d89665e5d7ddb2da45c51e42ea44632e536b105364ef77 6 0.00/1.00 vMB 0
68,331 68,331 0000000002beb50b4cf9fc4ee77673c905c0e890171341fba06af7ddf5cdf34d 1 0.00/1.00 vMB 0
68,330 68,330 0000000000430ef66f38840d65cb17d980e443b49446b1ee8f9a20de41f3b362 1 0.00/1.00 vMB 0
68,329 68,329 0000000003b4e616137c6f698ca4996ffdae639f183e812ad8e90ca257cdda5b 1 0.00/1.00 vMB 0
68,328 68,328 0000000003023ebf4c1c45343adf368b15fc8abe37c8052b4ef5db8fd904e273 4 0.00/1.00 vMB 0
68,327 68,327 000000000044d7c49e4d55c83cc79cd04206fb91f02b2c8cbd2d9b7210b99b28 1 0.00/1.00 vMB 0
68,326 68,326 00000000050f26885b2c208008f81bbbf9fd31300ad9140a37310751e1b03143 3 0.00/1.00 vMB 0
68,325 68,325 000000000361a0c8eccf8426cc2ce51306f00f18c9edea2fe18fbc972e4a3f9d 1 0.00/1.00 vMB 0
68,324 68,324 0000000002d0739ab199161282360ce9e9928ba06772fa293d1dfe2e71671260 4 0.00/1.00 vMB 0
68,323 68,323 00000000056aba024035cf5d592ddb5e09b2dc13dae8d5579d3849321183e5f2 1 0.00/1.00 vMB 0
68,322 68,322 0000000002381628c7e50767f60cb639156f91c9e64c5c0a06a2bad36677aaa4 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 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: 588.31 GB
    • Received: 9.53 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.