Loading Tool

Explorer IconExplorer

Memory Pool

48,181 transactions
27.32 vMB
0.07056701 BTC
Random Selection Loading Transactions
Max Size: 145.64/200 MB

Candidate Block

Mining Attempt f7997cc2444deaaa3f666d4cd575a051deb548a80ae6181473149666fb4877b9
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 17e8cc04a02af349cb100412deb530e2984fa58b66dbdc76ccbc937b562f2cab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,396
Size: 1.00 vMB
Total Fees: 0.01955144 BTC
Feerates: 100.53 > 1.96 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (123,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,006 791,006 00000000000000000002d131f893b253e4ce7f08111f0eb68cf61d5a54ed5523 2,312 1.00/1.00 vMB 40
791,005 791,005 00000000000000000002842dc83d49e739a50ace36cfa59cc668e3c1dd8f9a0b 1,547 1.00/1.00 vMB 27
791,004 791,004 000000000000000000054f1bc679bf5d70d409119c32e4035eb1926e0a419d3b 1,885 1.00/1.00 vMB 31
791,003 791,003 0000000000000000000396218cb4ac9ca410546cd9a4e5ee6c0c1baf193eca5d 1,121 1.00/1.00 vMB 24
791,002 791,002 000000000000000000017087151f10facc9a9256e0fa02941d1072127b541f8c 2,592 1.00/1.00 vMB 35
791,001 791,001 0000000000000000000310512ce74d2404813136918d2e259f1a2ce8c43f7d82 1,766 1.00/1.00 vMB 53
791,000 791,000 00000000000000000002965564f8cb5126f3d92658e8a72486c7a18c1fc23a31 2,959 1.00/1.00 vMB 43
790,999 790,999 000000000000000000016781725253a618f3a8465bd2231ab82b54b6a0454f09 1,374 1.00/1.00 vMB 53
790,998 790,998 00000000000000000001f36953597fc8bb9529b089d14f655026a223f5f5a8ec 1,244 1.00/1.00 vMB 52
790,997 790,997 0000000000000000000343b70dddcc9ac93c5b25799214c1997fff0327a3617c 2,937 1.00/1.00 vMB 44
790,996 790,996 00000000000000000001cbc6b48b0b92f25f21c598604fcf6ba2ce00e839e576 2,591 1.00/1.00 vMB 64
790,995 790,995 000000000000000000034a6f5ab8ab0de0e295528b4127863cc9d07426132b8a 5,539 1.00/1.00 vMB 25
790,994 790,994 0000000000000000000013d18ed56d0ecb068856aa4df738be0d97a1bfa0811a 2,898 1.00/1.00 vMB 31
790,993 790,993 00000000000000000002b0a874b55bfc6c0b02f31c14f88093ed3fd4a8b3e135 5,721 1.00/1.00 vMB 22
790,992 790,992 00000000000000000001d22b88e36bb0875d171029f54ea2a917eb1d29b49049 5,414 1.00/1.00 vMB 27
790,991 790,991 00000000000000000001346e137ab4bcc7e8250b21dbdc0cf8d0fad2253e975f 2,973 1.00/1.00 vMB 36
790,990 790,990 000000000000000000038569fd056194d1bdddc6edba9b80b8cc2ced236fcbf6 5,033 1.00/1.00 vMB 27
790,989 790,989 000000000000000000030795a0370b94a06748edce2ca8755e70e1de0cf662fa 2,858 1.00/1.00 vMB 44
790,988 790,988 0000000000000000000409714413466b33d290bf624cfb5ba73c734fe6f46fd2 5,324 1.00/1.00 vMB 22
790,987 790,987 00000000000000000003eb628e03f71a1511b8d3dfe956caecdb10b0509db0ec 3,579 1.00/1.00 vMB 41
790,986 790,986 00000000000000000002bfb44db95d1e2c7850102f2fb4d8f6be5f55c75c204e 2,452 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.99 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: 648.72 GB
    • Received: 13.07 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.