Loading Tool

Explorer IconExplorer

Memory Pool

78,009 transactions
28.94 vMB
0.07803591 BTC
Random Selection Loading Transactions
Max Size: 175.47/200 MB

Candidate Block

Mining Attempt feea9eea9da19b9cbb5be717b11c4ff12f0517685d5faf3190a4cce3db33df51
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root ebcc5a4e3cbc07bd3c6ff875f7de61be069329bc7c2d13c5fa627e36075a5162
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,506
Size: 1.00 vMB
Total Fees: 0.01750580 BTC
Feerates: 100.81 > 1.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (443,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,491 471,491 00000000000000000143bcd6bb4cae49187febbcf39f7c3c9cb025c4124c2db1 1,622 1.00/1.00 vMB 117
471,490 471,490 000000000000000000727c1b97bd23eced002d173057c8349056694205208528 1,152 0.99/1.00 vMB 138
471,489 471,489 000000000000000000763acce2317118764555b884330edd4d1e7fff104137e8 1,018 1.00/1.00 vMB 133
471,488 471,488 0000000000000000006b005978598d1f3819cc3edd6100a87d6085c6e195b78e 757 0.99/1.00 vMB 57
471,487 471,487 000000000000000000dfd02a45aaa9dc8aa0e6edd51b5a0f9f4ba7a911762168 2,134 0.99/1.00 vMB 300
471,486 471,486 00000000000000000193b4700bfd749d9fc4dabdd2599b51780d5a83bbbf43ef 1,193 1.00/1.00 vMB 93
471,485 471,485 00000000000000000030209e3c7b82f5462000d6d40ea00cb7171ccf916d68c4 2,476 1.00/1.00 vMB 98
471,484 471,484 0000000000000000018e18a6ad7d3c271fb426c77a50793c76ea37f4bbca679b 2,059 0.99/1.00 vMB 218
471,483 471,483 0000000000000000003b2c75a68ceac10a056d684927fcbe94b0a3546ec4accf 2,085 1.00/1.00 vMB 251
471,482 471,482 00000000000000000029c9b01c513d443a4a1a1a356d5c0781878512b1e1b208 2,169 1.00/1.00 vMB 332
471,481 471,481 0000000000000000016d5d433bbfede81328a357c8af0d92fc04506eeb5af75f 2,156 1.00/1.00 vMB 415
471,480 471,480 000000000000000000cc11d40743d9addb6badb20ca33cbd3ab910dbb80461f5 2,211 1.00/1.00 vMB 332
471,479 471,479 000000000000000000d52d57b4d640a2d13e1b45332e6b9ca09de4a1927768bc 2,314 1.00/1.00 vMB 334
471,478 471,478 0000000000000000015265fed90d6900d308a4dab40ed9bb5672435d2ce9e986 215 1.00/1.00 vMB 317
471,477 471,477 000000000000000000e25a200971fab70de0476f86f1eb8ad1bbf5a0f820f8cf 625 0.99/1.00 vMB 369
471,476 471,476 0000000000000000006bf2c7b39e965cd27d04e871d973d35d32121e05aa29ff 769 0.99/1.00 vMB 369
471,475 471,475 00000000000000000166529dd11b056452beb3fd3719cb35eac2e6b10a9f6c2d 1,870 1.00/1.00 vMB 440
471,474 471,474 000000000000000000bbd2478a3e9abcbebc007bf6c2532d58544884cc2e070f 982 1.00/1.00 vMB 332
471,473 471,473 000000000000000000ea1c275916c4e5080a26894bc31f6b322c0427734d2922 878 1.00/1.00 vMB 368
471,472 471,472 000000000000000000bef8d8d5448bd4b8399509b03c0512e0a0a00e13c18c0e 2,623 1.00/1.00 vMB 301
471,471 471,471 0000000000000000010b9d3731d64c1b11bd637e691a1d14f97a58f84fe053d5 2,580 0.99/1.00 vMB 380
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.