Loading Tool

Explorer IconExplorer

Memory Pool

79,168 transactions
29.72 vMB
0.08600082 BTC
Random Selection Loading Transactions
Max Size: 179.36/200 MB

Candidate Block

Mining Attempt 47fb2e84dff1260ec7102eed4e14a3d965a884f79177b4ca4b87d1a1f25c04e3
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root b21b02df3c44784a5c1ebfe435660dc1cda992c92fcd75f60e6f83a407fccedd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,724
Size: 1.00 vMB
Total Fees: 0.01974165 BTC
Feerates: 150.66 > 1.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (215,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,854 699,854 000000000000000000027210d9ebab999e1a2179130e0c1a5f45a64a0859f6e3 147 0.90/1.00 vMB 5
699,853 699,853 00000000000000000006479a7bb3eea681fead9a55d44a8d3a72690cedb535d8 1,548 0.86/1.00 vMB 14
699,852 699,852 0000000000000000000c9bb9b956deab7afa53741391978313881ea04737e768 2,181 0.75/1.00 vMB 12
699,851 699,851 00000000000000000000743b552d49b24435444041a717d84107ba346b06f8b6 208 0.14/1.00 vMB 28
699,850 699,850 000000000000000000008923eabc48beeb774fefd66ae6e33b0b0d78f9f4b4c0 261 0.09/1.00 vMB 14
699,849 699,849 0000000000000000000a479ed560a43956bec92965e2196b72c248427efc6238 1,872 0.89/1.00 vMB 15
699,848 699,848 00000000000000000003b09f8a8a06ad00e2b306934cf319dce7ebc3df3b6cc9 1,208 0.56/1.00 vMB 12
699,847 699,847 00000000000000000004a2d5b23320eac77b1817162f4a4b9a9211de741d0d4a 75 0.06/1.00 vMB 31
699,846 699,846 000000000000000000029ba18bad42532d59a370770e0eb9653ad2ad93b3298f 410 0.15/1.00 vMB 19
699,845 699,845 0000000000000000000088530020d88c51cf4131fe9acba632bfc6e9a5c64463 639 0.20/1.00 vMB 18
699,844 699,844 00000000000000000003ed99a1a580ff020e7a0c8e904da4699a6ec7879e756b 1,344 0.59/1.00 vMB 12
699,843 699,843 00000000000000000009d37a0d55e588ead40aa54f1e886b71d42ddcf08ee4fb 1,043 0.54/1.00 vMB 16
699,842 699,842 0000000000000000000f3ba836d93b5c87644526e22dc83f5d2dfc338728e10a 1,985 0.78/1.00 vMB 16
699,841 699,841 0000000000000000000073352e1af26b098b3bcbb9f5d48c00608bc7eb6af123 391 0.33/1.00 vMB 6
699,840 699,840 0000000000000000000830702bece738df8d511e7790559aa5ed3e6c196f2304 1,857 0.88/1.00 vMB 15
699,839 699,839 00000000000000000002c6683049d6c6a1a1095b8d7e2f91a64ccd9aeaa13e35 765 0.34/1.00 vMB 23
699,838 699,838 0000000000000000000f43b484be802e2ab3b8dc1899820249db64c3da9a1de4 1,381 0.57/1.00 vMB 12
699,837 699,837 00000000000000000000f972881c7b501b93bd82d694db8e461bcc7b1a3eb1bb 196 0.05/1.00 vMB 11
699,836 699,836 00000000000000000004db2c27907a78bd69c8db5245049f2679c6f2f2c3c396 1,143 0.44/1.00 vMB 12
699,835 699,835 0000000000000000000385f7480cc77ce785b5093a63b35b8fcc9835f585bf8d 2,077 0.71/1.00 vMB 2
699,834 699,834 0000000000000000000d5342a5cdae372e1220dffefcb4627dd833ec049de2e7 2,793 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.