Loading Tool

Explorer IconExplorer

Memory Pool

74,624 transactions
27.52 vMB
0.07127955 BTC
Random Selection Loading Transactions
Max Size: 168.01/200 MB

Candidate Block

Mining Attempt 91e0b927d4bfd2d4d85c946ddaa2f56c90567ee71c26048a3dbee22c2669f054
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root cbc351a3464b8bb8a4226469bcd4684741d000f4189c3168cc02b71aaef2cfd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,786
Size: 1.00 vMB
Total Fees: 0.01262609 BTC
Feerates: 80.55 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (283,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,922 631,922 0000000000000000000f9fd77c72cf64d38328f4c9f40f7356af3db0353f8666 2,792 1.00/1.00 vMB 37
631,921 631,921 00000000000000000005457db8d6c5262d2d553df6e22d55e982c672247f0a25 1,897 1.00/1.00 vMB 96
631,920 631,920 000000000000000000095784a5cb1874768b11324225fb0030bcdee57777b4b4 2,498 1.00/1.00 vMB 80
631,919 631,919 000000000000000000076e096b81c23d4c3c625e0aec916144e529017d2631bc 2,628 1.00/1.00 vMB 36
631,918 631,918 00000000000000000001208442eca15cc32320aa7caf679eb7c75fc904ffa5ae 2,444 1.00/1.00 vMB 70
631,917 631,917 0000000000000000000ee980ca24dcc9170feb01d3b14627ed429126cc1ac1e5 2,610 1.00/1.00 vMB 88
631,916 631,916 0000000000000000000da87f725a20bd144e8da934bef9df9bfbab978b4adb7f 2,979 1.00/1.00 vMB 76
631,915 631,915 00000000000000000001a757bac011012953716606b5bbb00961e3cceeeceda6 2,954 1.00/1.00 vMB 75
631,914 631,914 0000000000000000000dfb78779c2c2a2949ac472b2d657bfe86b6ed4f0b9b18 3,184 1.00/1.00 vMB 54
631,913 631,913 0000000000000000000053f4667014d81f67e1de9d46a207c759c0edd02dc6a2 2,332 1.00/1.00 vMB 75
631,912 631,912 00000000000000000003f4441b0648cf28885eb00ce074d1d54ed0c3c5573e1e 3,001 1.00/1.00 vMB 107
631,911 631,911 0000000000000000000fd9ede878b0b494ae08bc1f044b88c56f714e5ded7e08 2,597 1.00/1.00 vMB 94
631,910 631,910 0000000000000000000a5945ba8d3750ebf4ecccfe11c1f693ce9b6bf813dbdf 2,723 1.00/1.00 vMB 97
631,909 631,909 00000000000000000007cec007a2e35502c4cf7994fb923c6f53149edf3175aa 2,048 1.00/1.00 vMB 75
631,908 631,908 0000000000000000000cf11f82a58763ce4e5cbc0a61172e3f86458451eb54c8 2,129 1.00/1.00 vMB 95
631,907 631,907 00000000000000000002a707a0f5809fc3f3aade8c0b79941be3c41be6436bbc 1,608 1.00/1.00 vMB 73
631,906 631,906 0000000000000000000a07e237ecc963d0f14ee1c3acdfc28ba4edf2e36b3793 3,035 1.00/1.00 vMB 91
631,905 631,905 00000000000000000001471410473fbf1ff181a67586d632f5ee02c0ed9969b7 2,713 1.00/1.00 vMB 156
631,904 631,904 000000000000000000096dee92fd9bd3e696904ddfe260e538a3682c77123fa5 1,130 1.00/1.00 vMB 193
631,903 631,903 0000000000000000000772b3e1e3254c2bb82818693d2fef63b68630e85bfc29 2,754 1.00/1.00 vMB 78
631,902 631,902 0000000000000000000387a44fb2c03bf57367d66261553173e885b6263ff983 2,060 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.