Loading Tool

Explorer IconExplorer

Memory Pool

71,760 transactions
27.76 vMB
0.06141276 BTC
Random Selection Loading Transactions
Max Size: 164.62/200 MB

Candidate Block

Mining Attempt 13e3675fba88ba1c2df123773d60bc47bcb2cdb4d88fcebacafc3499f48e7c18
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 0fa868d03192010ae5badb06a6c96d2dfa5ade4548b2a67d71e1916f8db0edeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,895
Size: 1.00 vMB
Total Fees: 0.00608954 BTC
Feerates: 101.52 > 0.61 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (417,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,647 497,647 0000000000000000006486dba48d55d5cda7ee76b877feeeda357fff5e008f04 2,486 1.00/1.00 vMB 178
497,646 497,646 0000000000000000001504eae46f5d0be29e969a26c9ff84bfab47290345fb6c 2,302 1.00/1.00 vMB 133
497,645 497,645 0000000000000000003d1af60fa2de54e234312a15c4c58267e6735da8f58b29 2,022 1.00/1.00 vMB 175
497,644 497,644 00000000000000000000e0ad0c22bccf6d72f8ad7e2beb78f598881e5b5e74dc 2,688 1.00/1.00 vMB 78
497,643 497,643 000000000000000000a5953fde8ae7207545b846167611033e9d05f9868fce79 2,616 1.00/1.00 vMB 77
497,642 497,642 00000000000000000034b0352c57e2f6a429176a5f0f0ca39eea199d6be4e8f4 2,610 1.00/1.00 vMB 106
497,641 497,641 00000000000000000044613a4dd1bf228a50c0bbf60013458f8a83158863f3bd 2,692 1.00/1.00 vMB 147
497,640 497,640 000000000000000000cadcb4e59fad3d9c21822941efbca77d34872e7128a3fd 2,517 1.00/1.00 vMB 48
497,639 497,639 00000000000000000066b89a03a06aba5c13ae91e3e1b659b1f48105ecf3f1c8 2,765 1.00/1.00 vMB 156
497,638 497,638 00000000000000000082115303eb12482d5b0c443b84793aa024d8fce3f96588 2,619 1.00/1.00 vMB 169
497,637 497,637 00000000000000000033adc42cd4751f6d8919fb3f60cc898736c7d384e245da 2,172 1.00/1.00 vMB 59
497,636 497,636 00000000000000000062cc7980d349dad6c48a69edeaeb7fbf12f482895f6c80 2,745 1.00/1.00 vMB 107
497,635 497,635 0000000000000000005698df271947e96896e9195da3162b6b49ce83a9324f38 2,618 1.00/1.00 vMB 174
497,634 497,634 0000000000000000000eb79a5f12d794fc081ad701c09921694bdd2092291d82 2,558 1.00/1.00 vMB 142
497,633 497,633 000000000000000000779eeb9aa5e5e533f2513a996d19a698adc6d3116f3c75 2,517 1.00/1.00 vMB 186
497,632 497,632 000000000000000000b83650cede73a3ca3e2ca3f4997e654b488320a4141758 2,840 1.00/1.00 vMB 144
497,631 497,631 0000000000000000002c70d8341b53d92f5d22b410ba312e106b4407e24d67f2 2,745 1.00/1.00 vMB 101
497,630 497,630 00000000000000000060129d66ecf91f746356c1f2c02e2240581abb36705a3c 2,544 1.00/1.00 vMB 152
497,629 497,629 0000000000000000002ed871eba75300f1628c9be23affb160297e01eb316bc6 2,617 1.00/1.00 vMB 79
497,628 497,628 0000000000000000008de75203aea3369a34f411c375271d08df720e47331661 1,582 1.00/1.00 vMB 55
497,627 497,627 00000000000000000073959f8b71bd96c6005d687643c4918a32f016bc6dc863 2,685 1.00/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.45 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: 667.43 GB
    • Received: 15.25 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.