Loading Tool

Explorer IconExplorer

Memory Pool

79,118 transactions
29.64 vMB
0.07454015 BTC
Random Selection Loading Transactions
Max Size: 177.79/200 MB

Candidate Block

Mining Attempt c24a4d823c784719a2d4e3222ee3ef4e1d148e040f97610eab2f954d9c0096c2
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 6b7e2d15a11aa8c9638b6fa6a568461ce2d887e984dbdb3d5ae726a16eebbe03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,987
Size: 1.00 vMB
Total Fees: 0.01424608 BTC
Feerates: 150.98 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (105,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,207 809,207 000000000000000000023007869ce0a64f697a036cccb2c2628c21623e48fcdd 1,078 1.00/1.00 vMB 18
809,206 809,206 0000000000000000000369ef9cb918fe1acdeaa433a8209e83fa1c09e39e7adb 2,754 1.00/1.00 vMB 34
809,205 809,205 000000000000000000015d1c0aade576243375a155c14b814d3a3bc84f131a1c 2,084 1.00/1.00 vMB 33
809,204 809,204 00000000000000000002618f4cea9999e22d7497bbee178a940d2843eda4541e 1,502 1.00/1.00 vMB 18
809,203 809,203 000000000000000000026adbca61ab6251b1c101fa80e99abf9865e1c814088a 1,836 1.00/1.00 vMB 26
809,202 809,202 0000000000000000000177236bf0fe6f5be6ef83371569917fc42f53490dd7f3 1,426 1.00/1.00 vMB 24
809,201 809,201 000000000000000000023625bb7fa1e39b37a4a60dc470b59876a6eb629c2190 2,838 1.00/1.00 vMB 27
809,200 809,200 000000000000000000031a29b445a1a39951cfa1f67378c22debc8f5a6610ecd 3,177 1.00/1.00 vMB 45
809,199 809,199 000000000000000000042d005a88ff305741864ed798a9ab72dd5b68ddfde6c6 2,218 1.00/1.00 vMB 27
809,198 809,198 000000000000000000025abb3eedc75aa2d1bb4d0cd97972082e5c1514fb6f97 1,020 1.00/1.00 vMB 17
809,197 809,197 0000000000000000000324add5fa9763542622ae301d88bd6d45e3d327b1e130 1,636 1.00/1.00 vMB 24
809,196 809,196 00000000000000000002d9af47a7dfda666bfefe7d2da37c2a4fa1ea91576bbc 2,791 1.00/1.00 vMB 34
809,195 809,195 000000000000000000020fae84e596f513df0dfb3b8150e4042901e7559d5372 1,629 1.00/1.00 vMB 21
809,194 809,194 00000000000000000003e98abb3d1a4ba9909f19945aea98fc0215806f990bb2 1,921 1.00/1.00 vMB 45
809,193 809,193 000000000000000000048a022a551b879bd87160c55b22e1f3b9a3d3b2410094 2,895 1.00/1.00 vMB 13
809,192 809,192 00000000000000000003ddeca4aca99e8afb68ad412d0cd0a7dc93af2899e84e 2,600 1.00/1.00 vMB 18
809,191 809,191 00000000000000000001de46195984e255d007cdca2f96a6f44e28f2314b1ab1 214 1.00/1.00 vMB 13
809,190 809,190 0000000000000000000353a27910512d64995102c57608c29b84cff1a434c9ba 1,886 1.00/1.00 vMB 23
809,189 809,189 000000000000000000023495f0c5a17ee1ee85e4221a40d6568df1828888f07e 784 1.00/1.00 vMB 16
809,188 809,188 00000000000000000003d3989fd016ba03cafebc9a121b92487fb8d49c7d24e4 2,897 1.00/1.00 vMB 32
809,187 809,187 000000000000000000025b5d29c01166cbe2e35c8c13deb12e089f53c2b1beb5 460 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.