Loading Tool

Explorer IconExplorer

Memory Pool

83,438 transactions
31.34 vMB
0.08880703 BTC
Random Selection Loading Transactions
Max Size: 192.18/200 MB

Candidate Block

Mining Attempt 64fa54ee5b2b743cacde1a0b9fc0c9707c615732df9b8a0d96bef3e56eedd87e
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root ff1fc79a9d9c3fa1f45cce127f3f47d1ff3f8f42343029825ce84d6e75ac2695
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,920
Size: 1.00 vMB
Total Fees: 0.01788000 BTC
Feerates: 20.00 > 1.79 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (318,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,705 596,705 00000000000000000010c0346cadd6449e2294e9f1f37bed0b2dce8e73eb21cb 3,046 1.00/1.00 vMB 34
596,704 596,704 0000000000000000000f68055dbd503c57376629abadf8b08a2f4ad2fd7c7814 1,073 1.00/1.00 vMB 8
596,703 596,703 00000000000000000010a24e6a752ee12efe02dfe839c05d1c263e4a44fb570e 2,783 1.00/1.00 vMB 24
596,702 596,702 000000000000000000015f34c10de0005a37a42be08a4b40452044cdeda48aa7 2,914 1.00/1.00 vMB 15
596,701 596,701 00000000000000000014da2f52a0dd324321e3e37cade0d79b99929afa0d9030 2,741 1.00/1.00 vMB 38
596,700 596,700 00000000000000000013f5b87fe6782f300c2da8d34675e08cb568435a72794c 2,756 1.00/1.00 vMB 36
596,699 596,699 000000000000000000014074dfe4eaa307bf0924870f0fb2dd49ffa839861f54 2,271 1.00/1.00 vMB 15
596,698 596,698 000000000000000000084da773faa93fb25c0bbbed026b9c7d51172473b813c6 3,122 1.00/1.00 vMB 39
596,697 596,697 00000000000000000011404d817d448d27ae9e31fbf35ef227a6d96b819c25b8 2,770 1.00/1.00 vMB 22
596,696 596,696 0000000000000000000148a0d269d9b09cb6acea9c674c7bcd5a122738f64a38 2,153 1.00/1.00 vMB 18
596,695 596,695 000000000000000000074d4a883560aeb7825cd292e5177b4df1bee6e4d8268f 2,622 1.00/1.00 vMB 18
596,694 596,694 0000000000000000000750a7baccdb9c8808dbd2099c87ff4b4677220e18dfde 2,292 1.00/1.00 vMB 28
596,693 596,693 0000000000000000000a0ce6c31ae2972cc26cedde641dbbe1cddde945948598 2,793 1.00/1.00 vMB 42
596,692 596,692 0000000000000000000ef55c00b7f8d8fb9ffd120f9db20cf7971f3edad8d97a 2,486 1.00/1.00 vMB 33
596,691 596,691 00000000000000000008e8dad074eda0906c46117d14141b0e83142a1660447d 2,458 1.00/1.00 vMB 30
596,690 596,690 000000000000000000163103880f439d241411eab038614ba6bc476a3013c89c 2,525 1.00/1.00 vMB 33
596,689 596,689 00000000000000000004a24faa9b3b3a92acfc4f57b7e30a35d2663bd1310d68 2,459 1.00/1.00 vMB 35
596,688 596,688 00000000000000000007eac249e3fed5b2d73021877d85d9bb5250d77d318406 1,013 1.00/1.00 vMB 42
596,687 596,687 0000000000000000000b20cae15f72d6d7f3d39f3b833c469ef23b5d3afbbd9b 1,025 1.00/1.00 vMB 76
596,686 596,686 0000000000000000000ccd3dab184bed9541ad6cc820d94fd94c71ad2bff023a 2,350 1.00/1.00 vMB 32
596,685 596,685 000000000000000000034fdb441cb12c9d6b902461023d4654c7ab547b5fa0c7 2,507 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 709.61 GB
    • Received: 16.94 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.