Loading Tool

Explorer IconExplorer

Memory Pool

83,152 transactions
31.38 vMB
0.10353899 BTC
Random Selection Loading Transactions
Max Size: 191.95/200 MB

Candidate Block

Mining Attempt 0db2f51977ff58e252bd71d12e3e91fdb609b746c6b1c00d82f72c24f2d0b62c
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 068968aa8c02724c4a86d636fa28e58ad0ccadbc97d1726dd6c68de6879422da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,439
Size: 1.00 vMB
Total Fees: 0.03233037 BTC
Feerates: 301.05 > 3.24 > 0.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (130,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,720 784,720 00000000000000000005d691f9c75ba738faca17e9aaf7391d7c170fa406cffa 3,457 1.00/1.00 vMB 9
784,719 784,719 0000000000000000000442657a11edb3a5486c3d56e5beac2f53e4484dd746e8 3,198 1.00/1.00 vMB 11
784,718 784,718 000000000000000000034a603e07aa210651c75e5f8a27c21a645ab6a6b13e34 2,422 1.00/1.00 vMB 12
784,717 784,717 00000000000000000005884f3334ed534f90c149dcd7f4ee9c3dd6d2d77b5a95 2,516 1.00/1.00 vMB 26
784,716 784,716 00000000000000000001d807f517530387da765b3f505115fb6d26c0d3a214a1 2,715 1.00/1.00 vMB 23
784,715 784,715 00000000000000000003d7cf8470ea1ef9d23a4189e7de1106cc3b8e5a836256 2,902 1.00/1.00 vMB 17
784,714 784,714 00000000000000000005773144c14a763e43fa40b0c45cf427b1e5c157c53596 2,287 1.00/1.00 vMB 16
784,713 784,713 000000000000000000055e282df641bba44c9d701b66c83dd903323abe748169 2,877 1.00/1.00 vMB 15
784,712 784,712 000000000000000000033b8d5aea1a087d1a42e1730cc725d23e2191a367eff1 1,472 1.00/1.00 vMB 25
784,711 784,711 00000000000000000001ee8552c6d7a1d8231a79c3f6983b73e88bc85481e4e4 2,980 1.00/1.00 vMB 23
784,710 784,710 00000000000000000000ad24ccb014dead52d812b5a90fa05b1969fb268694ab 2,587 1.00/1.00 vMB 18
784,709 784,709 00000000000000000003ad1d4c8ca4792dafbb48e4a5802ceaadcda69e137a7f 462 1.00/1.00 vMB 14
784,708 784,708 000000000000000000027aedcbbf03af9bd8a82148c163cffe9d3b37feb4ab5d 2,153 1.00/1.00 vMB 17
784,707 784,707 00000000000000000003dcf94c09bb40136d0bb0db2eea81cd7d36c8ee7704e4 3,245 1.00/1.00 vMB 23
784,706 784,706 00000000000000000000c9958983e836a48e39e06b3c8640f4e10bc750e0f75c 2,846 1.00/1.00 vMB 22
784,705 784,705 0000000000000000000353753e23faf83d1086a9cfeab05dbc7357b3df752e75 1,181 1.00/1.00 vMB 17
784,704 784,704 00000000000000000005366d43cbb919e49dd43d8b632e3ae7afa41082a7655f 1,004 1.00/1.00 vMB 15
784,703 784,703 00000000000000000001f32e66bd0fed74b31d2d983ac97311627c7b81417082 1,082 1.00/1.00 vMB 16
784,702 784,702 000000000000000000041132a9c129e2a3c19e4969c77efc199904be716ff4c6 3,573 1.00/1.00 vMB 21
784,701 784,701 00000000000000000004397889cb450bacfc06c06d7eba9e136c4bca7413f094 712 1.00/1.00 vMB 15
784,700 784,700 000000000000000000009e39bddb93d23eef5a466855713abdade97c72a5604d 1,109 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.