Loading Tool

Explorer IconExplorer

Memory Pool

79,963 transactions
29.34 vMB
0.12947341 BTC
Random Selection Loading Transactions
Max Size: 177.60/200 MB

Candidate Block

Mining Attempt 6b3c3dfe8a9a02f2b7dc8c73c72ca4252b1adcca53837b736de13d5d8b46cac4
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root cbf0f5221a4932bb4526f5bf292a3d10ca936c06fe99f8f524c41c52684dc704
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,468
Size: 1.00 vMB
Total Fees: 0.04845420 BTC
Feerates: 602.26 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (64,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,998 850,998 00000000000000000001adb9f8d9862f2b54d04cc243ef1a367320a0ac9b3ea7 5,338 1.00/1.00 vMB 8
850,997 850,997 0000000000000000000017f3ef4eebfba69be7b510d60b830a2e8f80b8aef8a8 4,882 1.00/1.00 vMB 6
850,996 850,996 000000000000000000034c2a8bed3cea21b6e8912bb6b66a780853a623c68782 4,279 1.00/1.00 vMB 8
850,995 850,995 000000000000000000014be0c4f906138f790937c4ba3c973d92bc29da606f23 3,405 1.00/1.00 vMB 9
850,994 850,994 000000000000000000015033fe7a7068eb0d57488ba0c3e83e4e32d83f15e5a5 949 1.00/1.00 vMB 7
850,993 850,993 00000000000000000002d76f1047fb3663beb8101fd1fbc4568e01b751f8ea24 1,500 1.00/1.00 vMB 6
850,992 850,992 00000000000000000000a676b859933617f78aa22775eaffa918a0e5ab502abc 2,917 1.00/1.00 vMB 7
850,991 850,991 00000000000000000002d1741500ff3c029137c539c3f1c0b724f1dc0612fad5 3,837 1.00/1.00 vMB 9
850,990 850,990 000000000000000000017064e1dd29a36ddd91f84470fe47a504e6b0c468d667 5,189 1.00/1.00 vMB 7
850,989 850,989 000000000000000000032b8cb7b423c7832853806376fd4d358db9bb1ccff039 2,909 1.00/1.00 vMB 13
850,988 850,988 0000000000000000000151a5ddc261ea1186d2647adf6e82278b2e01d6709628 6,204 1.00/1.00 vMB 6
850,987 850,987 000000000000000000002e49abfa00e7b9b5fa736a8ea1290722a5fc6dec9979 1,775 1.00/1.00 vMB 8
850,986 850,986 000000000000000000019827ab4458acf2673b623212b0c725b5dce780b68a55 545 1.00/1.00 vMB 6
850,985 850,985 0000000000000000000235f7d5dd2e51590bdbc2c5568f99ba7f213650b86a63 5,448 1.00/1.00 vMB 6
850,984 850,984 000000000000000000008942ff87e64e1e8297b19948a53f8d626b3026f5d199 2,273 1.00/1.00 vMB 6
850,983 850,983 00000000000000000002938d78a982c6abc0f583b7499b29a41dce3c61f87cc2 5,434 1.00/1.00 vMB 6
850,982 850,982 0000000000000000000264f1741560687c9cae31084ed4849a87ef569162a60b 6,313 1.00/1.00 vMB 7
850,981 850,981 0000000000000000000076672f29c11a277d10a3c59ee9c84765749dcf3c3736 5,931 1.00/1.00 vMB 8
850,980 850,980 000000000000000000016f407f56fb7469c906c994dee5e121585b299ecafeb0 6,552 1.00/1.00 vMB 7
850,979 850,979 0000000000000000000206880a48d404e3fa74522977e4716660f29255918471 1,880 1.00/1.00 vMB 6
850,978 850,978 0000000000000000000061a7aaad1de296eade7125f88f4c7e14f5fbb6ecdd8f 1,267 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.92 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: 714.46 GB
    • Received: 17.54 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.