Loading Tool

Explorer IconExplorer

Memory Pool

79,622 transactions
30.10 vMB
0.07899979 BTC
Random Selection Loading Transactions
Max Size: 184.01/200 MB

Candidate Block

Mining Attempt 5fdcfa0b0864ee7a82d624083c074d657e4c9e5b34198445298a0f892d052aa6
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 49ca28c0b7b3ac47a1ef8fb3f1f5fdf461fc65a6d1e9962a8b61949e7bb370d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,193
Size: 1.00 vMB
Total Fees: 0.01203871 BTC
Feerates: 100.65 > 1.21 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (674,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
240,534 240,534 000000000000004afe79b74660ecd0da7975107228680df67a8745af8c95355e 21 0.01/1.00 vMB 108
240,533 240,533 000000000000010f7028d1042c6cf477102b36ff46e62db3636696a6d6e59e7a 69 0.04/1.00 vMB 165
240,532 240,532 0000000000000012f2c2a3ea5e50e26fc47ee00b19859b909aeb342feb201656 128 0.06/1.00 vMB 151
240,531 240,531 000000000000006a1c20f97242eab749ad82b4a1058835828df14475659f4adc 242 0.12/1.00 vMB 140
240,530 240,530 00000000000000cc21e095085eac6a94b68d03d5f6e7c35fa9a791427fa400a9 239 0.15/1.00 vMB 121
240,529 240,529 000000000000008c7125d82e6e1ff5132d118d3aa3e05c69518fe6b18a1ade2f 483 0.25/1.00 vMB 163
240,528 240,528 00000000000000b4f5f9f3e282f05101aeb6273859d8003ff47442ace377681b 16 0.01/1.00 vMB 34
240,527 240,527 000000000000009aab7b6def31a3ff3e347e70694672be6e26ef5d654f255bee 122 0.07/1.00 vMB 129
240,526 240,526 00000000000000a49dd9571e4a2f2c14955add8cd6b839f29b9c239d8ff9e199 57 0.02/1.00 vMB 189
240,525 240,525 000000000000000f3946a9c8c52280b82b442160baea0d8519c52015d2d6bf30 13 0.02/1.00 vMB 44
240,524 240,524 000000000000000db6c8a8157b196d44a84142a4c09acee2ad526f8f9b1e97a6 107 0.07/1.00 vMB 189
240,523 240,523 000000000000003b13a035716f2c4591bb6c936179dad8746651cba42e15bc99 268 0.12/1.00 vMB 191
240,522 240,522 0000000000000099609f5b6cb029913b21c8802b084dbd8ddf9ee1b32e5a4609 248 0.19/1.00 vMB 134
240,521 240,521 0000000000000029671b37b6a8b041da24e0218cd53d3775e732896e29ff4df9 80 0.05/1.00 vMB 71
240,520 240,520 00000000000000f1bf505b410670a566813f8c35c37b88b143a0ab728c3f3728 119 0.10/1.00 vMB 68
240,519 240,519 0000000000000111451bb1eb6b879a1e13c8f467d0194af4c07abf3f16ea65ee 536 0.25/1.00 vMB 185
240,518 240,518 000000000000010b44af2b5a950d6bc564592c7515c6f866a413b2deb04f4300 200 0.09/1.00 vMB 155
240,517 240,517 000000000000002bac88aa526ac590131dd2ffcbeadc7b35078dc713fb1b0d96 230 0.13/1.00 vMB 149
240,516 240,516 00000000000000bc668c9373d7e5789d8f9f5d0ba1cf9a86ab1f1713927e1cc2 334 0.19/1.00 vMB 149
240,515 240,515 000000000000008fc3ec19416a4e5d24ee141c40ce74cf45410d6039b18484e2 50 0.02/1.00 vMB 134
240,514 240,514 00000000000000697bb0a92e459819b8a85348cc72d43b7d58929a8f909a0e2d 239 0.11/1.00 vMB 194
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.