Loading Tool

Explorer IconExplorer

Memory Pool

81,853 transactions
31.02 vMB
0.07514354 BTC
Random Selection Loading Transactions
Max Size: 188.84/200 MB

Candidate Block

Mining Attempt 34eda953b6aa47aaa7ee9a8afb0d4e07ac09d4972f335f7d4fc56a58c6bd2fef
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root c7136b51a2337a1e41a419bdcb047823187183d951c28b8458ff466d5436d647
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,078
Size: 1.00 vMB
Total Fees: 0.00829389 BTC
Feerates: 60.16 > 0.83 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (426,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,896 488,896 0000000000000000007a3470c604b57de6c21bceaacdae8f8733de870ac0e87e 1,622 1.00/1.00 vMB 41
488,895 488,895 000000000000000000dc7452770ddde6843904bbae799ec3d3394b4e19b9a348 2,241 1.00/1.00 vMB 49
488,894 488,894 0000000000000000008e352b34c6a0b97e3caa68dffe4577b3a40101a6061ba3 2,366 1.00/1.00 vMB 11
488,893 488,893 000000000000000000f0bb78fd66d25832ed8cf48b00d3c58701f4bde5d6a8ce 2,190 1.00/1.00 vMB 67
488,892 488,892 00000000000000000078dc39900ab6306c365e12b05813a593c5281a78184246 1,936 1.00/1.00 vMB 35
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
Previous 10 blocks ↓
Total Size: 782.72 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: 705.18 GB
    • Received: 16.65 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.