Loading Tool

Explorer IconExplorer

Memory Pool

87,611 transactions
32.93 vMB
0.12649924 BTC
Random Selection Loading Transactions
Max Size: 197.64/200 MB

Candidate Block

Mining Attempt 477b48006fa5a93b3f3cb346491974191b3f965fa6442f39238bc6b7b566a813
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 82800d3ff4343699a3915183c542ce735b797970b085aca77d8f35d30b2ba959
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.04583728 BTC
Feerates: 218.18 > 4.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (266,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,652 648,652 00000000000000000005809ff33f0ac6f17b12b8568953772ace5a1411f6863b 1,745 1.00/1.00 vMB 24
648,651 648,651 00000000000000000005faab05451e806c28a9a1b9f8c7fffe453dcecb537ace 2,197 1.00/1.00 vMB 32
648,650 648,650 00000000000000000008c2bd0654fb41a2636bc99f4ea7f958cd5187bbd43b46 2,062 1.00/1.00 vMB 12
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
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.88 GB
    • Received: 15.61 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.