Loading Tool

Explorer IconExplorer

Memory Pool

13,273 transactions
9.96 vMB
0.02658726 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.53/200 MB

Candidate Block

Mining Attempt 54e13fafc84b6f123a45337b39c2f86f636cac338b2eb932478b45623f5c7e62
Version 20000000
Previous Block 00000000000000000000d8354835b6a50d1cd25337019743ebbc2d92d4bc275e
Merkle Root f1c67fafc89a9c93c0d275295f08c11f01aac02037d5fa73cd988a24f9c195d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,294
Size: 0.99796 1.00 vMB
Total Fees: 0.01134873 BTC
Feerates: 78.04 > 1.14 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,642 (821,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,171 92,171 0000000000017b495ccf8dae924b0b82d901b4c289d57ce78b205bd5b8cb600d 152 0.03/1.00 vMB 0
92,170 92,170 000000000007524c56854431477c1e697cb18b3d23e398614515c36205ff9ba8 215 0.05/1.00 vMB 0
92,169 92,169 0000000000098283dff481d75749094d37ff2670f369c827110df04935482ea8 219 0.05/1.00 vMB 0
92,168 92,168 00000000000d33d2d509aad04dc7349d71e48e657af30562e45617f6859bdaad 1 0.00/1.00 vMB 0
92,167 92,167 00000000000af7c185c53c3700d9b27d5e3ac2a1fd173b5c9406a55688cace20 1 0.00/1.00 vMB 0
92,166 92,166 00000000000c90322066753e840fa502838300f7ebf44ed5782f2fdd464ee174 1 0.00/1.00 vMB 0
92,165 92,165 000000000001c91afe315426912e995c7f6cadfd523e305395acf80ad3e9e1f8 500 0.11/1.00 vMB 0
92,164 92,164 0000000000089bde8778e709264ce1e9b61425316ba1516c28b2486cf98ab5d7 219 0.05/1.00 vMB 0
92,163 92,163 000000000007732065cd644fe414d7edc1dc661d8bcb1ddf8f750679f1b6f469 219 0.05/1.00 vMB 0
92,162 92,162 000000000005849fa9a16a9056b01374c10eaedf0a1ed9851fca5b3dd39e37ea 1 0.00/1.00 vMB 0
92,161 92,161 00000000000c9eb4e37f1a88c10f7fe9b1f9e4ba60a07b86f370f3b0dc2efa55 1 0.00/1.00 vMB 0
92,160 92,160 00000000000793c3204149e8ca2ab2c74c6c21ca894b432cc76602b9737f4a34 19 0.00/1.00 vMB 0
92,159 92,159 00000000000972cbecfedd3fae1bf3ea3daf0aaf3ee96fcbe12bee7fac586255 6 0.00/1.00 vMB 0
92,158 92,158 0000000000019207d3fcaae688d45eff68bbe9b3f31dff801566b5a2172cdd03 128 0.03/1.00 vMB 0
92,157 92,157 0000000000086d7c9ae0781e902b452f1fe0930efa28eccd5d82076cfc10c686 69 0.02/1.00 vMB 0
92,156 92,156 000000000008a01d84853a54664ecfd780a57c01e382122fb6bb69e43dd638a6 135 0.03/1.00 vMB 0
92,155 92,155 000000000007ca4a3e7bb35f3ef4187512a948c12d891dfc40837092133467c6 113 0.03/1.00 vMB 0
92,154 92,154 0000000000087ed9cfdfec1db10885ec55ffc4aae0c98491c0a302b79ce8ab19 2 0.00/1.00 vMB 0
92,153 92,153 00000000000db55500297b8304e8d2785a107e4024c7e9b821e59f307500e5d2 11 0.00/1.00 vMB 0
92,152 92,152 0000000000064999158484ab767370006e6405b56924db68fbe41df602d7a0bb 3 0.00/1.00 vMB 0
92,151 92,151 0000000000082816d76609db8415bf289c6ff4437c9c1f47e5aa4178df40dc28 352 0.08/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.98 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: 471.25 GB
    • Received: 2.98 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.