Loading Tool

Explorer IconExplorer

Memory Pool

77,160 transactions
28.95 vMB
0.06854651 BTC
Random Selection Loading Transactions
Max Size: 174.45/200 MB

Candidate Block

Mining Attempt ee6f53165a0713088b1a2497f363ae394fba998e14a4d160d2eabbb02f5040f5
Version 20000000
Previous Block 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31
Merkle Root 56d136e4dcbae8e9caf9db7c568a6349902e9742892359d24a6a32d48460b189
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,279
Size: 1.00 vMB
Total Fees: 0.00732889 BTC
Feerates: 40.21 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,100 (369,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,207 545,207 0000000000000000000f38768f54a3702133bc27fac275c668dc556d55a178d5 1,856 1.00/1.00 vMB 5
545,206 545,206 0000000000000000001cbe0c7f31c5aa3d35c7f7413df67cc264861d10899375 2,148 1.00/1.00 vMB 19
545,205 545,205 00000000000000000000f709d32ddaf473c24f9c2c87c8398ba622f6a840e082 2,826 1.00/1.00 vMB 15
545,204 545,204 00000000000000000012f4eb6203a0a03a8266ca0d58f1f6b2686f57f26d0db3 1,354 1.00/1.00 vMB 5
545,203 545,203 0000000000000000000fe35bc403da399872d8450209be109e873cb127facefe 2,378 1.00/1.00 vMB 11
545,202 545,202 00000000000000000024c86ec9d41f2796787042d77f9a1ff932a40b29243a34 2,560 1.00/1.00 vMB 8
545,201 545,201 0000000000000000001752f56a1f25e77c3284a02d9fb0312757320dabc6afcb 384 0.20/1.00 vMB 4
545,200 545,200 00000000000000000005d49867a529199148faad8cd96b27825e9ec4f6ea2b24 3,059 1.00/1.00 vMB 9
545,199 545,199 000000000000000000048a43c2930e4826c4262b5d8cef0f5da620e428ab32e2 2,729 1.00/1.00 vMB 7
545,198 545,198 000000000000000000118d430528af530905bc55ff707529f080ca404ef20d08 2,553 1.00/1.00 vMB 12
545,197 545,197 0000000000000000000e2ef7d98d99c2921a5c2261315a52bb3f138762c04cef 2,613 1.00/1.00 vMB 15
545,196 545,196 0000000000000000001261e5809ac057ecfdbc9c07d35bd82d4a555ca15d47bf 2,909 1.00/1.00 vMB 14
545,195 545,195 0000000000000000001eac92588d9403cb07086803e019d945da2425319afd93 3,454 1.00/1.00 vMB 28
545,194 545,194 00000000000000000015d2cb680d9380ab15ad9a6d0c336e6af1a8b93802f04b 2,922 1.00/1.00 vMB 13
545,193 545,193 0000000000000000001d0df0c0dff33501c1dc7fa9e32524309ecc1dba583f22 2,776 1.00/1.00 vMB 15
545,192 545,192 000000000000000000068659865d7945b7ececca078fba109aaa9e84a85cb85b 2,862 1.00/1.00 vMB 13
545,191 545,191 000000000000000000059f75f2c4919e1f8097f3fbc51109f045adcd5087d57d 2,844 1.00/1.00 vMB 9
545,190 545,190 0000000000000000001dfcecfae6ea0f455e4b111f19c3563eacaab3dd06ce2d 3,105 1.00/1.00 vMB 23
545,189 545,189 0000000000000000001c18773aa5f409c4d5e2d0f2a1ed03247bb82c2d6f918e 2,481 1.00/1.00 vMB 17
545,188 545,188 00000000000000000022a33b1ca05145c09a0dcee41a4e19ce7dc01c2a68ea1c 328 0.11/1.00 vMB 26
545,187 545,187 000000000000000000150e3f47c5da1dbace452db4a22dbdce0c7212bdd24970 2,664 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.57 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: 670.28 GB
    • Received: 15.84 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.