Loading Tool

Explorer IconExplorer

Memory Pool

76,277 transactions
28.49 vMB
0.06916609 BTC
Random Selection Loading Transactions
Max Size: 172.53/200 MB

Candidate Block

Mining Attempt a8b36267c03e7c7a1ddb9ced824159aa878a27bb493f90db759ff768705fcb86
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 3342784d50999d7d5ff9617be98e67cd5eb60e63d4de50c0a6f37178c20f1d5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,046
Size: 1.00 vMB
Total Fees: 0.01011306 BTC
Feerates: 101.00 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (362,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,094 553,094 0000000000000000002395199c03a702b647d5fe9e006e269e62cccc79c3fb35 3,100 1.00/1.00 vMB 9
553,093 553,093 00000000000000000010d3f83945d4da369ea6951a7903680ee34ffd4cbb6611 3,138 1.00/1.00 vMB 27
553,092 553,092 0000000000000000002608d65f4b42295b83083c988691b882c8054b301b40fa 500 0.26/1.00 vMB 18
553,091 553,091 0000000000000000001c6222a97d86a81438fd7d50cb07e31a7098498eab827a 874 0.41/1.00 vMB 12
553,090 553,090 000000000000000000003020ef0899bdcca4a071c94a506e2099545c1f2ec911 935 0.55/1.00 vMB 13
553,089 553,089 0000000000000000002c9ed4d5340148a56e9e6258ada0f2dcf6111a2ca75db5 2,093 1.00/1.00 vMB 8
553,088 553,088 00000000000000000018b56232d77f410c6834bf82f3bf0b2fe4ece0f2c46b36 3,049 1.00/1.00 vMB 22
553,087 553,087 0000000000000000002a6e767b6b12985d35f279d6ba3708f7c0ea21ed340f42 2,799 1.00/1.00 vMB 19
553,086 553,086 0000000000000000000b842703a9495a131908091b841faba4f2a8ef5053a46b 1,749 1.00/1.00 vMB 8
553,085 553,085 0000000000000000002eb62e0400660cc397bdbd421db9863b5b9be0c3d45b54 2,948 1.00/1.00 vMB 2
553,084 553,084 0000000000000000000834eedd8cd5dfbe5186a8e783dc991359ecdb5a1f696d 3,079 1.00/1.00 vMB 20
553,083 553,083 00000000000000000016e1795a7c5a60bcd28c28dad5a368e928ab42b2364fb6 3,294 1.00/1.00 vMB 9
553,082 553,082 0000000000000000001543e51a3d0932bab515f257477025a38822b8a45f2e86 1,923 1.00/1.00 vMB 39
553,081 553,081 0000000000000000000d863462343d723fe2be7fcf27975f6206cda9061f71aa 1,982 1.00/1.00 vMB 10
553,080 553,080 000000000000000000143e14b4096cfb8b6d2ed508e29af29b12b8ba9f0c6b57 3,576 1.00/1.00 vMB 35
553,079 553,079 00000000000000000000240f7786ed4a41dcd0a8b8086587728835019ac46726 2,762 1.00/1.00 vMB 29
553,078 553,078 00000000000000000022d91de9937864f9aa1e2745914527a3ca268e1235c65c 3,195 1.00/1.00 vMB 18
553,077 553,077 0000000000000000002583bd72c9c794e6e150c17e872503055c4cc9d0a4270f 2,410 1.00/1.00 vMB 21
553,076 553,076 0000000000000000001a0cfb296773e1561d2800fcd416b852c4bbb5b1f99031 3,380 1.00/1.00 vMB 28
553,075 553,075 00000000000000000029b44238d43dfc1b6eb0d76786928e35d06de3cd307f74 2,787 1.00/1.00 vMB 30
553,074 553,074 00000000000000000022157b7b3ed7b3f5f04cb56835097a35e12fa4f05f57ae 2,865 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.