Loading Tool

Explorer IconExplorer

Memory Pool

41,654 transactions
31.63 vMB
0.08817480 BTC
Random Selection Loading Transactions
Max Size: 158.70/200 MB

Candidate Block

Mining Attempt c45161b1538e54a639b4b58d56f94a5edfee3cc17bef2fdccbd72294cc408ab9
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root 5509255a3c7e4ee7f00864f83f8a8ab751f0d788c67757fa6cfcf88b37e9ea63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,268
Size: 1.00 vMB
Total Fees: 0.02290525 BTC
Feerates: 150.77 > 2.30 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (575,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,720 338,720 00000000000000000e1b5d84e5c467023e1ad1a2b645c3b02be6a5347df8045f 420 0.75/1.00 vMB 21
338,719 338,719 00000000000000001557c22cb6b0744dc542d989977578841d13151226d85693 2,169 0.75/1.00 vMB 44
338,718 338,718 0000000000000000090c9a4dd52545b54a81c6e4489605ec340f87e84cbc3b93 1,247 0.75/1.00 vMB 23
338,717 338,717 00000000000000000bcd4d9387c18e509fcb4fa85faef646bba1e68e6409e3e7 512 0.15/1.00 vMB 44
338,716 338,716 00000000000000000fae999b835d8bcd56e89162424c41ddc5cead2b8c438912 502 0.33/1.00 vMB 14
338,715 338,715 0000000000000000175a47f8afbfd24ee9ad4bafb4ea1372885e969e23d80b78 1,448 0.75/1.00 vMB 24
338,714 338,714 000000000000000010b18f3ea3b0847869cd241d5d9431105b6456d3f5bbd23f 1,666 0.85/1.00 vMB 4
338,713 338,713 00000000000000000cb89a6bbfe738096a923e19409d96f483590170572b325c 1,139 0.85/1.00 vMB 19
338,712 338,712 000000000000000001fd6fcc3b7deaccaa8ace75ef97caa556bf89c4321e1856 2,028 0.75/1.00 vMB 40
338,711 338,711 0000000000000000090560bbe59bc4c2892150de3227c6187a65cf070441ff6b 1,561 1.00/1.00 vMB 22
338,710 338,710 000000000000000000aabb2e438f70d81dfda9635ae8f1ed176435c84e7f256f 1 0.00/1.00 vMB 0
338,709 338,709 0000000000000000138ae8083fbfd0d4dbabd8c54caf28f6d9d03034d381441b 544 0.75/1.00 vMB 14
338,708 338,708 0000000000000000186acac80fb7828d0dee1e6029845a9df2dbfdb4d57c6c04 992 0.75/1.00 vMB 20
338,707 338,707 00000000000000000108e34baa762ff818203e6a42dc6b0286343811e686ed81 912 0.33/1.00 vMB 38
338,706 338,706 000000000000000016586aa078badc70c91b5b169330ab4bfcf430fa9b66ec30 996 1.00/1.00 vMB 18
338,705 338,705 00000000000000000183433a6f746559abf54d537573fe4e3cb313fc062a2ddc 551 0.50/1.00 vMB 18
338,704 338,704 0000000000000000108734629c3233c4c50333cd620477d4f4b05e55754ee716 1,258 1.00/1.00 vMB 20
338,703 338,703 000000000000000000291a2ae09f9858f6743cf08c3cad4da2f5cf5be5fff3d3 2,374 1.00/1.00 vMB 35
338,702 338,702 00000000000000001666d4c4aa64953abc52cb0be5efd02117dd4ef14a573117 1,373 0.75/1.00 vMB 21
338,701 338,701 0000000000000000127c2750f9b2e29bd9153aa72c532e52c8c0eedc5ab9d5ef 1,720 0.75/1.00 vMB 27
338,700 338,700 000000000000000012e8c0efdff2b8f67282e211749cc5530bd6e709f70279e1 2,155 0.75/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.52 GB
    • Received: 11.60 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.