Loading Tool

Explorer IconExplorer

Memory Pool

88,097 transactions
32.11 vMB
0.13398562 BTC
Random Selection Loading Transactions
Max Size: 194.63/200 MB

Candidate Block

Mining Attempt e765bcaed2338fdf49f494bda21565da7d5800ef00598903259cff11dff02581
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root f7b7bf16ed21f63e447adb11e584aaae17f11e950c23df268ea9e523bf67ec23
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,910
Size: 1.00 vMB
Total Fees: 0.04895804 BTC
Feerates: 101.65 > 4.91 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (266,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,649 648,649 0000000000000000000485cfe865625fcf835be0329365601d42d96b18d3d049 2,577 1.00/1.00 vMB 66
648,648 648,648 0000000000000000000d15ce4f089ca274fb9cf0444bb72cc9c859e95494bc41 1,361 1.00/1.00 vMB 41
648,647 648,647 00000000000000000006d030820ee06d5ba2923183dca61d3bf149fce4d9ab74 2,151 1.00/1.00 vMB 35
648,646 648,646 0000000000000000000e25df1e30abcb79a7d4e9172ee491809ae55b14b22b88 2,164 1.00/1.00 vMB 27
648,645 648,645 0000000000000000000791a747e330577a4e4ef3323537e6433686d4d774ef22 3,039 1.00/1.00 vMB 19
648,644 648,644 0000000000000000000aa4a720c2e971799a8966f9c06b8b42d99c088acb4944 2,135 1.00/1.00 vMB 49
648,643 648,643 000000000000000000004a08024ca4da748efe99fa972d068bcf688005b948d7 2,478 1.00/1.00 vMB 57
648,642 648,642 000000000000000000032bf0acc3a99a406b4a7e4b1c402a40da578fc99f483c 2,699 1.00/1.00 vMB 53
648,641 648,641 0000000000000000000701883c54e50252aba2671d60e161dffc0abfaf9f96b6 2,478 1.00/1.00 vMB 11
648,640 648,640 0000000000000000000777b99201dd2a542504009243b7b5d9ca470d843e21de 2,258 1.00/1.00 vMB 71
648,639 648,639 0000000000000000000af9c1aee4ff9554047b3e1fd2599bac85e7f4d88ead39 2,511 1.00/1.00 vMB 43
648,638 648,638 00000000000000000006323638c32705b74059cadabe52a42c84b06c367cf4cb 2,301 1.00/1.00 vMB 42
648,637 648,637 0000000000000000000d581e157adc4c37468e2110835e98d1b5de7e036a19b6 2,246 1.00/1.00 vMB 41
648,636 648,636 00000000000000000004de347df462fb4f1c20e818a9e6988f16ee4a50dbd71e 2,648 1.00/1.00 vMB 84
648,635 648,635 0000000000000000000f2059ec27c66726ea6ecc34f60d9bd5942776cf4496a7 2,689 1.00/1.00 vMB 38
648,634 648,634 0000000000000000000e9445b617cb9065a5ec0a6c826e90e243c4710cb0e57b 2,082 1.00/1.00 vMB 24
648,633 648,633 0000000000000000000e6f7cc9d44d886ed6b1cc926fbe046fd3aedb9fc14e1f 2,885 1.00/1.00 vMB 55
648,632 648,632 0000000000000000000fbf73ec75925b7d1e0eb65ddbe9a2684a0655b17ae9d1 2,838 1.00/1.00 vMB 38
648,631 648,631 0000000000000000000b80152a24814f53b138d6a60545c16ba26d711ac3aedc 2,522 1.00/1.00 vMB 79
648,630 648,630 00000000000000000000a1455c92c5640c53cf5e3d7680d09d8ba6a4fd5acf40 2,464 1.00/1.00 vMB 84
648,629 648,629 0000000000000000000bdf0008243419e69296602051e0df19edad6223e3189e 2,896 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.63 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.