Loading Tool

Explorer IconExplorer

Memory Pool

41,866 transactions
28.67 vMB
0.07148436 BTC
Random Selection Loading Transactions
Max Size: 146.50/200 MB

Candidate Block

Mining Attempt b9681ba53227e03492302c7c22a0d5e16c37a4045957c82e1d6e9f18c6689666
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root f76944b4913fdcdbfc422e873c7f1c711f565de13b28b825819da7e38fa7300a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,695
Size: 1.00 vMB
Total Fees: 0.01585566 BTC
Feerates: 104.56 > 1.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (244,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,292 670,292 00000000000000000007ab9208ae4a4861d56dfa8267970b1915ede38920b37f 2,654 1.00/1.00 vMB 189
670,291 670,291 0000000000000000000c24730e29e3d9f937d4c30b31ad01c7d1f688e009ed87 1,103 1.00/1.00 vMB 178
670,290 670,290 000000000000000000033ba07082449a944665fb769a39d47939d153a2c74db2 2,657 1.00/1.00 vMB 180
670,289 670,289 0000000000000000000ae421a125a85419ff195538cfef747d0503628b748ab2 2,736 1.00/1.00 vMB 192
670,288 670,288 000000000000000000072bb5b0477c1c4332c6d0d573d5acf18fd663ef864f08 3,124 1.00/1.00 vMB 206
670,287 670,287 0000000000000000000aa81de86c48ebadcbbea459131523f40fc28fbe5debfa 2,458 1.00/1.00 vMB 177
670,286 670,286 00000000000000000002e83b10ecdf7bafdc3aa13d3c5883d898074f5fdfabc1 2,816 1.00/1.00 vMB 196
670,285 670,285 00000000000000000001490ee2f341d79a0a24ff16d85d82c45a7796efcd707d 2,998 1.00/1.00 vMB 99
670,284 670,284 00000000000000000009a7f02b4305ad4c23f8f0964e69e3df65cb1bda1626f4 2,729 1.00/1.00 vMB 151
670,283 670,283 0000000000000000000d1a4f4409fe308beda20edab0ec44af5fc7c1e9ada926 2,688 1.00/1.00 vMB 130
670,282 670,282 0000000000000000000566261fc94f8f71b5eff4f4ba4667dd300047c9542af5 2,730 1.00/1.00 vMB 151
670,281 670,281 000000000000000000003135e43ce82e270a02de26d6cf0e3f3ff01c25bc3896 2,232 1.00/1.00 vMB 173
670,280 670,280 00000000000000000005ddceaaf2e3cf545b7b72f55fa57772f3609d3a753899 3,536 1.00/1.00 vMB 214
670,279 670,279 00000000000000000007a287d2168228a9671c8d73fccd102ac540e0368716d2 2,129 1.00/1.00 vMB 46
670,278 670,278 00000000000000000002bab598c640344a8028b075c794c69e4e5fce297d5325 2,916 1.00/1.00 vMB 145
670,277 670,277 000000000000000000090b9fc8483fac03771d9d436d6b062a0303a4a2456e56 1,794 1.00/1.00 vMB 63
670,276 670,276 00000000000000000004e3a62f92ff4d2793b206745d2e9de17f6fbd5959702d 2,013 1.00/1.00 vMB 87
670,275 670,275 0000000000000000000686d6e39d2f0d8866e98da8f78b93370487d95b29460a 2,954 1.00/1.00 vMB 143
670,274 670,274 00000000000000000003e1d0c9fb5bc75654220f8cb3401e0bec00c69f9b4330 3,225 1.00/1.00 vMB 90
670,273 670,273 000000000000000000040c401545cf049e1f3583583b5603c6e32df3adb383ae 2,870 1.00/1.00 vMB 74
670,272 670,272 00000000000000000009bd722db03e352d6944df0e89a6d94c8156cff1a00967 2,826 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 781.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 630.35 GB
    • Received: 12.02 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.