Loading Tool

Explorer IconExplorer

Memory Pool

47,351 transactions
27.35 vMB
0.07692626 BTC
Random Selection Loading Transactions
Max Size: 145.11/200 MB

Candidate Block

Mining Attempt 58d7013aebec1f578ccc44d9c91074e1213d4ed51038be365512d487e6ecb3ee
Version 20000000
Previous Block 000000000000000000000193ea46eab29b52c30512336c377fef400613778b56
Merkle Root a07cad6db3b5e04185737af0c2cfb213bbc3b49fb905265b6dbfdb7e4c811eb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,875
Size: 1.00 vMB
Total Fees: 0.02596515 BTC
Feerates: 201.37 > 2.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,769 (122,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,601 792,601 00000000000000000004f0c013a0c69711f8cc20ab4913f7d3e3a17504d7d1f0 3,532 1.00/1.00 vMB 50
792,600 792,600 0000000000000000000151b0a3d632b349e12b8f099cdff1af268ba84d4c56c1 2,767 1.00/1.00 vMB 57
792,599 792,599 00000000000000000001e55929becefa485c01f6057cef9dff89c44dfd8620fa 3,130 1.00/1.00 vMB 63
792,598 792,598 000000000000000000049bfd8c09cb8be30fc7e78caa70faf6cc33fd38aca70d 3,119 1.00/1.00 vMB 40
792,597 792,597 0000000000000000000405cc958cae1fa2646e4659d54c4fddaacb71c617d12e 2,662 1.00/1.00 vMB 37
792,596 792,596 0000000000000000000368a5f3a769c12714e276fd74dbab45ba11e4f26c5ea0 2,969 1.00/1.00 vMB 35
792,595 792,595 00000000000000000002070011b71a986fa59af3610647fc707d2293e1d5acae 3,437 1.00/1.00 vMB 42
792,594 792,594 00000000000000000001cd59a0cf41b6d3184e62f995b45a2df8f0c5d73999b8 3,467 1.00/1.00 vMB 37
792,593 792,593 0000000000000000000523dcaf3995238449ded07fb23857467e424d2ccbf8eb 2,776 1.00/1.00 vMB 59
792,592 792,592 0000000000000000000394290b783cfbc7e3c25313b5d39d131121b15a9238f9 3,598 1.00/1.00 vMB 54
792,591 792,591 00000000000000000001c9707fd1222ae48d7b52af95344d5717f123c4ff02ce 3,963 1.00/1.00 vMB 49
792,590 792,590 00000000000000000000d05cfd9a4205f8e2e6ce4861c8035c10dfcc4fdcb4f1 3,830 1.00/1.00 vMB 38
792,589 792,589 000000000000000000036236dd734cc0bbfec6afad8d362e0ecc071a223d076a 3,614 1.00/1.00 vMB 57
792,588 792,588 000000000000000000007110369b0dd4764304e0f283597a69e8669c636e793a 3,367 1.00/1.00 vMB 60
792,587 792,587 00000000000000000002ee09ec0746c79e742407cb6dbc7510e0792172eb8b29 3,820 1.00/1.00 vMB 48
792,586 792,586 00000000000000000003d159130a67b2240ff4b5bff354e15df914d548ba9af3 3,792 1.00/1.00 vMB 34
792,585 792,585 00000000000000000003c8f730bb84f9892d176fdb64309ff91f1f54b755285a 2,709 1.00/1.00 vMB 47
792,584 792,584 00000000000000000003f45eb23f33ac7ab5c3e44047c2541da4490de73007b3 3,139 1.00/1.00 vMB 43
792,583 792,583 00000000000000000004d58c91cc225c867d7ff2fcb5f9814139789017fda9bf 3,441 1.00/1.00 vMB 61
792,582 792,582 0000000000000000000079aaca4e27ab4954dfd69905b48145609b0ee9ed9ec5 2,791 1.00/1.00 vMB 60
792,581 792,581 000000000000000000055f131d7223a0ea5d8fb4de6ae3ff5141ce504e4efea7 3,193 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.97 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: 648.15 GB
    • Received: 13.01 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.