Loading Tool

Explorer IconExplorer

Memory Pool

81,377 transactions
30.78 vMB
0.10018338 BTC
Random Selection Loading Transactions
Max Size: 187.23/200 MB

Candidate Block

Mining Attempt 0120e6ea7c68440ee1bc051664180212d54e0b772f11dd07712e1216616ec343
Version 20000000
Previous Block 000000000000000000012b00c78ffcff2c2f251c4df31f5491c4d8ec6c927e5b
Merkle Root 415bcd50635a9f326ca1e578b0499c3710ab5eb998f87b3913119372429764a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,906
Size: 1.00 vMB
Total Fees: 0.02794039 BTC
Feerates: 342.60 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,389 (763,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,062 152,062 0000000000000d664a6995ee1b4282e16df378dc5716e761cc4b62072c1ffeb6 25 0.01/1.00 vMB 418
152,061 152,061 00000000000000a416b74311e89bb1483a1fffec52171874b66b423a578e003b 1 0.00/1.00 vMB 0
152,060 152,060 0000000000000de0e9d05810c1f0e32c136ef9b90cab4fb4b5f7352159b705b9 109 0.03/1.00 vMB 31
152,059 152,059 00000000000000e31e27286590433d2c64b3923bea1da47862a40137bacf4808 7 0.00/1.00 vMB 114
152,058 152,058 0000000000000a13f9ca9fb5715dafa48b6403965a4b924fd29285ec56bec70d 33 0.01/1.00 vMB 90
152,057 152,057 0000000000000018c63cdabff8863e9944df511069ceaea0c2971c63c288bbba 17 0.00/1.00 vMB 21
152,056 152,056 0000000000000bc61075b1baf3631f77f563f1ba88e080f0b9926a7d2fafc6ee 1 0.00/1.00 vMB 0
152,055 152,055 00000000000003fd96b8a61fa3e618b5d520cf27f2fd1847229de06a906422c6 17 0.01/1.00 vMB 52
152,054 152,054 0000000000000a6c4c95e88283f3941c4d7ea948dffff10e9166dcabb3452cb6 25 0.01/1.00 vMB 47
152,053 152,053 00000000000006850cf27aaa90785f16c9333194dfcc16d6ee25a1e090d1df3d 78 0.02/1.00 vMB 90
152,052 152,052 00000000000002f6a075ff3a9e5a70a16329bb54ca0231f943389b9c1f2f9983 49 0.01/1.00 vMB 11
152,051 152,051 0000000000000bfb2be566c6421cecf4329b7bccd2d13284780e66190417e628 5 0.00/1.00 vMB 0
152,050 152,050 00000000000007b91ed175013883edb1e3a44371c869d2b676721a3fcae685ec 4 0.01/1.00 vMB 8
152,049 152,049 00000000000005e78ca241f6f0e3f10833d8e542e7b9c1c522718105edea4003 19 0.01/1.00 vMB 20
152,048 152,048 00000000000006885e8d1076018091dd42070cb6925cc1460eff8bf9bc15ef59 27 0.01/1.00 vMB 60
152,047 152,047 00000000000007d69ee2f2d5f77083ce87dc4e516166c6fd07b21b0b39c1f0b1 6 0.00/1.00 vMB 54
152,046 152,046 000000000000066a7c812c5098888099905ed1168cbb2248046f5a2d4be3990c 133 0.05/1.00 vMB 25
152,045 152,045 00000000000003e6d9d439d23d87f06968e1941ab43ba46a3b20b987e8fa9f92 40 0.01/1.00 vMB 161
152,044 152,044 0000000000000d71fde1e34bfd469c381f13e1cf5b0adce04d2d1f2f8eecc4d3 78 0.03/1.00 vMB 93
152,043 152,043 000000000000011a4a8dec0317afd73c7c85d18f25fe63a814f2e0e3783dcfca 99 0.05/1.00 vMB 0
152,042 152,042 00000000000009339ff11cd87549a679a014bcd4a2cf3b58e226bfb0ada30c2c 15 0.01/1.00 vMB 922
Previous 10 blocks ↓
Total Size: 783.07 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: 720.86 GB
    • Received: 18.29 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.