Loading Tool

Explorer IconExplorer

Memory Pool

82,618 transactions
31.73 vMB
0.11525643 BTC
Random Selection Loading Transactions
Max Size: 190.70/200 MB

Candidate Block

Mining Attempt bf9ed1295c46e4841392015588d574c13a492ed12385740e8cf934e4ae9f3b2b
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 578aeafaafc820dad2c367b713ca7bd05819f926dfcbbfb6027d9c7e72aa7abc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,476
Size: 1.00 vMB
Total Fees: 0.03029102 BTC
Feerates: 318.30 > 3.04 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (672,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
243,121 243,121 0000000000000013c6d557a2fc9f7060ea3990e413682c49e7a22d90cdf8cb90 256 0.15/1.00 vMB 65
243,120 243,120 000000000000006c92b85097b73a7eab448be559451aaad7d6ff8fd016b0ed2c 41 0.02/1.00 vMB 112
243,119 243,119 00000000000000b815e40b681f58fc1352138ebf6ebb8af2cc121d04dd18f0e5 476 0.20/1.00 vMB 183
243,118 243,118 00000000000000c314f3e8e4820c3263e74329956f760ae7e1ff654247b9b3d9 269 0.16/1.00 vMB 103
243,117 243,117 000000000000007e5374d282076cfb666a061b7b8eece32b6338b08b5591931d 391 0.15/1.00 vMB 180
243,116 243,116 000000000000009d8b7719199711056e74cf68690158ab2d6ccb6c4b9b81fd9e 625 0.25/1.00 vMB 135
243,115 243,115 000000000000000c1f6a6f5e566b31ebf0ba60831a3fb9eeb3e3bb9d04739367 172 0.10/1.00 vMB 129
243,114 243,114 0000000000000018a8c780ce4b2d3657bc25d8f1df5095a42ca3b5ba097c1b6b 389 0.25/1.00 vMB 104
243,113 243,113 000000000000007059bfd22865413284e79d3ec829fe311eea1398e60d3b9757 483 0.25/1.00 vMB 125
243,112 243,112 00000000000000d6f53e5b608705ae492b98fe174bbb27c49f24e44965525553 762 0.25/1.00 vMB 240
243,111 243,111 00000000000000951019fec0edf78a63aa3144e2e3257881ad6d6d6f93f5d56e 713 0.25/1.00 vMB 194
243,110 243,110 00000000000000baf44e985cb85643f4a96d985cdad9f85ea19f913c663d9be2 148 0.08/1.00 vMB 93
243,109 243,109 00000000000000736cfd101c90ee5f360afc596fd3f21a6d5a69812ca12f94df 320 0.18/1.00 vMB 98
243,108 243,108 000000000000001fdcf66c03e41510b3e798e577cb186351537b87f3d4b2e0a0 621 0.25/1.00 vMB 174
243,107 243,107 000000000000003277cd8c4d8f2b82f059f295821440d2d329c288cd9d4c4d8c 512 0.16/1.00 vMB 259
243,106 243,106 00000000000000588ea8c761308f661cc50ab8e64ee138d7ae82457dea69d43f 49 0.04/1.00 vMB 88
243,105 243,105 00000000000000898b16f53a88058f29e7be07b343b9e8d3d40ac925767eaf0e 179 0.12/1.00 vMB 98
243,104 243,104 00000000000000a11e82f67fe5d144157ca76fef38de74cf0c059be86c01d488 421 0.19/1.00 vMB 148
243,103 243,103 00000000000000a27ce2bf3c0ab895f0a7c3810b35c55967f6394e86a1bb2e51 412 0.21/1.00 vMB 100
243,102 243,102 000000000000002feff2063917b17400defac76dd032f21131888d2c0e142617 512 0.22/1.00 vMB 166
243,101 243,101 00000000000000525ccf3b1157d6f79fd655b115d652d12e32ac92d59191d0c1 52 0.03/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 783.00 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: 718.80 GB
    • Received: 17.95 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.