Loading Tool

Explorer IconExplorer

Memory Pool

81,860 transactions
30.55 vMB
0.07855191 BTC
Random Selection Loading Transactions
Max Size: 184.23/200 MB

Candidate Block

Mining Attempt 133eecab1c3c5b49fb678e9e4e4f69d98e3d4ed1103ffd89d5af90775f23ad3a
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 128b5ed1073d0da3622c54e0c85f756f1ede14144a93cc39bb555e8998099cee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,132
Size: 1.00 vMB
Total Fees: 0.01517263 BTC
Feerates: 40.91 > 1.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (855,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,965 59,965 000000000698cc5f5ce32c20045349c95d3e6d07a4563e0a278701418064696e 2 0.00/1.00 vMB 0
59,964 59,964 000000000b68c5378fe5ddfa35f467883aab789e0ed9c18fa0a3f0c89beadc1c 2 0.00/1.00 vMB 0
59,963 59,963 0000000009b6830e279cb3a063d86a9beb88aa460a47f5b7b3d90527ef235740 1 0.00/1.00 vMB 0
59,962 59,962 000000000c136c2fcf32683ef7f7e34b5f622b0781cc267ad3bad4a60aed6ddf 1 0.00/1.00 vMB 0
59,961 59,961 000000000595a465f265d2e8513dd62120327b01cfaa090a2dfa932882df6605 2 0.00/1.00 vMB 0
59,960 59,960 0000000006ecdb885efd0adc4ab54ab8a29e8bfdd32d2ac5b8eeba5e9149bd70 2 0.00/1.00 vMB 0
59,959 59,959 000000000468e085dfc88d2a3c2803081e73e7c3d2880c6bf4f1d3a87e9889a4 2 0.00/1.00 vMB 0
59,958 59,958 0000000004dc65a4a30db4e55a2c13bf4ea7c9c0d36d26a735dc9c53a33023a9 1 0.00/1.00 vMB 0
59,957 59,957 000000000e6c8130dcd2eac866b4bf145f5f3724a7e3139e18694210a4a9127f 2 0.00/1.00 vMB 0
59,956 59,956 000000000226b0a45be2058407f5d1046b82b3b5f86f87808677e472697f88a4 1 0.00/1.00 vMB 0
59,955 59,955 000000000a529eeb7c75b4faca15f48ef712eb70ce6dc28b8c4df5c907c19bb4 2 0.00/1.00 vMB 0
59,954 59,954 00000000051ce508593c8f7bfd11036566eedfaeb942444973c047bcb499d497 1 0.00/1.00 vMB 0
59,953 59,953 000000000aa430036a6cd9131b65a691ea262653222a22de4e5d4ed2280f694b 1 0.00/1.00 vMB 0
59,952 59,952 00000000039bd09dac99fd36f1136023c646fea741d155f387959b45addfdc00 1 0.00/1.00 vMB 0
59,951 59,951 00000000035e38979951c15912536229c9151985b30ed92649e6b1beeb23f30d 1 0.00/1.00 vMB 0
59,950 59,950 000000000cec5582bb2f498e265214f3539ee6d76635596867ea2a3dcb3ec91d 1 0.00/1.00 vMB 0
59,949 59,949 00000000009ad15949d5f5382b76b21eaa5f05f11218f22263b84c2b9265f67f 1 0.00/1.00 vMB 0
59,948 59,948 000000000bd2038cbde5cfd53b0dd964ceb0dd7f5265c73c4e1162cd980e10ae 1 0.00/1.00 vMB 0
59,947 59,947 00000000019917a5944526a70eb274460ea637de868d34b2118979d12ad43e55 1 0.00/1.00 vMB 0
59,946 59,946 0000000001df21eef90649df3d0211d3f6b157af475617408321660300dc91e5 2 0.00/1.00 vMB 0
59,945 59,945 000000000cae3ea9daa51a0a804e3bc185856319d4b5cd5a56af2808089d5b13 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.