Loading Tool

Explorer IconExplorer

Memory Pool

41,543 transactions
26.45 vMB
0.05487925 BTC
Random Selection Loading Transactions
Max Size: 138.84/200 MB

Candidate Block

Mining Attempt 781bfa828099a0e19ec14ed1ebe3f56120f189dc0c00624252969c16f1d4df2e
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 79f7fae4ffa433ecd0e0cba2fdc1fd766747d25530701b1a1280c8e32d6d0e77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,914
Size: 1.00 vMB
Total Fees: 0.00625635 BTC
Feerates: 100.68 > 0.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (815,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,266 99,266 0000000000043cf1a80efcc153fba41647f1d40c4c0108322f28fa5cca96370a 6 0.00/1.00 vMB 0
99,265 99,265 00000000000145a90f9cc86d631727a448befbc74ca9274aa2c7aa5db1101fe2 2 0.00/1.00 vMB 0
99,264 99,264 00000000000305f1174762ded3b2c3551dcaa127c47e6d14c340069b679de5a6 1 0.00/1.00 vMB 0
99,263 99,263 0000000000025898c497b9fc4a6798bd71e3ad3535ab82d54bf1117bdadbdbf9 12 0.00/1.00 vMB 0
99,262 99,262 00000000000188347e1c52cdeec82ff120a57e77efe18bc6389a1f20f9922a8b 10 0.00/1.00 vMB 0
99,261 99,261 0000000000038936dd6ab5a8bab3c8adb799e9c3a93182891e74678a03d1b56a 12 0.00/1.00 vMB 0
99,260 99,260 000000000001d5f9ed8bdba73405ebd5cd776ff69e295e37bf134e9a17789773 2 0.00/1.00 vMB 0
99,259 99,259 00000000000197a9ec54a7155352f916c8d4b9b02efe271a4dd83b912fb53a04 1 0.00/1.00 vMB 0
99,258 99,258 00000000000012b58b5d99cbed587a86458aa7f5c6fcf2653b3bacbca04ce881 2 0.00/1.00 vMB 0
99,257 99,257 00000000000041adf677c469d8f72fb087e66fd97f5fb265b362d44e320101ec 2 0.00/1.00 vMB 0
99,256 99,256 000000000002a12f94648975a5aa7a401e23b33a88d52ad7b0096446e1f39bb5 1 0.00/1.00 vMB 0
99,255 99,255 000000000002c749b8622075dc086dbb5a527ea0ced259a985d8062441b868bf 1 0.00/1.00 vMB 0
99,254 99,254 0000000000023d26d6dfbcf932fbfc3a4f0488895ebaedfe083502f6e1c044d1 2 0.00/1.00 vMB 0
99,253 99,253 000000000001abba404acf9b22ad9ab7e4ec4a87ae51bb5e8ed6f4998c28fac0 1 0.00/1.00 vMB 0
99,252 99,252 0000000000022d8156f497a690f0ea6bb1b7b6deeefffd92bd1c88c124864121 6 0.00/1.00 vMB 0
99,251 99,251 000000000000d0b7c8849b9054636b5f2961f4d3f3f662bc126cca44adacf03f 1 0.00/1.00 vMB 0
99,250 99,250 000000000001bb23359852b5c0871fc0faa1aaae8299b28b47de980481f93308 2 0.00/1.00 vMB 0
99,249 99,249 000000000001e6e2b35ebe0897756c7d3b58b416fd5b10d5a03d95370e971b61 1 0.00/1.00 vMB 0
99,248 99,248 000000000000bb73380517046ce8459313fcdc297b7a7feec2a2cb207c09403c 1 0.00/1.00 vMB 0
99,247 99,247 0000000000045f9aa641fcc202aa240815560dcb46ae1049fe72e7a4fabd0838 2 0.00/1.00 vMB 0
99,246 99,246 000000000002922092afcb96e7411f47b82f261253594cb4472ca12e6b40cff6 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.