Loading Tool

Explorer IconExplorer

Memory Pool

47,721 transactions
28.75 vMB
0.09811810 BTC
Random Selection Loading Transactions
Max Size: 151.66/200 MB

Candidate Block

Mining Attempt 42b009b11ef81cf615917f6382dd1edf35d40874b547f32e317cbf00081543bf
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 920b4da848b3b9774d8cf5afac6173325a38698f7ee299fd9431fbd13b4791a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,826
Size: 1.00 vMB
Total Fees: 0.02373332 BTC
Feerates: 70.48 > 2.38 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (74,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,000 840,000 ½ 0000000000000000000320283a032748cef8227873ff4872689bf23f1cda83a5 3,050 1.00/1.00 vMB 3,770
839,999 839,999 0000000000000000000172014ba58d66455762add0512355ad651207918494ab 2,328 1.00/1.00 vMB 104
839,998 839,998 00000000000000000001dcce6ce7c8a45872cafd1fb04732b447a14a91832591 2,254 1.00/1.00 vMB 86
839,997 839,997 00000000000000000000a3cbf20d45ab342cfe00e573c2c305ccddef5a396aab 2,633 1.00/1.00 vMB 118
839,996 839,996 00000000000000000002f0e845056295149baee9225da1c73995adc323b06b2e 2,736 1.00/1.00 vMB 100
839,995 839,995 00000000000000000002835740aea7c989b20507e309b8ff7fa6e65876f06179 2,600 1.00/1.00 vMB 248
839,994 839,994 00000000000000000000d619d0d57f103576eb4d0a99fdc21354f39accfed8c5 2,680 1.00/1.00 vMB 95
839,993 839,993 000000000000000000017613eba1f732df9df0d199448357e9f0ccdea5ed40ab 2,755 1.00/1.00 vMB 102
839,992 839,992 00000000000000000001c68544e72f32afcfb5263b5d9688a4d86417f31681f9 3,039 1.00/1.00 vMB 107
839,991 839,991 000000000000000000009495048c344d50d08295d456adfec73e7277f1926eb1 2,385 1.00/1.00 vMB 78
839,990 839,990 000000000000000000019c7d65d7fbdbcb656e6de9a460f24cdb0b6a4cf04ef2 1,816 1.00/1.00 vMB 72
839,989 839,989 00000000000000000001d9fd79d081404f104ba9bc94fcd57b2402659eacc6b5 2,831 1.00/1.00 vMB 87
839,988 839,988 0000000000000000000230c1a6cadb2a8596d6a3f7e85b19ff751b59e9f1fcfa 2,731 1.00/1.00 vMB 73
839,987 839,987 00000000000000000000e5e8f411393ec1d23385a3b7656a1fb1dd972ac84f50 2,886 1.00/1.00 vMB 78
839,986 839,986 0000000000000000000152b3fa78ca1de508ef4076503799081a943c3ff0ae80 2,875 1.00/1.00 vMB 81
839,985 839,985 00000000000000000001a2fff770d2beb4106e157144cf7faf606274272379b8 2,966 1.00/1.00 vMB 70
839,984 839,984 00000000000000000002ee4a731c109b45c30650e6f0c98d70d0e1e86f00acd2 2,138 1.00/1.00 vMB 86
839,983 839,983 000000000000000000007960a03f3d128ac1fa9d9d55ecdfb651debb7f9a9956 2,708 1.00/1.00 vMB 65
839,982 839,982 00000000000000000000f8ee5cb67a37a80d2eb261f4c37f5017079488f97d6f 2,538 1.00/1.00 vMB 85
839,981 839,981 0000000000000000000329ee8f1869e85e7fc78f220d38aec11adf79b6c20510 2,394 1.00/1.00 vMB 88
839,980 839,980 00000000000000000000a8dd35c7857e3d08fb1ab1c26f70e27dc1f12af8f131 2,935 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.