Loading Tool

Explorer IconExplorer

Memory Pool

45,884 transactions
28.75 vMB
0.13873607 BTC
Random Selection Loading Transactions
Max Size: 152.10/200 MB

Candidate Block

Mining Attempt ffcaf8b98eb203f92fb783bf10f81d4737c51309e9d0a072444a69d5871c1d43
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 428f8eacd9d5cd410b688ed4b60784cde3c5fabbddfd0ece9d62c07553556cf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,548
Size: 1.00 vMB
Total Fees: 0.07818085 BTC
Feerates: 15,654.48 > 7.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (738,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,404 176,404 00000000000008da2f4fe9bb92a235e106325bb7136ff9cf5f10a5e05c0bf597 55 0.02/1.00 vMB 81
176,403 176,403 000000000000002d521eff39061793c6ac962e903de234f571931b8c299439e0 22 0.01/1.00 vMB 276
176,402 176,402 00000000000008b6db86d438763f0e025b3f3adbc99ee2ffc2bd4108f87838e1 7 0.00/1.00 vMB 55
176,401 176,401 00000000000000346795ac9dda31fd3e9ec30578bfce3cee8352304e76821e48 41 0.02/1.00 vMB 61
176,400 176,400 00000000000002a7c1f43aa9205cde2e01ad1148d445b4d47896f1f7709b33f9 20 0.04/1.00 vMB 93
176,399 176,399 00000000000001b56583ebbe18d06676b0e7e89759734de8458f4354c9d22585 129 0.05/1.00 vMB 135
176,398 176,398 00000000000006b769e4e1253dcc763e38aef58867b7cf1e116b2a3d84aef76f 81 0.02/1.00 vMB 60
176,397 176,397 00000000000005a5e8c0d326888e13954f3caed5d72a370b519df3d2818dd563 27 0.01/1.00 vMB 95
176,396 176,396 0000000000000387e80d9fb0d6fc2ea169ac6677aacac270d7d0cbcf2f6425d3 27 0.01/1.00 vMB 78
176,395 176,395 00000000000006bed7eb48729f8e05d855cecedfb9801370582d9adff158523d 8 0.00/1.00 vMB 0
176,394 176,394 00000000000004e7d4c8543db80361b7346875442614cf92f596c6f6af3879f8 8 0.00/1.00 vMB 0
176,393 176,393 0000000000000866f6b406ac616c3947a833ab66934e3a56898cdc7d810a4724 62 0.03/1.00 vMB 77
176,392 176,392 0000000000000a3b52d39a974d9fca68f5ec582ea88fec029802ead243506fe7 50 0.02/1.00 vMB 30
176,391 176,391 000000000000018df61eeefef11c9747cf52a318d9b074f3cc9fef5b07cd0f56 109 0.04/1.00 vMB 182
176,390 176,390 00000000000001d59eae2b4866a86e4b723a25cf10c3a8df795ff44e3d785f1a 8 0.00/1.00 vMB 0
176,389 176,389 00000000000006da8b8af61a6cc8525123321047c36e93d0864c7485d2af647a 32 0.01/1.00 vMB 685
176,388 176,388 000000000000008b4f7ad3874781aaec8157b618879aa036c280c708b3c54f70 13 0.00/1.00 vMB 49
176,387 176,387 0000000000000873ad8ad6070093e3f471c81a0821ba33d0dfe7b2792efc2ac7 24 0.01/1.00 vMB 8
176,386 176,386 000000000000070462e9d4140d0034a4ab27ce9ec82c3a5ac0e3bb03a88a691e 90 0.06/1.00 vMB 116
176,385 176,385 00000000000002c6f215da7a1c1c819a0b96c32c3b8895c37e3659b2df229336 6 0.00/1.00 vMB 23
176,384 176,384 0000000000000238ff7c6a9537fbc274db4131cc2b197f652464cff6f4c73b5a 153 0.04/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.75 GB
    • Received: 13.32 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.