Loading Tool

Explorer IconExplorer

Memory Pool

40,936 transactions
27.77 vMB
0.07538625 BTC
Random Selection Loading Transactions
Max Size: 142.57/200 MB

Candidate Block

Mining Attempt c30de34da30325c9273502b609a5a6db97a7ad3af1ea0545362b72e67f27d61d
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 6920e03d6c415f9e429c25f61e1a001539e836e40a4970f2807a4513110770d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,548
Size: 1.00 vMB
Total Fees: 0.02226193 BTC
Feerates: 193.01 > 2.23 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (266,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,933 647,933 0000000000000000000fc0489669d68777ba010c31b2bcda82d14eb0d387802b 1,929 0.87/1.00 vMB 38
647,932 647,932 0000000000000000000ddb644476d5258d68e48c6fed8bcc697172e6a27acfc8 866 0.30/1.00 vMB 57
647,931 647,931 000000000000000000049389f01627967976d0257acb31fac6c9a57b609ab50d 2,062 0.82/1.00 vMB 44
647,930 647,930 0000000000000000000f82f2f9bc6e8fe6a576cf7da738c5ae3d5257e4202056 2,041 0.98/1.00 vMB 11
647,929 647,929 0000000000000000000e461ec8466feed8f78cdca9b2ec929e9562c76e9e5376 2,406 1.00/1.00 vMB 27
647,928 647,928 00000000000000000005ca2610d4ccca3e36635af19b18a0d0b7a20316b16408 2,721 1.00/1.00 vMB 68
647,927 647,927 0000000000000000000098147f7c907ece84e0f84db0c3b7d5f6610420bebec4 2,089 1.00/1.00 vMB 14
647,926 647,926 00000000000000000000194bd341ed6b019a32b652ddb374a5a1744b53e5ed89 2,498 1.00/1.00 vMB 15
647,925 647,925 00000000000000000001f607b138dd1e51a4353849d04b419fab0ecb7abc9a76 2,307 1.00/1.00 vMB 35
647,924 647,924 000000000000000000007baf18f29d69f8af82ada7244b60fe05aa0f10c31eaf 2,641 1.00/1.00 vMB 27
647,923 647,923 000000000000000000083ca7468bc343c04602c4711fdbd59dad46330f09beb9 2,056 1.00/1.00 vMB 20
647,922 647,922 00000000000000000005de91e0e5da4fa744d37bb3ce7d38f68215e73a8c1264 1,500 1.00/1.00 vMB 48
647,921 647,921 0000000000000000000ec1418a35829b244e6de2d4199784bbe877bf2e84c9e7 1,988 1.00/1.00 vMB 81
647,920 647,920 0000000000000000000aaa0ca115cd5f9ee3c67b04029c375c0e58b4ca30ae6b 2,260 1.00/1.00 vMB 87
647,919 647,919 0000000000000000000eb11d9d6905a63fff9ea6e05f65bbc720f29c12890aa1 2,352 1.00/1.00 vMB 84
647,918 647,918 0000000000000000000b9c51b73292281f5947505bb764d042bd791b257dd3fb 1,622 1.00/1.00 vMB 78
647,917 647,917 0000000000000000000eaae723d03878ad1c8334d71699ab30b86a8eab5c5d95 2,025 1.00/1.00 vMB 81
647,916 647,916 0000000000000000000028d92ccad980b12f1dab8e1f832a7bcbb11249c0c33b 2,523 1.00/1.00 vMB 110
647,915 647,915 0000000000000000000250cdd48b9029e49229c1826bbb9d2f0125c5afb63c08 1,378 1.00/1.00 vMB 12
647,914 647,914 0000000000000000000601d3dad3cf5490d520cc7fec5b9dbf5c6cf64b1f2147 1,125 1.00/1.00 vMB 7
647,913 647,913 000000000000000000060e809450b3ad9150fd7bd2c5c87e11bc6c8b1318d543 2,499 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.77 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: 632.86 GB
    • Received: 12.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.