Loading Tool

Explorer IconExplorer

Memory Pool

80,226 transactions
31.13 vMB
0.08019632 BTC
Random Selection Loading Transactions
Max Size: 188.35/200 MB

Candidate Block

Mining Attempt 696bb9109420b4bb3820b41257dd0ba597861b80a3ac4f6a4d8185e0f5ce54a6
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root b17790f96a455fdcd5cf67ba53133837ecf28ed404a6a3247dab2b52d756f05b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,774
Size: 1.00 vMB
Total Fees: 0.01307734 BTC
Feerates: 100.25 > 1.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (426,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,891 488,891 000000000000000000334bd3b99631e8ba37987cf811b97139b4a088db498f90 2,326 1.00/1.00 vMB 122
488,890 488,890 000000000000000000a645102b5ecdd590be8afc704b5df652535ca5d5e9be23 2,068 0.98/1.00 vMB 170
488,889 488,889 00000000000000000021175e4362664b6f77210b96e642dd0f4e0f4af0105c87 789 1.00/1.00 vMB 9
488,888 488,888 000000000000000000913a50c6a5c1b7f48ada4875b71fb937f48016e7517262 2,040 1.00/1.00 vMB 54
488,887 488,887 00000000000000000017ef00767b1124f0335d4e22e8faa5d4855e773cf5cf29 2,032 0.89/1.00 vMB 34
488,886 488,886 0000000000000000008ecce06244ad0f363ac5c51f02c0f4c5ac687cd0075ca2 1,777 1.00/1.00 vMB 114
488,885 488,885 000000000000000000f440ad06816c49bd337694cb7c847bc93c3ecba3c7117b 1,803 0.98/1.00 vMB 158
488,884 488,884 0000000000000000004d1c1501862209eec9c68c5e38b9c623e98d77e8c03bfd 2,297 0.97/1.00 vMB 146
488,883 488,883 000000000000000000078e1c55009a378ae962378f1bbe61900911592a7259fb 2,549 1.00/1.00 vMB 146
488,882 488,882 0000000000000000001a9395607a1a1448cd48a0551280c721d4e774f3cab179 2,151 1.00/1.00 vMB 57
488,881 488,881 0000000000000000005ded20a32101b88cf10a373884b21c6c47756d8ff749f6 2,140 1.00/1.00 vMB 152
488,880 488,880 00000000000000000009c4eca8531cf44e39af8be1b64b71b1ffe54cacbd86bd 1,193 0.75/1.00 vMB 106
488,879 488,879 000000000000000000e12d3f2d843f6b352a614cbe16596f4b863a38595cd97c 2,361 1.00/1.00 vMB 173
488,878 488,878 00000000000000000066f31f00411919f849bd32bdf0266bd0cd7d959a260728 2,136 1.00/1.00 vMB 172
488,877 488,877 0000000000000000005017ff43c7273cf595cfb2f25f8d7c1dc3b286feb008e4 2,402 0.98/1.00 vMB 169
488,876 488,876 000000000000000000383e8080be95e07d3d0b7d90a261ad87836413933d12aa 2,584 1.00/1.00 vMB 73
488,875 488,875 000000000000000000f82d9538b8bd96e8b74a2afde4343b69785c19fe93bc13 2,148 1.00/1.00 vMB 70
488,874 488,874 000000000000000000981ba85925e2ace42e1eded159e7f42104d4d8148931bb 1,112 0.51/1.00 vMB 145
488,873 488,873 00000000000000000080229c757a124bc00974c4405ebb2e120ce5fd57c840e3 2,165 1.00/1.00 vMB 81
488,872 488,872 00000000000000000098007ad31ffc3c104dc8b48cf5e87109d24777b2d8e908 104 0.12/1.00 vMB 107
488,871 488,871 0000000000000000002426f4f41c780211b09d444f8b18bd9df72fef5f02d58f 1,883 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.74 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: 708.13 GB
    • Received: 16.72 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.