Loading Tool

Explorer IconExplorer

Memory Pool

73,983 transactions
27.35 vMB
0.06928257 BTC
Random Selection Loading Transactions
Max Size: 166.76/200 MB

Candidate Block

Mining Attempt 54042e22969b9d2ff21f107160bbcdfb0d69d1271ab8420db220fca7999d5cd0
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 669770c7d8b0cafd472a4ef7ec7104844e849690bf135c190ea96aa98eb89244
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,305
Size: 1.00 vMB
Total Fees: 0.01112860 BTC
Feerates: 337.46 > 1.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (491,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,242 424,242 00000000000000000563cca44f2a0b03fad5fb4b9db868b63c11afee831ec3c8 1,812 0.99/1.00 vMB 32
424,241 424,241 000000000000000004bab1f6406718d913a734b0878aa928b09b00585eee5eb3 1,332 1.00/1.00 vMB 60
424,240 424,240 0000000000000000038b7de30092d217177d7f2a52ef518c322434cec3e72435 2,544 0.99/1.00 vMB 103
424,239 424,239 000000000000000001dd64c85ae3441141268c326429afb7f9d2c441d371a22b 1,572 1.00/1.00 vMB 45
424,238 424,238 000000000000000001635ac663709f4ac7619e7702601c6967030c2f46ff20a8 1,876 1.00/1.00 vMB 79
424,237 424,237 0000000000000000047517424938e6f95499b9a09eb869459e19d6ef844fc4c9 2,725 1.00/1.00 vMB 64
424,236 424,236 000000000000000001f3af4d5840e433696e4198341bb2d67b3967be665a3f17 2,318 0.93/1.00 vMB 164
424,235 424,235 000000000000000003c9a35605f23feb9940bf2af53e6d83fbe021b5cebb1c82 2,012 1.00/1.00 vMB 84
424,234 424,234 0000000000000000022306fca3e2f9d15500bede1fffe03688395176848ad295 2,236 1.00/1.00 vMB 79
424,233 424,233 000000000000000000e0b0bee26ac11567e2dc1e1aebffceefa606719e013131 2,689 1.00/1.00 vMB 83
424,232 424,232 0000000000000000027af4afa13df50153bc8c71977ea8e43ca11075ab5e89f6 2,591 1.00/1.00 vMB 162
424,231 424,231 00000000000000000032e87430154eb32427aa28358c0e80a819a5c516578ea1 2,736 1.00/1.00 vMB 127
424,230 424,230 000000000000000004e72b89048cdde8c4dd7c9d8def5fef3bc6a7d2e479a91c 2,452 1.00/1.00 vMB 61
424,229 424,229 0000000000000000043640a8e00de7d55720453cb1b17f6df2a7b1f73ffd1eed 1,815 1.00/1.00 vMB 96
424,228 424,228 000000000000000002b005b2121afb2562250aa46b7fa7e0fc26da31e0bdd605 1,405 1.00/1.00 vMB 103
424,227 424,227 000000000000000003a30458f0f0eb72c7cbd05cbc6b249a31743edda0374565 838 1.00/1.00 vMB 85
424,226 424,226 00000000000000000101e05c9aa594b57ffe848df89618bc5a00f4b2fda92081 2,079 0.93/1.00 vMB 83
424,225 424,225 0000000000000000003c229c876381d1f56071198320e8426f6795a4d3c116f5 2,499 1.00/1.00 vMB 101
424,224 424,224 0000000000000000020e946662abc26e5add33aaab616cddc28f8d9c6ea78c32 2,199 0.99/1.00 vMB 89
424,223 424,223 000000000000000000fd6f72d2acbb6f0c20ee7a9c83286507e91ddd8f88b4d6 1,678 1.00/1.00 vMB 72
424,222 424,222 000000000000000003811610318b84b9acd04e964b1488925f046c256d03a5e9 1,933 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.