Loading Tool

Explorer IconExplorer

Memory Pool

82,188 transactions
30.19 vMB
0.09911524 BTC
Random Selection Loading Transactions
Max Size: 182.27/200 MB

Candidate Block

Mining Attempt 25d3eb5a15c821a0d3276ac9d098cb63cc963464d2b7018f7038b992a7f68079
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 7975f54853175f992e109b59fc7d3b96db9d8fb430dadd13a73d60f5b7dff5f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,663
Size: 1.00 vMB
Total Fees: 0.03703579 BTC
Feerates: 526.32 > 3.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (271,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,270 643,270 0000000000000000000a63183d9d5da89a6fbef1fb140e16bbf89d0d8da1c542 2,469 1.00/1.00 vMB 94
643,269 643,269 0000000000000000000454f43890f2872c61c164811f85e65f6901fe537a6771 2,738 1.00/1.00 vMB 109
643,268 643,268 00000000000000000007f848edee8b266ea1fc3c1afa91c33df625ffd14d5485 1,919 1.00/1.00 vMB 130
643,267 643,267 0000000000000000000968d618759f6920e8591fb0dd36622f39f031910aa147 2,393 1.00/1.00 vMB 156
643,266 643,266 000000000000000000068998d4f0f1781326314fa42b53e80564258f81f45eb7 3,167 1.00/1.00 vMB 174
643,265 643,265 0000000000000000000e3d0a681dc1890d667129e1f45df376416797a9d24ee6 2,703 1.00/1.00 vMB 54
643,264 643,264 000000000000000000093eea73a17867f11c3ea010dcb5e45e035d710f2edde9 3,109 1.00/1.00 vMB 121
643,263 643,263 0000000000000000000fc04a2cfe690e9467659d2157342105b9e5fa8e1545c9 2,135 1.00/1.00 vMB 68
643,262 643,262 000000000000000000023bebddaef89fd79d7138a6059e2f36f1d4338e94bda6 3,046 1.00/1.00 vMB 112
643,261 643,261 0000000000000000000f33b19e95615c982131e7d7bda3451bfac2dfe8be74a5 2,457 1.00/1.00 vMB 106
643,260 643,260 0000000000000000000773187dca1c0c9a4ab8427092ff7dd14c29cc0e783618 2,736 1.00/1.00 vMB 128
643,259 643,259 00000000000000000005ec45813d865a7871eb813d661b6da481177bd5c09497 2,910 1.00/1.00 vMB 67
643,258 643,258 000000000000000000011be6f3d2badb9ceeacb50a45ac452c2a407702112035 3,000 1.00/1.00 vMB 154
643,257 643,257 0000000000000000000f795922b2488fc512ae571f90db343d4c6871a0ad2d29 2,948 1.00/1.00 vMB 76
643,256 643,256 0000000000000000000ff059a1f59009e2eb14dd4c9e1a1de5b7edc047cf3dc4 2,658 1.00/1.00 vMB 87
643,255 643,255 0000000000000000000ba4ae6cfd3a0ed54452beed2aab2e1d42809e65df26b1 2,149 1.00/1.00 vMB 113
643,254 643,254 0000000000000000000ebf51e5717d2a3337f6ded6fb69a401df83d5fe6cd8d4 2,421 1.00/1.00 vMB 136
643,253 643,253 0000000000000000000c45fe3c126816c2f53eae77dcffcfd652e1809063e862 2,546 1.00/1.00 vMB 150
643,252 643,252 0000000000000000000004f501c48f44aec4674d6f06431b818609dbf677b9bc 1 0.00/1.00 vMB 0
643,251 643,251 00000000000000000003b1b75994f564866d840022b60e0a5270f41a36b0e79e 3,175 1.00/1.00 vMB 142
643,250 643,250 0000000000000000000f70746eb3168be2bdb105268a05c04d56a959de590832 2,252 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.