Loading Tool

Explorer IconExplorer

Memory Pool

78,813 transactions
28.92 vMB
0.11240785 BTC
Random Selection Loading Transactions
Max Size: 175.59/200 MB

Candidate Block

Mining Attempt de9939e4f8f2b1550bc9ac186fe91df23d0289808c3a9e708ea048c91f5c661f
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e6bb2f5dc0ee841e636ec09a72c4471124ebe153335c5701f505381135993f8f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,356
Size: 1.00 vMB
Total Fees: 0.04045962 BTC
Feerates: 602.26 > 4.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (253,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,447 661,447 00000000000000000001490771347dfd67b28f8b602e6f061c2c5bf9f1b4266d 2,470 1.00/1.00 vMB 72
661,446 661,446 000000000000000000011d3910c9971208188a8fff196a733d609d75b4794b7c 2,232 1.00/1.00 vMB 15
661,445 661,445 0000000000000000000eb9acd4f5cec846be3793f49c965e5a14914b8e8cc945 2,847 1.00/1.00 vMB 57
661,444 661,444 000000000000000000029edababc86bd580d719f2a3bdfcdf626aa6a19d5488b 1,690 0.75/1.00 vMB 17
661,443 661,443 000000000000000000050cd6d431aee36e06d9f89e8e9cb7b9978320cd5b5682 1,581 1.00/1.00 vMB 32
661,442 661,442 00000000000000000003e1543a037cd0ccca15dbe76acbfee2c22af7cce896a3 1,226 1.00/1.00 vMB 6
661,441 661,441 0000000000000000000df1f4a668aac571194e80736943b7c64a7f3b8acba583 2,563 1.00/1.00 vMB 17
661,440 661,440 00000000000000000008e47426ff0258d4b7c13c93fe7ac4d36902fbe5f57300 1,700 1.00/1.00 vMB 18
661,439 661,439 00000000000000000007dda1a55026cf7b8c3c16644a2ec0e6d416f75269f9dd 2,549 1.00/1.00 vMB 50
661,438 661,438 0000000000000000000d4d886647d8604343e30fc1cab8ea85157418d61fc07c 3,118 1.00/1.00 vMB 67
661,437 661,437 0000000000000000000569837ccf877b04d9ca612135496d4e02cb665e04c996 2,064 1.00/1.00 vMB 10
661,436 661,436 000000000000000000008608451a643321b9ea04719db41b607137f3c6a203a1 2,483 1.00/1.00 vMB 41
661,435 661,435 0000000000000000000f0cf01f54fe3f537f2c3dc2a093edf6ff5aee217aecec 2,293 1.00/1.00 vMB 67
661,434 661,434 0000000000000000000c98fb57de3ec161952a6b15a63ad0323f2d7e69cd8f0c 1,290 0.50/1.00 vMB 28
661,433 661,433 0000000000000000000b5996770f8489d67422b9797569fc4f7ff78d06029943 1,308 1.00/1.00 vMB 6
661,432 661,432 00000000000000000007797ea03040a6ce4bbba93edc0797be66593f342b0e80 1,857 1.00/1.00 vMB 26
661,431 661,431 000000000000000000035e2d3a32a3249d4db7ef6c89db3a9f5d8e5111046285 2,837 1.00/1.00 vMB 52
661,430 661,430 0000000000000000000792099969b9cde95e13831565a0ad206018b9aa1fce09 1,397 1.00/1.00 vMB 7
661,429 661,429 0000000000000000000dcc1c31b55171781092ebbca6319cf5ed574489282be8 738 1.00/1.00 vMB 8
661,428 661,428 000000000000000000029250c85acaca0b3f0cf19120484f6990cd5c3c659bc5 1 0.00/1.00 vMB 0
661,427 661,427 00000000000000000007e2f61e4bbc050228d4addbb1b52181fabe8d93bc31c1 1,540 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.92 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: 714.41 GB
    • Received: 17.53 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.