Loading Tool

Explorer IconExplorer

Memory Pool

37,322 transactions
29.27 vMB
0.11156675 BTC
Random Selection Loading Transactions
Max Size: 145.40/200 MB

Candidate Block

Mining Attempt f1361e6ac9c132de9c6024637a5e736a34da18c39e1c05ae2588b72f4c88a0ea
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root 21c1bfb5f22636d272d9ad174d31262926dd684b37f4ee142ba0e4a41ad09133
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.04504889 BTC
Feerates: 194.93 > 4.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (797,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,227 117,227 000000000000a5a52aeececbb5379d240ecdcafc06ece8e2ede0161866bd3203 2 0.00/1.00 vMB 3,875
117,226 117,226 0000000000000d9cc09431429fd0b7912693302921912a1d229e03bcd0c6c672 32 0.01/1.00 vMB 1,269
117,225 117,225 0000000000000cb637d9d6203eba1ddb145a4469ca0e534e3c0298e668bdc36e 10 0.00/1.00 vMB 889
117,224 117,224 000000000000817b73542a22afe3bad9bfbb5f5d12d15cd61f8718d0dfdf7e92 13 0.00/1.00 vMB 1,008
117,223 117,223 0000000000004b53d5a5fe5481e845e5e6c8f1c6527473c61d5c230e61c61bb8 10 0.00/1.00 vMB 606
117,222 117,222 0000000000002da29ac73cf074fd1f2fb2802ce11c30761d8dd9cea84179252a 12 0.00/1.00 vMB 0
117,221 117,221 0000000000005bceab03ab19b9c123882fd02bcc7b2235d07c605c6dd2ddc12a 11 0.00/1.00 vMB 327
117,220 117,220 000000000000072842bb527a8ee9229eedff725f8992027eb4431bfa2e73f4af 11 0.00/1.00 vMB 0
117,219 117,219 000000000000b36f02286cd11e97cef6c37d9589036f7af99ce827892c8b136d 13 0.00/1.00 vMB 1,282
117,218 117,218 000000000000bdc1e63975cb43855416813b3bb6d280837b0edbdceba018f022 11 0.00/1.00 vMB 0
117,217 117,217 0000000000002e989ed28e49de5f5d3042c706fedbe73e300da0066b0b5efe42 27 0.01/1.00 vMB 1,309
117,216 117,216 000000000000bb632ac227bd3d8a52c6ffa81f74f5c59a2203a8419b0a4eb195 20 0.01/1.00 vMB 519
117,215 117,215 000000000000415ad15f9c92c9f3708c369295056608249a62c9fb6d7993da76 13 0.00/1.00 vMB 651
117,214 117,214 0000000000004f9c503c6b9bac6e29890e6a80b293136df8023dc966e47dbeb5 14 0.00/1.00 vMB 815
117,213 117,213 000000000000a1142b39a9ececd64c08722f225af5e47718337c57d0dc880847 5 0.00/1.00 vMB 533
117,212 117,212 000000000000c90cfb8541c246229b7511e42b41444082d5e8bb931d76050497 12 0.00/1.00 vMB 352
117,211 117,211 000000000000567e139b0844b869c92dc19e0f3c432f748d4a7e9dd189972678 11 0.00/1.00 vMB 0
117,210 117,210 00000000000026b76e5536ed9d7e1acfe48b235be9c6e84aa6cf70c867f8fd6b 35 0.01/1.00 vMB 444
117,209 117,209 000000000000cab70729a78eefebeb740d37d1f05ef26a32834d8ad1745e9d76 11 0.00/1.00 vMB 1,143
117,208 117,208 0000000000004f6f823ef19f4ab4ed851cfc956235739a752fb15be1f01dad4e 10 0.01/1.00 vMB 571
117,207 117,207 00000000000024f7b40f0a260c7c83b75024f03ab29476dcdbb8879c05f8193d 11 0.00/1.00 vMB 928
Previous 10 blocks ↓
Total Size: 781.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.64 GB
    • Received: 11.04 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.