Loading Tool

Explorer IconExplorer

Memory Pool

80,291 transactions
29.53 vMB
0.12726911 BTC
Random Selection Loading Transactions
Max Size: 178.72/200 MB

Candidate Block

Mining Attempt b6d51ff57949015ddbdb3b2529fee4eabdbc482fc6e59e9f7186831d1090145c
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root e4cbe4ac8fbe1d9f9b66f3deadb2c60fa0d142a99bd29f75c4b2fdd5842f7a1e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,822
Size: 1.00 vMB
Total Fees: 0.04582936 BTC
Feerates: 477.45 > 4.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (468,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,101 447,101 00000000000000000294790993c4b7a893ce92ca1cb2e821c9faee83de4812a5 1,826 0.75/1.00 vMB 87
447,100 447,100 000000000000000000094ede395fc0285ad20e0baa81cae94442d3a52083b676 1,576 1.00/1.00 vMB 57
447,099 447,099 0000000000000000010193de2207fdfcfa7e7668fc6be9edfc23b4d7c65bcbfd 2,005 1.00/1.00 vMB 63
447,098 447,098 000000000000000002235d62d659297ef91632ce2f533a4922fe5cd4f6555720 1,434 1.00/1.00 vMB 70
447,097 447,097 000000000000000000c6f1319707090f5d1b96fc282696a1978e1bb293e3fdf5 1,687 1.00/1.00 vMB 60
447,096 447,096 000000000000000001496978ef7e8a97705854c32277463f5af6b624bdd10bb8 2,371 1.00/1.00 vMB 87
447,095 447,095 00000000000000000300de165a3dfb61542192cfddc499f73505bfa6200fac10 2,528 1.00/1.00 vMB 91
447,094 447,094 00000000000000000363fc18d5a5afcab8a33f0bbf7b8d1625e988f84eb0d141 310 1.00/1.00 vMB 14
447,093 447,093 00000000000000000308be31fa622f5371c9b3778b942c8678b1c7f7745cf57d 1,345 1.00/1.00 vMB 44
447,092 447,092 000000000000000002c1e6bcdb5487d971f346d4207e52699b74f05ab815e3be 2,318 1.00/1.00 vMB 82
447,091 447,091 000000000000000003059a9467f2be2589d55472151040fb20ced4087f9eee3e 2,683 1.00/1.00 vMB 80
447,090 447,090 0000000000000000020345124f5815c4cf330623a16b7193c6191a5dcff275bd 2,412 1.00/1.00 vMB 97
447,089 447,089 00000000000000000365e7c8ebaf37de05cfe9789b21d30cdfb0a049b8b0daac 1,704 1.00/1.00 vMB 49
447,088 447,088 000000000000000002b31421392609c77735bfad11bf18f777517c72a599bddd 2,436 1.00/1.00 vMB 75
447,087 447,087 0000000000000000026d13de67df11342b9ee543a7e9b88055239be65b5d8e6b 2,811 1.00/1.00 vMB 98
447,086 447,086 000000000000000000b81e03d661d1b784cdb58a43065924eb61cf2387ef0a04 2,535 1.00/1.00 vMB 60
447,085 447,085 0000000000000000036ab1b26a7b5f6ef50fc0cfef2d79af2df1501522638ed7 2,075 1.00/1.00 vMB 66
447,084 447,084 000000000000000002360ee1487854ab9b46ff13c17300df851e910bbe5a8e9c 1,744 1.00/1.00 vMB 64
447,083 447,083 00000000000000000351827b2bb69c9112c4554219e65df1dadfbb4a6ac3ca70 2,079 1.00/1.00 vMB 66
447,082 447,082 0000000000000000007c7fdea202a8c8538d221fb7b9094bc46d439cd2e43412 2,599 1.00/1.00 vMB 81
447,081 447,081 00000000000000000018fc06db522172a181b35cd70c7ffd5fb1e69302af6efe 3,080 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.