Loading Tool

Explorer IconExplorer

Memory Pool

42,395 transactions
27.61 vMB
0.13951482 BTC
Random Selection Loading Transactions
Max Size: 142.92/200 MB

Candidate Block

Mining Attempt 6bbae4d97f4c2618cad1f24c6087889786da16e20d81f1856d74faeffb1019a4
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root e18c052f16ee824539e4dafadf67de251d89dd2b34b8b5f004e9c01763f8b4db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,761
Size: 1.00 vMB
Total Fees: 0.05292439 BTC
Feerates: 150.71 > 5.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (818,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,399 96,399 000000000006265043458e42ecef41a7e1841c371b8bab08a93a2ec2bfa9557a 1 0.00/1.00 vMB 0
96,398 96,398 00000000000628e47adb1b71d05ab7bb71b730404e3648f7f3fafcfd018d3dd2 1 0.00/1.00 vMB 0
96,397 96,397 0000000000038b5a6fbae5cc3d7d02651a5f3480e2ad2a8bdbaed90ed97c0d3d 1 0.00/1.00 vMB 0
96,396 96,396 00000000000402180a8c0a3a34995db88ca7d22422effafd262c6ecb42534e59 1 0.00/1.00 vMB 0
96,395 96,395 0000000000033904ab655de1c07ec58e96b4f91d2e8b9e0cf93e663b114bdb2f 1 0.00/1.00 vMB 0
96,394 96,394 00000000000017505bb84c6a4fb265aab5439d0bfe16011bccef7b56e9c12975 2 0.00/1.00 vMB 0
96,393 96,393 000000000004cef79385df5bd88ea8fcaa666257c15e3e301efdf7c841d5234f 3 0.00/1.00 vMB 0
96,392 96,392 000000000002e6e47c70399ba56a4dd7757c48ffe2af0238aa4f276112539671 1 0.00/1.00 vMB 0
96,391 96,391 000000000003499d255532329413dd3a7a887f3e9909a89610a672921e5ff4eb 3 0.00/1.00 vMB 0
96,390 96,390 000000000006f3d77dbe842b3f88243847656af645df2c184c3438e034df906e 2 0.00/1.00 vMB 0
96,389 96,389 000000000003144c6841012a8d5827f175ea15e0c0e29b29c36ce0609f2f5317 6 0.00/1.00 vMB 0
96,388 96,388 000000000001f5acbff32e75f81957e59571684f7a91fe1d6ce67a8da172d2c0 2 0.00/1.00 vMB 0
96,387 96,387 00000000000124dfc51a0a5749c6b41c99ced23548470fa67a113dac3248b5c2 2 0.00/1.00 vMB 0
96,386 96,386 0000000000022271fa7c440fd245d8f4b0b7c53c29851ee590c4b525385b52c1 1 0.00/1.00 vMB 0
96,385 96,385 000000000000fd2a4208b0a688d1487bce69d03206f18e13a3c0fd33dde1db14 2 0.00/1.00 vMB 0
96,384 96,384 000000000007f7c1d13075e1605b520616764c43da3870e6f28377c9fd415992 1 0.00/1.00 vMB 0
96,383 96,383 00000000000759bba5847c040a4c1d0d4e52116e59121a4a575b016e4926f086 1 0.00/1.00 vMB 0
96,382 96,382 0000000000012faca9514964c90758cb409f93b4a118555b5f91c5d2013e145f 3 0.00/1.00 vMB 0
96,381 96,381 00000000000264955c06fcc9463357a16cb090f06637962eff83cdaeb7610a72 1 0.00/1.00 vMB 0
96,380 96,380 0000000000025a0e4a33cc94c94586b958d474a401de45f39b0fd2cef159ef39 1 0.00/1.00 vMB 0
96,379 96,379 00000000000430f1b5ca622e4bbfea6ec53a632dce23f0267ee4fb226be0c40d 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 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: 643.24 GB
    • Received: 12.58 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.