Loading Tool

Explorer IconExplorer

Memory Pool

81,750 transactions
30.22 vMB
0.08402657 BTC
Random Selection Loading Transactions
Max Size: 182.20/200 MB

Candidate Block

Mining Attempt e8137ce52239c2577ea0de1a69a04172f128787a321ed146a001957ece7459c1
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 8142c03c976d4e822cbe22753d0898a543a204ba057f13a175cc511786b4a000
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,024
Size: 1.00 vMB
Total Fees: 0.02196572 BTC
Feerates: 502.67 > 2.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (537,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,544 377,544 000000000000000000bb176272477663101a57ddcba347a7bad648cf6241e389 98 0.08/1.00 vMB 21
377,543 377,543 000000000000000003dd64ad50b99aaf5a397e4a709699264228df39e57f028a 668 0.38/1.00 vMB 80
377,542 377,542 0000000000000000067737ac0a8e9804ea5b45fb5f9615a799027217e06ed571 229 0.16/1.00 vMB 28
377,541 377,541 000000000000000010fa4bf3a859293486ea17715822076cc86a517ae9bd0cd6 1,050 0.58/1.00 vMB 31
377,540 377,540 00000000000000000b16cbb341ee091b2c590f47fce86625c6f29928edd50de5 144 0.07/1.00 vMB 37
377,539 377,539 00000000000000000d0268869fca84c8cf22ca417b0f14d33bcbe585aeff578c 906 0.46/1.00 vMB 30
377,538 377,538 00000000000000000d176ad9d19948d4933908ee2699848e20fab7c5c682cc15 1,308 0.64/1.00 vMB 38
377,537 377,537 0000000000000000085e50ad2d9796fc7828057e26802fd5cb1529bfe07f5d97 1,074 0.52/1.00 vMB 35
377,536 377,536 00000000000000000399832cbd49e4c54f3ca20468be0a566ba6116fbebbd3e8 214 0.13/1.00 vMB 36
377,535 377,535 000000000000000002858976f54438632b289e4e1eedb11afd0c96ddc54ea5dc 1,349 0.81/1.00 vMB 27
377,534 377,534 000000000000000004dcf1000210322d7b4d7f8c7d24c42c4d01200e4f470830 54 0.05/1.00 vMB 12
377,533 377,533 00000000000000000b64c7a782c524c7f235ff0c8f841ff6e8bc5f358cb93c5f 1,286 0.65/1.00 vMB 31
377,532 377,532 00000000000000000418481c801e48b23aaa87431d09963c422fc6684f2f8f3c 229 0.11/1.00 vMB 33
377,531 377,531 00000000000000000ef5507f911de377d7523d214eb89fc3172266a51822dec4 594 0.25/1.00 vMB 41
377,530 377,530 0000000000000000086b5d06317bc81dbcb538f67f2d8558e9f68158ff9c0ad7 556 0.26/1.00 vMB 33
377,529 377,529 00000000000000000392a4c8677bbe74d46a65b349df57f7d0410823201f51b4 207 0.08/1.00 vMB 38
377,528 377,528 00000000000000001023fc77af3dc75e13bac4061e75053023dea882d50aed4e 68 0.03/1.00 vMB 48
377,527 377,527 0000000000000000083065f40a84724427c36cf7be941b64fa97644532f64d1c 716 0.36/1.00 vMB 32
377,526 377,526 000000000000000000d697e899cf7757929da257c8703a32cb3d35a87c2fa586 318 0.14/1.00 vMB 31
377,525 377,525 00000000000000000082c6aadc645e470c5212a3baeaa7d31693488a7781c0fd 198 0.08/1.00 vMB 38
377,524 377,524 00000000000000000650b87325a538535104466b611fb747bbb3aee9785183e3 248 0.13/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.36 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: 662.66 GB
    • Received: 14.87 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.