Loading Tool

Explorer IconExplorer

Memory Pool

40,727 transactions
27.24 vMB
0.08220709 BTC
Random Selection Loading Transactions
Max Size: 141.21/200 MB

Candidate Block

Mining Attempt caeb8502fd50c97a64dd968ca022ac0e1f228644816bf6c0db5d8dcd91744b9d
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root b835586cba6161e4bb23e73edd1341a2f511e1e86fbb1b919457e132b18bb4f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,399
Size: 1.00 vMB
Total Fees: 0.02638764 BTC
Feerates: 201.37 > 2.64 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (435,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,361 479,361 000000000000000001450374e3c3c56f9ece3909fe96523253a4db3043f8cfea 1,425 1.00/1.00 vMB 56
479,360 479,360 000000000000000000d4f20801fcab288a054e1a745f9949208f13ce8141bf2a 1,779 1.00/1.00 vMB 85
479,359 479,359 000000000000000000e844bcf1f02752ff529507e2aadaa23e01e4331b47ecff 1,491 1.00/1.00 vMB 22
479,358 479,358 0000000000000000002d152adc469bd4f77c453eb26876c4d3252467167bfe43 2,366 0.99/1.00 vMB 133
479,357 479,357 00000000000000000067d5d8114b00e45af861f175adc5d3b57e22414926f85a 1,606 1.00/1.00 vMB 8
479,356 479,356 000000000000000000d4bfb2fd524277a16c12ebe34260756cfc6e56c4c7dca5 1,881 1.00/1.00 vMB 103
479,355 479,355 000000000000000000369b0e96e0ab8dda8947e2b262ad347771f0ae4beadb4b 2,091 1.00/1.00 vMB 19
479,354 479,354 0000000000000000010102b82d6bc85d25db205cbc993b721d7f2f74712ebbf3 1,522 1.00/1.00 vMB 45
479,353 479,353 0000000000000000009775a15b8d118c63117cff1199ff6fabdf2f29f688e5f6 2,076 1.00/1.00 vMB 120
479,352 479,352 000000000000000000d8afae7b2721e7d0452731e5fbf5d10288bc9f6d510608 2,589 1.00/1.00 vMB 122
479,351 479,351 0000000000000000001100a65ef67494d5b83405268ef4dda03626837618d3c5 1,770 1.00/1.00 vMB 94
479,350 479,350 000000000000000000ff54901dc5ab80163c097bafb58f321ab46cd7da42cadd 2,204 0.99/1.00 vMB 133
479,349 479,349 0000000000000000007c6dbe44675c191b418e78295a04be364d0ef9492937ea 2,188 1.00/1.00 vMB 102
479,348 479,348 000000000000000000654af73cb3c8c003874ea969e2c4692e55e0ae119ff0f3 272 0.12/1.00 vMB 48
479,347 479,347 00000000000000000084981a42cdc48d7d2180c9aab0c72279677b0e23d09dc6 2,375 1.00/1.00 vMB 106
479,346 479,346 00000000000000000045573ef92236dbf4ec21cf9fdd42271f12be9e78272c1b 818 0.49/1.00 vMB 31
479,345 479,345 00000000000000000035ee0cbb12f7c17241c6d30fab30b4f91b763385783c11 1,916 1.00/1.00 vMB 117
479,344 479,344 0000000000000000003b4f58b1daa8c2455d5ad34529d54eb3eeb476aa1fb534 507 0.27/1.00 vMB 54
479,343 479,343 000000000000000000fdfce4c7e946028c0b88ecd96f8aaaba7954e7e0b26a88 1,170 0.61/1.00 vMB 45
479,342 479,342 0000000000000000006e1c421f634544b40fa05600987b29313dd667bf2ffdee 1,301 1.00/1.00 vMB 31
479,341 479,341 000000000000000000346e8d3094e2e5b45e87cbffba296b34275844560ac762 1,793 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 781.83 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.66 GB
    • Received: 12.38 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.