Loading Tool

Explorer IconExplorer

Memory Pool

41,037 transactions
26.17 vMB
0.06525413 BTC
Random Selection Loading Transactions
Max Size: 136.46/200 MB

Candidate Block

Mining Attempt d1babea343bb6084f9ec4390cb9f2220c051955d50717680250141a58f8e6f19
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 099207b41a9cd161cdd64ea6fe456261ee2ad801b59a974fb678956cfe40bacc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,241
Size: 1.00 vMB
Total Fees: 0.01753288 BTC
Feerates: 151.16 > 1.76 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (357,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,000 557,000 0000000000000000001e27534de5d2f0f24cabc0a4b4f9db59a6df819347e2e5 2,480 1.00/1.00 vMB 6
556,999 556,999 0000000000000000001078f8ea9e777bed68f20caadc1b4b5e7c0d141ee59847 2,864 1.00/1.00 vMB 36
556,998 556,998 00000000000000000027d5a0c53237474fea3ffb3fa126ca2c8090990910af9f 2,720 1.00/1.00 vMB 20
556,997 556,997 0000000000000000000d7e9e7410f64a478344c7018cc3e9d456d0b04b2db6a7 2,761 1.00/1.00 vMB 9
556,996 556,996 00000000000000000021f94cc97b0f7efa8b659793f8c464d9bb517302b7ed33 2,685 1.00/1.00 vMB 45
556,995 556,995 00000000000000000001bdca9e26047f576622704e3fbaba95bc8bdfa6785611 2,839 1.00/1.00 vMB 10
556,994 556,994 0000000000000000002cf8c854051badf962a43affade9509f3c2773183e8e94 2,364 1.00/1.00 vMB 25
556,993 556,993 00000000000000000029b5c2b1558f013343c9aaf9605ebf9f8e77da0666bffe 1,539 1.00/1.00 vMB 43
556,992 556,992 0000000000000000001eed5b22d1fd3160a4d8cf30a3958d258219def0d7b036 1,841 1.00/1.00 vMB 14
556,991 556,991 0000000000000000001d0fc3bf81795e384315ffdaa404bf4b4a19ddf9b0c5eb 2,425 1.00/1.00 vMB 14
556,990 556,990 0000000000000000000d879dc930c6732e816fe4c2840dd3910aa7778af805b8 1,720 1.00/1.00 vMB 12
556,989 556,989 0000000000000000002da6549aa68ed57e40e0a1f018fde9c6a8c25316d41240 2,672 1.00/1.00 vMB 12
556,988 556,988 0000000000000000001e2c680344dca7f83ef98cc349d5ae30ec486f1c789904 1,568 1.00/1.00 vMB 14
556,987 556,987 00000000000000000030147d8fc0e05753f9609aedee75c8a13c6f6f854d8156 2,075 1.00/1.00 vMB 23
556,986 556,986 0000000000000000000e439de8d8c48043b1ce60abcebe01417a1f809ba286a7 1,118 1.00/1.00 vMB 39
556,985 556,985 0000000000000000002efd092a650b0d22a8cdbda862f6ee354d8526dc22f241 809 1.00/1.00 vMB 85
556,984 556,984 0000000000000000000ba6763399cbc4322cca7b640a648f68d19865f3414bea 3,192 1.00/1.00 vMB 12
556,983 556,983 0000000000000000000dcd0bd82f74da65b559d78909c61a5af834013af9e042 2,837 1.00/1.00 vMB 42
556,982 556,982 000000000000000000292992a536398db15c7f7adf529253aafbc8e4cf32afb2 2,937 1.00/1.00 vMB 26
556,981 556,981 000000000000000000228f84a0913702a785ce696956cc627f590e5aa21a38f7 2,028 1.00/1.00 vMB 21
556,980 556,980 00000000000000000020ac93aa29d275085b0a2722d6577bba88c21b3938be25 2,657 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.16 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: 653.25 GB
    • Received: 13.84 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.