Loading Tool

Explorer IconExplorer

Memory Pool

41,051 transactions
27.36 vMB
0.12793063 BTC
Random Selection Loading Transactions
Max Size: 141.63/200 MB

Candidate Block

Mining Attempt fde39dc7d4ce4d7413ca69b48a05db9650bacb37bd7071a522bca799eb29068c
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root cde96b954508cad247da905c55d83729c8afdcc545da67b0a37f0689fff490d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,169
Size: 1.00 vMB
Total Fees: 0.06908891 BTC
Feerates: 285.90 > 6.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (262,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,484 652,484 0000000000000000000a9a768d96f5017e76ad6932505b32491ba9bc9b9a1c66 2,644 1.00/1.00 vMB 73
652,483 652,483 00000000000000000004a9d9728161e2b1940bda18c99082350f1c8e4a46f658 575 1.00/1.00 vMB 14
652,482 652,482 00000000000000000003d3208667dc35bef7df0a76a4cd7ad52382dac692bd9d 2,012 1.00/1.00 vMB 47
652,481 652,481 000000000000000000063d495dec5998c8b2567d2ba3e819c276ce151933c1a4 538 1.00/1.00 vMB 4
652,480 652,480 0000000000000000000d2692b14d4026607ffb5f77b4ccd0e8d7f97a6958f209 2,189 1.00/1.00 vMB 22
652,479 652,479 0000000000000000000d4f96f385ec27d97802105867e064a387471ff762899f 3,035 1.00/1.00 vMB 88
652,478 652,478 000000000000000000073a8e6d44b90aa77e3f265c7fc22e9be00b9c583c99f0 2,081 1.00/1.00 vMB 26
652,477 652,477 000000000000000000092b645b1f01de6d30c494694ce33233dee9c26adbb6a8 2,036 1.00/1.00 vMB 76
652,476 652,476 0000000000000000000a1ee134a1e8ab2f1053934fce46ec8f49804ee2e167c2 148 1.00/1.00 vMB 3
652,475 652,475 00000000000000000004d556589c7a031bd18fbfc27e2781750e4e65dbfabaf6 1,338 1.00/1.00 vMB 26
652,474 652,474 0000000000000000000d46340868d1c0d5b1712a447b3ed279e08dc9c0cec4a4 1,920 1.00/1.00 vMB 19
652,473 652,473 0000000000000000000777c037a0b3a9fae090c657ab121994b9b0f7277af4fe 1,950 1.00/1.00 vMB 78
652,472 652,472 000000000000000000042c5a1f81c894a6994f555e14c74d22c93a6cfef8d4be 138 1.00/1.00 vMB 2
652,471 652,471 0000000000000000000ced780be0f16e41b785d3c58195be138d4c9eb2482b1b 1,592 1.00/1.00 vMB 34
652,470 652,470 00000000000000000003e28f3d677d6b1d1dbed7e80ea5997656a02e2bf4a406 1,742 1.00/1.00 vMB 36
652,469 652,469 0000000000000000000572ad21167f99ba5e770bc88e4547950291cd4c7f3f4a 524 1.00/1.00 vMB 4
652,468 652,468 0000000000000000000c08fad006ab53aa4779a51766f7d4051b26159823869a 676 1.00/1.00 vMB 11
652,467 652,467 0000000000000000000d32b9fedfe083ea8bd6d31f97c56f892f9cd82bd790da 1,451 1.00/1.00 vMB 24
652,466 652,466 0000000000000000000d8f0ce7b842fc7c1af307de0c9124af8263d8a12425d0 1,270 1.00/1.00 vMB 9
652,465 652,465 000000000000000000036f63dbb24af7c47eb72868f49ffe930c223f8aaef88d 1,743 1.00/1.00 vMB 16
652,464 652,464 0000000000000000000b6a37a3d11b704066c4838e9f252438b8b077fb48da4c 1,815 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.82 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: 636.44 GB
    • Received: 12.37 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.