Loading Tool

Explorer IconExplorer

Memory Pool

83,573 transactions
30.73 vMB
0.16981602 BTC
Random Selection Loading Transactions
Max Size: 186.47/200 MB

Candidate Block

Mining Attempt 8263644f49e0b0c7f05d074dca3fe3180968d77dd3fdfa97083777cff57803cc
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root e040ce98b76cda93428d9944701c7f508cc17e2cb301592221526ec276fa5c69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,013
Size: 1.00 vMB
Total Fees: 0.08743305 BTC
Feerates: 150.79 > 8.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (350,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,071 565,071 0000000000000000000135a46d631ade61db5bb8422ed8f7a4c19d18ec43dd19 3,350 1.00/1.00 vMB 27
565,070 565,070 0000000000000000000baec9b1a243e5b498f9833d1ec0e1499c0e644e732b23 1,823 1.00/1.00 vMB 13
565,069 565,069 000000000000000000101e0a993bd1c1048ff7c73852526ded3da9c7dc8f5b6b 2,562 1.00/1.00 vMB 14
565,068 565,068 000000000000000000013ca54e605f2308f3c1c71624cabf36b03352a8c96c3b 3,246 1.00/1.00 vMB 24
565,067 565,067 000000000000000000292d97b0cebfef091394d6f1295fddfaec7b72f546ae05 2,922 1.00/1.00 vMB 22
565,066 565,066 0000000000000000002badf5e290bd6648bae37853e634f868ff09887272eb8d 1 0.00/1.00 vMB 0
565,065 565,065 00000000000000000029355880bd8cda4ea8fc57d89aa438d094aaf17599dd5f 2,840 1.00/1.00 vMB 20
565,064 565,064 0000000000000000002b8b5b4504586267bfa6189f0dae1f291f40a9986d7404 2,870 1.00/1.00 vMB 26
565,063 565,063 0000000000000000002dc53485d9fe2090fa924754edffc8e1945e3d2a2f93e2 1,710 1.00/1.00 vMB 26
565,062 565,062 00000000000000000005776c9aa9ce1cd812aaf66dfa03b55bdef3bcf7989eb8 2,821 1.00/1.00 vMB 18
565,061 565,061 0000000000000000002cfb5dbd9e67d702a8af54dac5c0f0d0c353edbec63464 3,115 1.00/1.00 vMB 29
565,060 565,060 00000000000000000008d5fcdce4bf44570fc3cb4e69b348e9b6007e1ec38a5f 3,265 1.00/1.00 vMB 33
565,059 565,059 00000000000000000002cf2a4c11011d87dc38be88473b78278c30d4ca21f942 3,457 1.00/1.00 vMB 34
565,058 565,058 00000000000000000025e2f37266afa1b58f7ebc8e2ec915fda2288c02cd1033 2,888 1.00/1.00 vMB 29
565,057 565,057 000000000000000000185286861ebd63c4788cd8a465c48428628d5e0105b7d8 2,877 1.00/1.00 vMB 36
565,056 565,056 0000000000000000000700b780a83aa19e0fadbc4d1638313fd4bc8112750bee 2,333 1.00/1.00 vMB 28
565,055 565,055 000000000000000000017b08abae695bbbe9a4a6d18d7b1bc1d92a80dcf87206 2,833 1.00/1.00 vMB 35
565,054 565,054 0000000000000000000813c72ada778eaa7a4d5f789897d67ec47028378b1683 2,036 1.00/1.00 vMB 16
565,053 565,053 0000000000000000001f02c17a15334d4de601adde2420d434331a2698efdc78 2,436 1.00/1.00 vMB 26
565,052 565,052 00000000000000000010eb06db5600cfa6e7d5c5993b37bba5ffac05c539f21b 787 1.00/1.00 vMB 25
565,051 565,051 0000000000000000000a77d4589bc2f81c1030f0bbc929caaa4e5113caf3f1e1 2,334 1.00/1.00 vMB 28
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: 11
  • Data Transfer:
    • Sent: 671.92 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.