Loading Tool

Explorer IconExplorer

Memory Pool

79,260 transactions
29.44 vMB
0.08893045 BTC
Random Selection Loading Transactions
Max Size: 178.15/200 MB

Candidate Block

Mining Attempt 5c3b544e93af994a0f350e2a1537403a26b1e7d2c627c9352502c958c920c234
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 0f42db11cdcdb3e91ca94ec3513d68fc1abfd3a2fc0a95abd8719593215f504d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,898
Size: 1.00 vMB
Total Fees: 0.02714844 BTC
Feerates: 301.60 > 2.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (229,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,334 685,334 0000000000000000000a1c9c958f9e228c60b156c0502a789f6cd23bfb8f9829 2,101 1.00/1.00 vMB 69
685,333 685,333 0000000000000000000a217893a6419a2486fa1c9ea555736c302ce4f50f4d23 2,452 1.00/1.00 vMB 41
685,332 685,332 0000000000000000000049a14fb019fed66ce36c7aebb186a7a94dd8c277da17 1,912 1.00/1.00 vMB 52
685,331 685,331 00000000000000000006a067c9ec78c7f7a44359977b1c4d917b86540269cb3e 2,347 1.00/1.00 vMB 40
685,330 685,330 00000000000000000000d4767bc1737b44039473110c42bff6762eda97ca95f5 1,928 1.00/1.00 vMB 41
685,329 685,329 00000000000000000001e6900be9b4987ba898758cf8c58f4626e3528bc6947c 2,394 1.00/1.00 vMB 42
685,328 685,328 0000000000000000000539e085241dc19039d4dd4f0e81f3715e57bb4a9b1c97 1,459 1.00/1.00 vMB 60
685,327 685,327 00000000000000000009a7dc72cf3a2ba2573e9ce4d33ee4a9ed42a6ad22c786 2,019 1.00/1.00 vMB 78
685,326 685,326 000000000000000000013a3cb3da37380a24e36abe31cfed6e358db3fd9a82ab 1,719 1.00/1.00 vMB 43
685,325 685,325 00000000000000000007a3ea19b14b03a721206d1f15d8987bb07b511970aa45 1,186 1.00/1.00 vMB 42
685,324 685,324 0000000000000000000148eeb9cf655f1bf6edc0a2b4beac4157a10c4f0b4224 1,374 1.00/1.00 vMB 45
685,323 685,323 0000000000000000000242e4688e496d937a3aeced5cf39f1c435dcab117d119 1,742 1.00/1.00 vMB 49
685,322 685,322 00000000000000000008b32288212dd2eca057185327a5648050b05d7bf0e28b 1,490 1.00/1.00 vMB 51
685,321 685,321 00000000000000000007d4593ec3633e858cd734934619f34dc62d49311d7971 2,397 1.00/1.00 vMB 61
685,320 685,320 000000000000000000066b84da64dfbd0cf18a201e5a99453136e889b146cd55 1,180 1.00/1.00 vMB 74
685,319 685,319 0000000000000000000128da6fbedae59590c27b516b738c9a7265504fd602ff 1,941 1.00/1.00 vMB 78
685,318 685,318 00000000000000000007a5f351a922a69816af79c8c0a9476b9cb53fdfa0d983 2,438 1.00/1.00 vMB 71
685,317 685,317 00000000000000000006bc9c88c0499f9d2b21acfcc8aa2f57e3d01956998476 990 1.00/1.00 vMB 49
685,316 685,316 000000000000000000082057850951d9aaf95c41ce96fab7aa2af3e7f95bfd10 2,449 1.00/1.00 vMB 60
685,315 685,315 00000000000000000004ee28bbc4e906fea42dcacc06c8b5597440f961efc8c7 2,721 1.00/1.00 vMB 55
685,314 685,314 0000000000000000000196a32915d1e5dd708db39186b7e65ff757dc5ba361f9 2,005 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.