Loading Tool

Explorer IconExplorer

Memory Pool

45,109 transactions
29.77 vMB
0.10280422 BTC
Random Selection Loading Transactions
Max Size: 153.99/200 MB

Candidate Block

Mining Attempt cab344e9a83db5e37762c048db2742f3436ed319106a5b8b68e81a935b6f5070
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root 86ae4c59140bc304d2bafff56ebc7dd6f95ab174182201adb483524202950ce8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,158
Size: 1.00 vMB
Total Fees: 0.04380342 BTC
Feerates: 302.06 > 4.39 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (727,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,887 186,887 000000000000046409919c41e91fff403ccd9a1491f15d84a7aaf5071e3a82cd 382 0.19/1.00 vMB 235
186,886 186,886 00000000000003a56c9465be8f4314df8bf675b097d1c9f39ac805514d2a4198 40 0.01/1.00 vMB 32
186,885 186,885 00000000000002eb336cf736f9ffa3afd9b1669cf709c77a251e2a73b1b35a0d 256 0.10/1.00 vMB 166
186,884 186,884 00000000000002129877ae3df3cff7ffab5b5ee8bda71864f584ae812c7179e2 79 0.03/1.00 vMB 3,864
186,883 186,883 000000000000038c49ea463b79f487495592740a971491f645357549473175a2 30 0.01/1.00 vMB 139
186,882 186,882 0000000000000159483c61366e809c2de74a0b54dfe3b73de75c71f43078a4cb 63 0.03/1.00 vMB 120
186,881 186,881 00000000000002b142c5ce5be2741f152bb1c116c013f616a2ee1445b446adb0 156 0.05/1.00 vMB 79
186,880 186,880 00000000000004b06a6a1a557f39e045b7f7e0205f251cdbeb1e8d017253b060 13 0.00/1.00 vMB 29
186,879 186,879 000000000000041b411975353167ae8faf6016806df7507c5c584edd8cf6f202 266 0.14/1.00 vMB 107
186,878 186,878 00000000000003c430fe937368bc15473d83057d53fa04585611dd7301dfbb75 241 0.11/1.00 vMB 113
186,877 186,877 00000000000003af666f316fcf82e69e953a6b84a62f8a3d39da43e1069d9c1e 143 0.06/1.00 vMB 122
186,876 186,876 00000000000004b0d8a8276ea8a6f4aa5095845db3ee63c354c5202d49b16cd3 117 0.04/1.00 vMB 69
186,875 186,875 000000000000061aa5dc0ffcb341efebf820a5fc07feae99a690a732e8e54a5b 720 0.28/1.00 vMB 131
186,874 186,874 0000000000000164b3f3e74272d433c25989305d8f3edb6ba9644ca55ddfc5ee 11 0.00/1.00 vMB 15
186,873 186,873 000000000000087da4eff5e9f76bfee689f3b01d1b9c12e4cd176b8f99b5df3c 195 0.07/1.00 vMB 136
186,872 186,872 00000000000008aa8fdf9f60b844c311f97e0bf644ffb30d42bf82e35844ec79 8 0.00/1.00 vMB 77
186,871 186,871 00000000000005f1add21c844306d3ff30b8339c709a3dbd7d060553177d9340 127 0.05/1.00 vMB 119
186,870 186,870 000000000000004e1f117463d201123dc21095764f8d88550a40094d0d9671ba 131 0.04/1.00 vMB 44
186,869 186,869 00000000000004a675b9cd2ca4fa4884d2311d0f81a84d74d2ca0d10eee373ae 344 0.15/1.00 vMB 145
186,868 186,868 00000000000006ba6f3b4a67a709b068a3a3a3acebc1073ebcdc6d0c6f22da7e 322 0.17/1.00 vMB 158
186,867 186,867 000000000000096a9ecf05699385ec9c3e4b96594ea62b56f4c975bdfb617504 161 0.12/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.