Loading Tool

Explorer IconExplorer

Memory Pool

38,266 transactions
28.10 vMB
0.06359343 BTC
Random Selection Loading Transactions
Max Size: 142.47/200 MB

Candidate Block

Mining Attempt feeb06a1100e5f3f6be9e7fd4d519ae43657323d64eda524fb6f4015fc0a5c2e
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a328384abed2af5a30bca749c4f1e7d0514fbe74d820724e02e6e5230c63a4be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,281
Size: 1.00 vMB
Total Fees: 0.00983447 BTC
Feerates: 150.80 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (857,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,783 56,783 000000000eb908a702dfb27bb29982daed123db574d512df7cfd2bf4982f8bc1 1 0.00/1.00 vMB 0
56,782 56,782 000000000be5dab7207cbd2c9ff77bd0c74884b17583682374a6f9fd49a1eaae 8 0.00/1.00 vMB 0
56,781 56,781 000000000a0d82a5cd0f862607b0e80dba27bb29a5c453581b182cf9edaf8f41 3 0.00/1.00 vMB 0
56,780 56,780 000000001294acfbd3dc803d873b5f0d4b97d2c527819d5712f0404d5c3e4f97 2 0.00/1.00 vMB 0
56,779 56,779 000000000eaf345fbba8849cdf01ffd0217b1a1aeaed099e7a61f5eb3e695de8 4 0.00/1.00 vMB 0
56,778 56,778 000000000a1452fd65bdf88510ceaeb8786163ec7e2887081d9fe945d0dee91b 1 0.00/1.00 vMB 0
56,777 56,777 00000000157f90079f62a3734fca927e4062bbc77dc08ec5bcf7a4a1c313c3ca 1 0.00/1.00 vMB 0
56,776 56,776 0000000014e4356281c62c3b1a0fd27843327372227f934e1df6c72d19f0d622 2 0.00/1.00 vMB 0
56,775 56,775 000000000629bd83ec1ac536a46cb0162b62ff71a2048888d57cc1de91ff0fc9 1 0.00/1.00 vMB 0
56,774 56,774 0000000000b48c2e90b5c9154641c87a3d39a63d35b1472626a914f5384f9165 1 0.00/1.00 vMB 0
56,773 56,773 0000000001ea2e2d3351e4922a293db2122b0ef3446fee3d0816fd1a92415344 1 0.00/1.00 vMB 0
56,772 56,772 000000000eb2172517193f1fb853bbda797f381f5f206cfe157fc31349debeb7 1 0.00/1.00 vMB 0
56,771 56,771 000000000fec45ba2c5b5eecdb3b7b413c654b71ad5a02c976712c90bcbfdb10 1 0.00/1.00 vMB 0
56,770 56,770 000000000a69199557febc03809b3b96da077e5a9d7a89cedf0525df5cff6e60 1 0.00/1.00 vMB 0
56,769 56,769 0000000007845aea02e2632bd180d8093c6c12d5a79f334138fc39eab893d5b8 1 0.00/1.00 vMB 0
56,768 56,768 00000000126d03b9b6ff61e2292309f7e6afcd61b09735ae86332d5351a550a8 1 0.00/1.00 vMB 0
56,767 56,767 000000000c3f240f29ba033093890aa1ff3aa8b453a2a1fe1add7b3a03a18c1b 1 0.00/1.00 vMB 0
56,766 56,766 000000000aabb9cce22d68267955e706f35a279ab60168fc890c47c3c5d49876 1 0.00/1.00 vMB 0
56,765 56,765 0000000004035ecf6d7b41e4baa911db1af881b41d685bc041bebccd7afdbd3d 1 0.00/1.00 vMB 0
56,764 56,764 0000000005ca99dab9921baa45e556850932cc49d788aebca2d6a0380e38e497 1 0.00/1.00 vMB 0
56,763 56,763 000000001252def05d4c4a0e38983a58675aed1869d4dc1366d592c317397113 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.69 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: 628.68 GB
    • Received: 11.82 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.