Loading Tool

Explorer IconExplorer

Memory Pool

31,727 transactions
10.09 vMB
0.18045775 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.21/200 MB

Candidate Block

Mining Attempt f0462405229b81227a918f8e3a83cc5811697fb653a4492ab116d8f0e2c4f975
Version 20000000
Previous Block 00000000000000000000509134f4cc7e9cf327299f81f0e594b3d1dd3418e2db
Merkle Root c2bd98b5d6c9284cfc43ffdbea6187240f4e59d090dc7819d94d672a359649a5
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,490
Size: 1.00 vMB
Total Fees: 0.09995451 BTC
Avg Feerate: 4.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,994 (771,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,737 141,737 00000000000009345340d12b09224cf4de7780e2be2c18ab784368a923180100 0.00 MB 2 170
141,736 141,736 0000000000000152a07abf54ea7db04cef994587e4f3d356f9c7d7c588f35253 0.01 MB 19 395
141,735 141,735 00000000000000a09de57932fb9a4e19ec1435a163cc2e77a670a109e6295663 0.03 MB 93 131
141,734 141,734 00000000000006d35bda5b240264a88cf1f231de0e0e0be4d5261a2d51b5ddbd 0.01 MB 43 26
141,733 141,733 0000000000000942a3406d7a7078893c9dbab7923699c34f25a1bd94030fca25 0.05 MB 105 211
141,732 141,732 00000000000004bd01c4098a6fe336f09cdf7eb975084524ea13e9162a552895 0.01 MB 18 129
141,731 141,731 0000000000000203553d9934490b1224eca1a8b5098dba645957ddc41b1a0991 0.02 MB 63 146
141,730 141,730 00000000000005d9a60da449079762b937131553b77f4e0c2aa805b0eb833da7 0.04 MB 129 82
141,729 141,729 00000000000002fbb2f04014a6233a933f031de9d42da108c9093348d61c80ab 0.01 MB 17 411
141,728 141,728 00000000000003a872b45fb43721fb1b3f3f2c00db489411fff7d16e706dd422 0.01 MB 28 329
141,727 141,727 00000000000008852fb7811605c017289538a28bebf8f9eeee9f683339ef4a3f 0.01 MB 15 56
141,726 141,726 00000000000008062e7b9d371f6770048b9c3110e414e8a51b975b2997855fd0 0.00 MB 15 767
141,725 141,725 00000000000006ea8e07a03e2bbe363009fdc8d80dbcb6d3c8a3e2339f340506 0.01 MB 7 35
141,724 141,724 00000000000003174ad8fb32dcd75096b6d30c2078607728c0a1226488a53961 0.00 MB 8 595
141,723 141,723 00000000000008e989a9972a316578754ad557e8fa2ceba7d99cb12fcdede223 0.01 MB 19 201
141,722 141,722 000000000000058c1f1dd4400b4d2a0821f558a6ca6ea4db93fcefa4b52059e4 0.03 MB 108 13
141,721 141,721 0000000000000127e45f861639be8acd4c7f2a115db51a68bfb1e78b5fd846aa 0.00 MB 9 29
141,720 141,720 0000000000000699011951de08321600421f330a2f7ac3e933041edce6afb12a 0.01 MB 18 266
141,719 141,719 00000000000005bcc1ee2141c5a388c62b604de1e6321cd29dcd07ad1cfde178 0.02 MB 67 274
141,718 141,718 00000000000000a37815c99c14910a814c82ae296fa31094913e2cb6548ce8d9 0.02 MB 35 241
141,717 141,717 00000000000004e4a480bffb80279ee3db9364d3fbb800d534665045ace32568 0.02 MB 57 169
Previous 10 blocks ↓
Total Size: 778.83 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: 377.86 GB
    • Received: 3.40 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.