Loading Tool

Explorer IconExplorer

Memory Pool

82,864 transactions
30.55 vMB
0.16097806 BTC
Random Selection Loading Transactions
Max Size: 185.36/200 MB

Candidate Block

Mining Attempt 5b5a32be678f7def0e03f7fc7c4986d432d1b3075c0f35ca9a0d2eb02b292770
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 3205bf41b7ea08509c2a064df7516a9fd0d62151fb8a8ee086bcf7fdbf42c8ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,088
Size: 1.00 vMB
Total Fees: 0.08242985 BTC
Feerates: 111.00 > 8.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (309,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,732 605,732 0000000000000000000ab29452f880860cc56008cafd4bb48bc1372b62e05497 2,465 1.00/1.00 vMB 33
605,731 605,731 000000000000000000067d0043e4e3f0f2718d58e9fb221d0640ea2a27675864 2,915 1.00/1.00 vMB 35
605,730 605,730 0000000000000000000069d4d1b5cd9e66bef2689e32b5a932beb4c22936bad9 3,020 1.00/1.00 vMB 11
605,729 605,729 00000000000000000001d22b4b21deddb08d02ff44bf887f6335492fb9e2d9c6 3,198 1.00/1.00 vMB 33
605,728 605,728 000000000000000000094e6dfb1452672231d4bdbfcc0030d10c5253e8508e44 2,274 1.00/1.00 vMB 12
605,727 605,727 000000000000000000085788000955eb3042aeec19f31244fbac41b0464360c3 3,304 1.00/1.00 vMB 44
605,726 605,726 0000000000000000000835f7bb2359d56644bc0e486ca36a9ea65580feb70f5c 1,292 0.36/1.00 vMB 18
605,725 605,725 0000000000000000000b4422425a304390c380be8ff15058ef18ae18fd45b821 1,147 0.36/1.00 vMB 13
605,724 605,724 0000000000000000000bdc103fdec24dc14945ba1cfbe20b307d150901733898 2,745 1.00/1.00 vMB 25
605,723 605,723 0000000000000000000933ecb7a44213512ec0985c45d54379c1754278110cbe 2,821 0.88/1.00 vMB 23
605,722 605,722 000000000000000000024e060c7d74f0d2c9779b2adfb0c4c2f3e50b737013d1 1,575 0.61/1.00 vMB 10
605,721 605,721 00000000000000000011b66ce6a4792eafdfc3d78624e5409eede3a061a68a56 2,352 1.00/1.00 vMB 3
605,720 605,720 00000000000000000002ac6a8eb8cedd1a3138a7d3e78322be161eb7bb237198 2,726 1.00/1.00 vMB 18
605,719 605,719 000000000000000000087e03045bae1fd44c9e22baa33cf1d0363250ad8f240e 2,818 0.99/1.00 vMB 22
605,718 605,718 00000000000000000005d4969a899c18e47986e544f904037bd7d53e3bae1efe 2,677 1.00/1.00 vMB 26
605,717 605,717 00000000000000000002688446ee4bd8284d7a45b455cc4013316f35908cdf33 2,754 1.00/1.00 vMB 14
605,716 605,716 00000000000000000012e180ccc0fe31318a2d662a5730d135d5f1de6b6ec289 3,270 1.00/1.00 vMB 36
605,715 605,715 0000000000000000000834c18554047fda64982f8261579316d3aacb66641dab 3,042 1.00/1.00 vMB 33
605,714 605,714 0000000000000000001080ff68483971a73fcaf52980b3f2d9c99c0be70927b7 2,212 1.00/1.00 vMB 20
605,713 605,713 000000000000000000073e9c9eb79b179fd25e0df1ae8103fbac11399f77262a 2,917 1.00/1.00 vMB 36
605,712 605,712 000000000000000000022cd78f1ed7a55a5c734cce23f27bfbab23394e659f7d 2,118 0.68/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.