Loading Tool

Explorer IconExplorer

Memory Pool

56,108 transactions
31.88 vMB
0.20436721 BTC
Random Selection Loading Transactions
Max Size: 171.86/200 MB

Candidate Block

Mining Attempt de606591106b3428d0a45249e5073302d2f2d7a4681493a3f2cbe64a406f603c
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 2743e43f12b97964f237dea95b8b48e7c74c12d97ffcd1741c01434a5c6420b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,517
Size: 1.00 vMB
Total Fees: 0.09300507 BTC
Feerates: 502.67 > 9.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (683,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,956 230,956 00000000000001bf087c9ba5a7261370bcafda03c0426aa7d7eec89d64d8d697 240 0.25/1.00 vMB 170
230,955 230,955 0000000000000212db0414f8013d636dea6aa433efe41d5309af64a63c81283b 489 0.25/1.00 vMB 134
230,954 230,954 000000000000021d9454c0b25647b8fa34c06f3c50a5c05463a239e427a27b2f 451 0.25/1.00 vMB 130
230,953 230,953 0000000000000168ec4d548547f6ec76a7b1a32f60506280d016fee48e09b3ca 625 0.30/1.00 vMB 2,842
230,952 230,952 0000000000000119566ecc554dfd3d351e26c89a5ad56fcdc758a46fa6700031 238 0.10/1.00 vMB 157
230,951 230,951 000000000000011c02c8a22c2425d33e446bc93bcfeb0108ab326de0e82bdbaf 229 0.09/1.00 vMB 217
230,950 230,950 00000000000001987faabe5a9c6e34c25579eb0a5569fc1f2accc3cce5602e46 185 0.08/1.00 vMB 130
230,949 230,949 0000000000000176838ec441886717ddbba84433e3eb2614bee8f0b288973ec3 519 0.39/1.00 vMB 81
230,948 230,948 00000000000000035d4c7e3ee8406010e52c4dcc679d2cbb01a0cdb4dd268749 701 0.25/1.00 vMB 185
230,947 230,947 00000000000001632ed39edc41e51821187a703c30297d812994f2c3d811afd9 697 0.25/1.00 vMB 242
230,946 230,946 0000000000000215ef52f8d5a49c527a32637553b3578f5e60f85c5debdda03b 405 0.23/1.00 vMB 145
230,945 230,945 00000000000000a5be632d18a82d7e3701c6110f69a7e6da12b12554ba36be50 191 0.11/1.00 vMB 121
230,944 230,944 000000000000001d42da5cccbdcf99fd587bcd9ab9b7db951330b59e6df1fd52 578 0.26/1.00 vMB 200
230,943 230,943 0000000000000210fa7012d986d637075b9ee0e0a8dc32571f20de99e9353d75 433 0.21/1.00 vMB 80
230,942 230,942 000000000000015d7f9ab987458dd58135b62ba809cb669b1f1e95b758da5e32 445 0.45/1.00 vMB 83
230,941 230,941 0000000000000033e3f724f12d0627eaaf28d700f4982b7a143c24f2add98684 510 0.25/1.00 vMB 159
230,940 230,940 00000000000001869e75d53abb3e9e6ab4224291f4e26a8ea682d3cb240c78de 752 0.25/1.00 vMB 239
230,939 230,939 00000000000001390f2b6aa6decfa971bf7a4c3bc26e9f120d2e1a734da053c6 599 0.25/1.00 vMB 197
230,938 230,938 000000000000003fb32ef49ec3e4888dec1be2e82e89cb7d506cdecdf444c0e2 4 0.00/1.00 vMB 45
230,937 230,937 0000000000000151122396a7e743805a62222583718f2e28779d38ec2d740752 470 0.23/1.00 vMB 145
230,936 230,936 00000000000000ad1b9c4ff91ce9d0c8e7f15ebae2ff2dc1cb55902668743572 5 0.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.42 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.