Loading Tool

Explorer IconExplorer

Memory Pool

80,818 transactions
29.49 vMB
0.10164879 BTC
Random Selection Loading Transactions
Max Size: 179.58/200 MB

Candidate Block

Mining Attempt 2f233c8e811f8ce097b9c1aaecffe082e332a90a262789d8c2bd4ed710bf96b7
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 246e623b6d170b71d1dd315e50149b54b2b1c915e40a519b63ab88a467ab277e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,232
Size: 1.00 vMB
Total Fees: 0.03943132 BTC
Feerates: 146.36 > 3.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (369,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,209 545,209 00000000000000000013216e2c4359cc5cb406fe65f833694dbe22966dc7d828 112 0.13/1.00 vMB 77
545,208 545,208 0000000000000000001ffb8baf9f27dfe1894773061abb0eabb64fe3ca69ec0b 2,548 1.00/1.00 vMB 14
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
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.