Loading Tool

Explorer IconExplorer

Memory Pool

86,248 transactions
31.43 vMB
0.20539982 BTC
Random Selection Loading Transactions
Max Size: 190.74/200 MB

Candidate Block

Mining Attempt 7c3572ab47c17bab4da9dd15a89522ec0945a78a484fc51e150b4efd62c23dae
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root d6bbee0117527c2221a49b63afbfe373a5a504dedb292894e8dfcbb44baf18f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.10393131 BTC
Feerates: 502.67 > 10.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (335,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,103 580,103 0000000000000000000612411ec0c6ef5f4a928b57a5e7bb2b1a7255505b8b10 242 0.08/1.00 vMB 64
580,102 580,102 00000000000000000002a71e34d65c986e186bf7c78b971666bd38e4a6dd544d 1,402 0.52/1.00 vMB 57
580,101 580,101 00000000000000000021c621e4d8116c3fb424424cfc10c49cdda25c98e10159 1,618 0.80/1.00 vMB 57
580,100 580,100 0000000000000000000dac022333af2010cb2ec9af7d9435872a712dd9352dce 10 0.00/1.00 vMB 60
580,099 580,099 0000000000000000001297013ae4fbcc2f7f1a1dc597d1790a5676e0b616b6ce 1,158 0.45/1.00 vMB 55
580,098 580,098 000000000000000000124150817d91632e065df79f537899cc8617601a54cc0d 1,027 0.49/1.00 vMB 10
580,097 580,097 00000000000000000021b8883a3e339e29f98bf78a5b4f2e4e2d8de537aff42c 2,432 1.00/1.00 vMB 29
580,096 580,096 000000000000000000127c714e2a1ace441d8bbcfe6f686924f4a458cce0bbd8 2,468 1.00/1.00 vMB 75
580,095 580,095 00000000000000000014d15251b8afa1beed7507f74dfaba70002eb9b74eceeb 2,993 1.00/1.00 vMB 106
580,094 580,094 0000000000000000001a01e18a0a54f7011e58e2ee5006f546721af8f8fd5b7c 1,785 0.81/1.00 vMB 18
580,093 580,093 000000000000000000248fa2d71903a329ff6882a0f7bd3d77429659f5ffc459 2,522 1.00/1.00 vMB 25
580,092 580,092 00000000000000000013f527a42b7f070f447e21be08ae450e5245d4c8ce2389 2,789 1.00/1.00 vMB 88
580,091 580,091 00000000000000000017c1e014022281b2066275063e3a2fde1c919516461ed5 2,846 1.00/1.00 vMB 100
580,090 580,090 0000000000000000001df652eabd90a68af71c918a20dc3e7768aeef2a22c051 2,266 0.82/1.00 vMB 58
580,089 580,089 00000000000000000003bcc8bb1bb8069aacc30a52685c864364e559b6ea335c 2,006 1.00/1.00 vMB 33
580,088 580,088 00000000000000000016951295b7652220e83ea3b09e2ecaeabd726420cf4e8e 1,802 1.00/1.00 vMB 8
580,087 580,087 0000000000000000000ec02491dcf56ab9c75ee43a07b3d69325b4d04c05918d 1,911 1.00/1.00 vMB 15
580,086 580,086 00000000000000000010ead4dd4d8b19de03c44968bc4e061c0bc259f4c5a0e2 2,663 1.00/1.00 vMB 42
580,085 580,085 00000000000000000014a9651327b7120fca17216e9e51a075b8db8b75af7528 2,755 1.00/1.00 vMB 95
580,084 580,084 0000000000000000001258f611e641d670f4e1a2529d9681fb06b053bf320192 2,593 1.00/1.00 vMB 36
580,083 580,083 0000000000000000001e693c35a480daa93a3a2b0dfbe1968eb48cdcb8ce6648 1,943 1.00/1.00 vMB 63
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.93 GB
    • Received: 16.07 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.