Loading Tool

Explorer IconExplorer

Memory Pool

83,578 transactions
31.81 vMB
0.13109009 BTC
Random Selection Loading Transactions
Max Size: 191.94/200 MB

Candidate Block

Mining Attempt 480455475e8c91519eef7b6da14f6cc7ffcb19e44edd8422c3c3a6b786a9d8d6
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 575d3de216a8924c5c0966f8228e36d55e9faacde22c327ba2116caad13383b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,184
Size: 1.00 vMB
Total Fees: 0.04393848 BTC
Feerates: 803.65 > 4.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (360,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,295 555,295 0000000000000000002e5e5f1659e223bc7aa69d5edfdfbfda096a501ef2b648 2,061 1.00/1.00 vMB 11
555,294 555,294 0000000000000000002779ea17358700088d25496296118f7a85124b34459fe9 2,493 1.00/1.00 vMB 8
555,293 555,293 00000000000000000022e066ccd8734ec6c8664e48a3bc803d4e27da89fba62b 2,298 1.00/1.00 vMB 22
555,292 555,292 0000000000000000002f6db4a3bb921f6c68d57339a5bf98c6bed5f5fa500bbc 1,220 1.00/1.00 vMB 8
555,291 555,291 00000000000000000002da46f1b3b877d49fc826df1113fbab20138febb50c40 2,692 1.00/1.00 vMB 13
555,290 555,290 00000000000000000031b41db779b87d274d1359f238a62bd45ddd202c17d262 2,210 1.00/1.00 vMB 9
555,289 555,289 000000000000000000158e1fed8e40500d5f94e2d027e6d12e09084c715a72a7 2,802 1.00/1.00 vMB 14
555,288 555,288 00000000000000000018a1e6d3ff233b0c99b0e648d0a49eb1743560d029d613 2,373 1.00/1.00 vMB 14
555,287 555,287 0000000000000000002a5289e35ec5ec6e1f15daee883b0527bac679fd15d004 2,788 1.00/1.00 vMB 26
555,286 555,286 0000000000000000000e2a2167b4b2c099c331dfff655b546bdc299e6407cb1c 2,927 1.00/1.00 vMB 38
555,285 555,285 0000000000000000001de674abf63f161e037a8f0209850f224c2d5f223d2f5a 1,996 1.00/1.00 vMB 14
555,284 555,284 000000000000000000371d680af791b409e5f2418b0ce9a15c94b6c342cf996f 2,373 1.00/1.00 vMB 24
555,283 555,283 0000000000000000002e5f239dd452495ae712d97c64792821e830dfc9eb59cc 2,930 1.00/1.00 vMB 38
555,282 555,282 000000000000000000099b28a0c8b0c3f0fb7a0ccd1df43bf5e66015f8ed174e 2,464 1.00/1.00 vMB 21
555,281 555,281 0000000000000000002681887454620618ad0a3cb3ebfd3feb7b99cce409422a 2,708 1.00/1.00 vMB 31
555,280 555,280 0000000000000000000a51089a85fd0439e9ac9bb307fda14d7f7a324f513e60 2,871 1.00/1.00 vMB 31
555,279 555,279 0000000000000000002f3e45403d7cd24cdfbfb51c34d8fa2c02eb88456766a3 2,950 1.00/1.00 vMB 26
555,278 555,278 0000000000000000001ce2791df63e24f93bc4e7117b63b8590a320ce6f4f9ca 2,370 1.00/1.00 vMB 30
555,277 555,277 00000000000000000023d7604581c36f32597afa765c994627800d50005ff83b 2,302 1.00/1.00 vMB 25
555,276 555,276 0000000000000000001dd17d3d950880799556c74d00ca34c9969eb6b7e494c6 2,893 1.00/1.00 vMB 54
555,275 555,275 00000000000000000011bb2249d3b0f7d042315196695f5d039a688994ecca36 2,181 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 783.00 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: 718.69 GB
    • Received: 17.94 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.