Loading Tool

Explorer IconExplorer

Memory Pool

82,262 transactions
31.22 vMB
0.09403512 BTC
Random Selection Loading Transactions
Max Size: 188.93/200 MB

Candidate Block

Mining Attempt 99812d63879fc66b135c56ecd8adb2468e2f9a5e74c4a8eb194eccaed7afc41c
Version 20000000
Previous Block 00000000000000000000fed5f49642163633dd960a214f08d883622a0aac23f5
Merkle Root 03e70d79fcdc05c7e31313cbeaf41db8517333f6526c4f1b223480d9d2e9a0d3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,360
Size: 1.00 vMB
Total Fees: 0.01853551 BTC
Feerates: 115.63 > 1.86 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,379 (645,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
269,810 269,810 0000000000000003851cf09e0ddc835bfe82eab4073e589daa107a23f1d60e5b 302 0.15/1.00 vMB 34
269,809 269,809 0000000000000003496e5b62d88e9bf11c7daa4eb50aa3862641faec51363c8a 153 0.07/1.00 vMB 38
269,808 269,808 000000000000000680c3eca3730e58d8a135b2243a8fac8fe6333ddcc98cfd62 522 0.24/1.00 vMB 50
269,807 269,807 0000000000000003d7f80bb174ba928bec6bcc9fc7f7cc0f84a2c475dd9c5d94 200 0.13/1.00 vMB 48
269,806 269,806 0000000000000004c8ac8ea8ad7b5d35354695afc52f04d2a67b98e60317243f 39 0.11/1.00 vMB 14
269,805 269,805 00000000000000005665219473536b9a7d3d889321aff4d1a7ac9dd51ebc8804 427 0.25/1.00 vMB 31
269,804 269,804 00000000000000022621f69df08f97ea9d28dd24c6d917a51952b91274f606b7 668 0.25/1.00 vMB 78
269,803 269,803 000000000000000601a5b2f2b4a597851fdf00f6fc3572bbc03f26857c170032 72 0.03/1.00 vMB 62
269,802 269,802 00000000000000028d9f3d9c35c6353ea0af5ab8135c8703b8ff49c8ce8eab02 170 0.08/1.00 vMB 90
269,801 269,801 0000000000000005a046874e9a2d59bc0a05ca054abf4848086880abc1c58ade 266 0.13/1.00 vMB 57
269,800 269,800 00000000000000002b41732543f667c39aabd2f4132feac96fdfb510211d6b7f 271 0.11/1.00 vMB 54
269,799 269,799 00000000000000049ab0e15fe7083c14cef93ead75c67e06a1f271f0e355641b 477 0.23/1.00 vMB 52
269,798 269,798 0000000000000003ff711bc7cd8de6dc0970e6e5227cd44178d1d9cfd49249ae 157 0.11/1.00 vMB 46
269,797 269,797 0000000000000004a34b213b1a7ffe8231dce8ffc804e9b94f199573710457f5 244 0.12/1.00 vMB 120
269,796 269,796 000000000000000368eac087a4a07dd12c0ecabb02cf52ad1c40ed7b297cb044 665 0.46/1.00 vMB 23
269,795 269,795 00000000000000032d91aca6e11255eb19b1cf29be5330d7b2fc23a1d967f0c4 611 0.20/1.00 vMB 74
269,794 269,794 000000000000000746adc931b11cd02c88c4ace4737a88fd3a03c568a30da4cf 747 0.25/1.00 vMB 124
269,793 269,793 000000000000000540685d30b8196d8c9a00feaf156364751d141b0589005687 287 0.13/1.00 vMB 21
269,792 269,792 0000000000000007fe37e224047b2d28d2fc951a8c26df91b85da5a71449e320 324 0.16/1.00 vMB 81
269,791 269,791 000000000000000533b00b2cd11b1280f033d3416291a5020d06957773f6dda7 295 0.15/1.00 vMB 52
269,790 269,790 00000000000000037d8bf5df1300d2741b53e49fa1e7b3e779b08aab17e36eaf 161 0.19/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.05 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: 720.54 GB
    • Received: 18.18 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.