Loading Tool

Explorer IconExplorer

Memory Pool

84,063 transactions
31.48 vMB
0.10201807 BTC
Random Selection Loading Transactions
Max Size: 192.88/200 MB

Candidate Block

Mining Attempt 08a580d820f76b3eaf1c7eed4343c643dfe63240aa7166986f0f453974617890
Version 20000000
Previous Block 00000000000000000001ac34818eef0d70486ad7b2c435f366c2fef0117ca70d
Merkle Root 0835968ee5b5aefa4ec25988578ca28b9c4701cda419943439da4dfbb931c90c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,059
Size: 1.00 vMB
Total Fees: 0.02979867 BTC
Feerates: 150.54 > 2.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,228 (265,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,757 649,757 0000000000000000000898c30832252b8b498501768a3f33c752b13e94cc85d4 2,956 1.00/1.00 vMB 59
649,756 649,756 0000000000000000000d16e76897d64eddc86431eb4694622315cb78e828257d 1,820 1.00/1.00 vMB 16
649,755 649,755 00000000000000000007dcbad9f9d8372eacb5ffbcc66b67a1ab91b410476cde 2,883 1.00/1.00 vMB 50
649,754 649,754 0000000000000000000541430838ec2480f49dd41d15d33eb7dd03587efac210 737 1.00/1.00 vMB 5
649,753 649,753 0000000000000000000c6c0a4b79d56d28c9a71cf6a82918bc3f8441ebdfcd0a 2,128 1.00/1.00 vMB 27
649,752 649,752 000000000000000000018677d6ce5786450d71f20e1a3a76e3bab91345f20616 2,180 1.00/1.00 vMB 27
649,751 649,751 000000000000000000000b16ae3fac55d1facf433d62d8973a1ef7f86ef52dab 2,302 1.00/1.00 vMB 28
649,750 649,750 00000000000000000004ddbcf770a1bb09a792459ea62d4e5ff7726982a382b6 1,994 1.00/1.00 vMB 77
649,749 649,749 0000000000000000000e6394f4f6af84b9900fc3ff073721d510d72ebbc532f8 1,193 1.00/1.00 vMB 15
649,748 649,748 0000000000000000000899ca09f0fbf7d5b275e534d29fba15b0552ddb34c8ca 2,124 1.00/1.00 vMB 27
649,747 649,747 00000000000000000008a28638c06cffbc142f22d5f5b205c65223b9fec6211b 2,135 1.00/1.00 vMB 12
649,746 649,746 000000000000000000039d796105db6a0019dca081026684bab53a4e32101123 2,715 1.00/1.00 vMB 79
649,745 649,745 000000000000000000042dc7448204f3f314413359d9760dffc05bbcd0cface4 1,637 1.00/1.00 vMB 27
649,744 649,744 0000000000000000000295f59a220dba64a2470dcc7725b87c19c1a63d2d8967 2,150 1.00/1.00 vMB 31
649,743 649,743 0000000000000000000b7285b2381dab5d7c0653e5160d113f11f459f21014ac 2,471 1.00/1.00 vMB 39
649,742 649,742 0000000000000000000c85fa6010071a7acdc5952ee60d46b04280903a6599b3 2,114 1.00/1.00 vMB 14
649,741 649,741 00000000000000000003ccb6716d3451ed2683231a6ed41e482436d1b78ce5e7 1,805 1.00/1.00 vMB 67
649,740 649,740 0000000000000000000afc445b87d6d2e4f274606306ca8e4bdd258639a3f9df 2,088 1.00/1.00 vMB 55
649,739 649,739 000000000000000000018218385939bcb0778b4bd8717812107f1b9424ec852c 2,940 1.00/1.00 vMB 88
649,738 649,738 0000000000000000000bb622885a4b1e39f60cb07f1e540d5f5a24fbda3f67ba 2,236 1.00/1.00 vMB 70
649,737 649,737 00000000000000000000d6a103c6bc2679ae3a8c4d2f67c2b45505c93fb35561 1,071 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.78 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: 709.75 GB
    • Received: 16.97 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.