Loading Tool

Explorer IconExplorer

Memory Pool

74,333 transactions
27.58 vMB
0.07494975 BTC
Random Selection Loading Transactions
Max Size: 168.02/200 MB

Candidate Block

Mining Attempt 2aab691d766d7d304169eed105e22d12411f3d113560f74255baecf35dc15e1b
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root eaac43b978b6681d1fb413e2248d89c0964c000179d0934a0f4669d6a72a05d5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,060
Size: 1.00 vMB
Total Fees: 0.01607621 BTC
Feerates: 402.60 > 1.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (131,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,736 783,736 000000000000000000035b72609ade745ceb030383162f46ea004d3c0880bd41 3,598 1.00/1.00 vMB 28
783,735 783,735 00000000000000000004eafc943c0c2233b4925d04c6ba4205e2e8fc1153d266 3,488 1.00/1.00 vMB 45
783,734 783,734 00000000000000000004d7e0bafed2af0ad2f02748ddbf09d90803add72c8be4 3,611 1.00/1.00 vMB 14
783,733 783,733 00000000000000000005b1ce64b4d5f38603cc5755d8285fdbac3ef98b705537 2,460 1.00/1.00 vMB 12
783,732 783,732 00000000000000000001883c808c678c0f625076e0148b49754e65f4dbdb0a90 1,685 1.00/1.00 vMB 11
783,731 783,731 00000000000000000002d92bd741cc2f1fe6dca0e98a7e590452a5d6cf7d1ab3 2,467 1.00/1.00 vMB 24
783,730 783,730 000000000000000000020f7f39963d373b14567a90ad706db437296ecf851a5e 2,754 1.00/1.00 vMB 24
783,729 783,729 00000000000000000004ec613fd0c7cc65986d11e79f28175c70f9b613231cbe 3,826 1.00/1.00 vMB 32
783,728 783,728 00000000000000000002e14711d00ca1f9e3fe2a82c4463c35e845dc6057a22a 1,683 1.00/1.00 vMB 8
783,727 783,727 0000000000000000000302c6d13a94cef89fab23d618d2c6f9f375f34421edb2 2,106 1.00/1.00 vMB 12
783,726 783,726 00000000000000000003783391e11aa0b06eb7f59926ffa7a1662f30cb33187d 1,004 1.00/1.00 vMB 12
783,725 783,725 00000000000000000003d92d7f476ff548a915223403470ee0eff0fefd93fd2d 2,335 1.00/1.00 vMB 12
783,724 783,724 000000000000000000012f4d3016a815f3a1968b4f473be36918fb0e4638be38 2,923 1.00/1.00 vMB 21
783,723 783,723 00000000000000000001ab2d08f7db1d9fa59d426a2017c26803aabe705c1868 3,161 1.00/1.00 vMB 31
783,722 783,722 00000000000000000005c410972ddf53da3a0e820361c5c1225e35237b3660c8 1,741 1.00/1.00 vMB 16
783,721 783,721 000000000000000000011039b80d3f6bac75f229d591e95d7f7bfc3310adb40a 2,537 1.00/1.00 vMB 10
783,720 783,720 00000000000000000002eeac33d2c46826b9933e74d131e54bd59c1942728bc0 1,859 1.00/1.00 vMB 8
783,719 783,719 00000000000000000005ab639a3cb147f25679bd71a8b7a819f4cd2e076c7643 2,023 1.00/1.00 vMB 11
783,718 783,718 00000000000000000003c6df93c4b97d73d32fbacf3df1eca7b9e2189f737917 3,107 1.00/1.00 vMB 21
783,717 783,717 00000000000000000004ac5b9d61e8c27e72a2f820e7b97996f4d492d381627a 2,758 1.00/1.00 vMB 20
783,716 783,716 00000000000000000001c8eb6c512ebc7663482d4ac3d19e92c11cdc0023a16c 2,412 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.