Loading Tool

Explorer IconExplorer

Memory Pool

74,801 transactions
28.41 vMB
0.07675513 BTC
Random Selection Loading Transactions
Max Size: 173.20/200 MB

Candidate Block

Mining Attempt e4c7d01be25488c2d752789d9b33cc9c29297c27256a35bb90688b2800e0902a
Version 20000000
Previous Block 00000000000000000001b8fe66e50f6fb16a2fb40ba913d63eacf4d29f5658c7
Merkle Root 42a13524d4d21160a3961c9cb5b2363de89b6377159a2509a8474590afe03b57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,466
Size: 1.00 vMB
Total Fees: 0.01538864 BTC
Feerates: 150.77 > 1.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,249 (868,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,994 46,994 000000002c18bd3b64b31bf610cd8c7e17bb2feae89c28966c9c311dc12e19de 1 0.00/1.00 vMB 0
46,993 46,993 000000003246922f6404f31925c1fcc58e2d44e0aa18141c19fe22ec0b9ed0bc 1 0.00/1.00 vMB 0
46,992 46,992 0000000006576e7d38b1d8776e907226bef64d983208bde811f2db987a67ee18 1 0.00/1.00 vMB 0
46,991 46,991 0000000017d8472117eea31f125ade682d1ec50829ecef650e3619b5a27badec 1 0.00/1.00 vMB 0
46,990 46,990 00000000178519d8c07e2f0b2fa91c2c0384eb6856cbdb3892a481b9030e60e1 1 0.00/1.00 vMB 0
46,989 46,989 000000000d67df9a5de3dc577c5ad5cac20274533acf39ba31fb78bf3670a4d7 1 0.00/1.00 vMB 0
46,988 46,988 0000000027da7712eafd4ddffc31bbd2f11b49011cfed6ff0092477e5f1cea8b 1 0.00/1.00 vMB 0
46,987 46,987 00000000151c32909a8da8c7d646fc219c05ea2fd44fdc5c39de7f1dd3fe0217 1 0.00/1.00 vMB 0
46,986 46,986 00000000147055a5bebd53293379bcb677e86501fdd18610c76d6a56b7c8f725 1 0.00/1.00 vMB 0
46,985 46,985 000000000d649ad6aa171948e2bc4974a3e74680d02f307f25cbf4ad1b642fce 1 0.00/1.00 vMB 0
46,984 46,984 000000000b890d37339a79214fa74528fe42995a464481b4ecb655176263043f 1 0.00/1.00 vMB 0
46,983 46,983 0000000001c01fe912d8da6838858199a604352a5a7d9ae99f99cdbc8552e456 1 0.00/1.00 vMB 0
46,982 46,982 000000001049723cfd87b0e3f8bc752c9e255d28a9497fd4ded91799abab4128 1 0.00/1.00 vMB 0
46,981 46,981 0000000008557990e47b9b05c5678f9e85de89a56f584bf31f91bfab78d9bc2e 1 0.00/1.00 vMB 0
46,980 46,980 000000002e133b1392372268627adecbf67cc5949d4618cd995ff6ff048ae9c0 1 0.00/1.00 vMB 0
46,979 46,979 0000000002e573ead183d6c59c7b7e881b02699c78afcbb4ece0144e79f27daa 1 0.00/1.00 vMB 0
46,978 46,978 0000000016e8f279494f30bd5fab31c6f4c92688431342ce4b927c9264fe3a42 1 0.00/1.00 vMB 0
46,977 46,977 0000000016ff19461f14625f5baa459f478e0560047f6fad89d77cc0d0d7c5b4 1 0.00/1.00 vMB 0
46,976 46,976 000000003393e01d61182e1bee468ce810db76ba2eca2927edf78f1d25dede2f 2 0.00/1.00 vMB 0
46,975 46,975 00000000124c4686a1abbd8f1e1443c34ef6feca4f1cfab536eb2ce989fd9315 1 0.00/1.00 vMB 0
46,974 46,974 000000001e832cf245f0fa42f4e91a1197081ca1020568bc6e14019926caa3fa 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.82 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: 711.24 GB
    • Received: 17.10 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.