Loading Tool

Explorer IconExplorer

Memory Pool

81,431 transactions
30.80 vMB
0.11061455 BTC
Random Selection Loading Transactions
Max Size: 184.60/200 MB

Candidate Block

Mining Attempt 299fa5948aff719e9bd96d9b20e1279e1ffc8fb1f60d49ad8504c25029447129
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root b2da438b88dad576e688dd43688e5446a09a4a0f499f49695d01d702a50c4f1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.03082406 BTC
Feerates: 101.42 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (421,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,257 493,257 00000000000000000034bd56aea0c6db865e8dff1fe5d2023170b568ad5e0968 2,134 1.00/1.00 vMB 47
493,256 493,256 000000000000000000742c7513aca8ecaeaa9cc475f8116501a0d48ad6ecefba 938 1.00/1.00 vMB 54
493,255 493,255 000000000000000000916457966e86a1e8bee314f555b67b5874fa5537b89aac 2,605 1.00/1.00 vMB 102
493,254 493,254 0000000000000000005a2c9ff497b0addc15be4c15cbccdb1755dae34bc16bfb 2,117 1.00/1.00 vMB 175
493,253 493,253 0000000000000000009ac00fd5b88b9fce1062cfd9033aacda546b0463e41634 2,534 1.00/1.00 vMB 204
493,252 493,252 00000000000000000019b0e0aa5df87917a89e81af1170f24bc780b8df25d47a 3,129 0.97/1.00 vMB 303
493,251 493,251 000000000000000000a2033c5cddf6085457539c117169c6f433bfe033fb292e 2,340 0.94/1.00 vMB 183
493,250 493,250 00000000000000000048d1491238694d65bd3cbdf7c8b25ddb9de429427d7f01 2,228 1.00/1.00 vMB 186
493,249 493,249 0000000000000000007755141b048266fe4fc710c8fd53442eb95b49a9559a11 2,161 1.00/1.00 vMB 210
493,248 493,248 000000000000000000338f3938f005a3d37a34e8ffe767b4464285d1ad7f7328 2,949 1.00/1.00 vMB 305
493,247 493,247 0000000000000000002ce4a8685598125e188a0e8d22a7479f2544a6e8e83982 2,042 1.00/1.00 vMB 138
493,246 493,246 00000000000000000027004212558a3ace5a3c5e50de96ad097713c980e0f7c8 2,331 1.00/1.00 vMB 269
493,245 493,245 0000000000000000003fbed2512e8bba5d4edb526c5e14cef10ee7b6b98f49d2 408 1.00/1.00 vMB 162
493,244 493,244 000000000000000000670939574850f3ae23c76b6d1e14cb124d2b181794047f 2,141 1.00/1.00 vMB 233
493,243 493,243 000000000000000000b901bca8e54a90ae6937d1c30dc58fd61dc823f58a93b8 1,831 1.00/1.00 vMB 135
493,242 493,242 0000000000000000008b2c8cd03bc916210a0a41c109aebbc780e5386f258ff8 1,213 1.00/1.00 vMB 115
493,241 493,241 000000000000000000ac9e587cbeed432198d8dde40d7f4207a878655b9617f7 1,417 1.00/1.00 vMB 67
493,240 493,240 0000000000000000006a217bda42fb59f4bc5712148a26763807925043dc22b7 1,909 1.00/1.00 vMB 269
493,239 493,239 0000000000000000005658fe63ea02d8d0e90568a1536f26f814070ff756802d 331 1.00/1.00 vMB 30
493,238 493,238 000000000000000000ac3a16e38d81aa5b037a616ffab692bb5cd5621739b090 1,264 1.00/1.00 vMB 118
493,237 493,237 000000000000000000642b56b0ed74add46e4fa33cdbeb591f89ab6a8b4ec9f5 2,297 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.