Loading Tool

Explorer IconExplorer

Memory Pool

29,512 transactions
24.81 vMB
0.05676165 BTC
Random Selection Loading Transactions
Max Size: 123.04/200 MB

Candidate Block

Mining Attempt 6168753b21d7716b0f1c53e16f7ba19ad68a0ffdd4c3fed458f37cef6fe0a821
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 2911fd29eaf9766a04adfb614cc3e4dc8ef8a4382039d55b321c8927a2fd7f23
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,032
Size: 1.00 vMB
Total Fees: 0.01252286 BTC
Feerates: 73.20 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (256,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,850 657,850 000000000000000000084f96481e8fc75dec0e27bd0641cb47407c3b9276236b 2,572 1.00/1.00 vMB 85
657,849 657,849 0000000000000000000e031b2f515e09fec50609f18ffb8e5afb6c5225cda838 2,469 1.00/1.00 vMB 86
657,848 657,848 0000000000000000000defa23e8149b22b1ce9152faca3b7461e68201e28a48c 2,746 1.00/1.00 vMB 38
657,847 657,847 00000000000000000008c91d75c10eb5b71bff1f3e994c878d8557dc0d536a8f 1,984 1.00/1.00 vMB 61
657,846 657,846 00000000000000000000e2fdfd04a8d504496bde0163e97b2fed28ce20925c2e 3,207 1.00/1.00 vMB 95
657,845 657,845 0000000000000000000fe5e5c9841f45b7dea2f57a0245bea05a91aa7e0f63eb 1,656 1.00/1.00 vMB 73
657,844 657,844 000000000000000000012b15944418c6e306b09cac23d834d7d453f718774a12 1,892 1.00/1.00 vMB 80
657,843 657,843 0000000000000000000834401658aec60e9cf1e729494a52fa9773d1078cb094 2,494 1.00/1.00 vMB 29
657,842 657,842 0000000000000000000789f22e7ad622bc681ac650cb1e66cd202fd65c2b70b8 2,802 1.00/1.00 vMB 80
657,841 657,841 0000000000000000000a8e7fe3d00a24af780bcf738eb443599310f528504c5a 2,348 1.00/1.00 vMB 35
657,840 657,840 0000000000000000000ab8838806e625d6cdc6ec5457e5128dd5eff7fe96aedf 1,644 1.00/1.00 vMB 92
657,839 657,839 00000000000000000008511870d201f999f4e65b3f5f30986eba9e5ab2b403b5 2,225 1.00/1.00 vMB 25
657,838 657,838 000000000000000000024d75311df0c231f61e31d36b4846e27429a09b4fc411 2,235 1.00/1.00 vMB 42
657,837 657,837 00000000000000000001740779e468b24aa80aca4126afc4a79108c667493921 2,702 1.00/1.00 vMB 52
657,836 657,836 00000000000000000009332541625744d02b2a30bbd8a8d062834ee52ae3a722 2,666 1.00/1.00 vMB 51
657,835 657,835 0000000000000000000c8a92ac99d7fd3adb875af7f9f644fdaedb540a92dc58 2,661 1.00/1.00 vMB 63
657,834 657,834 0000000000000000000fef2f47addd8876db9f95d2ea71404c4535ede471a529 2,131 1.00/1.00 vMB 85
657,833 657,833 000000000000000000033a7408db3a22a2700e4499f3b52b399e905597c35c0f 2,385 1.00/1.00 vMB 52
657,832 657,832 00000000000000000005a2f1738de546624393868df1a17aa8d0ce54578cfe3f 2,493 1.00/1.00 vMB 35
657,831 657,831 0000000000000000000b6e13b4b5485a9ffb2f913eb22629c2828c6c3874004f 3,068 1.00/1.00 vMB 44
657,830 657,830 000000000000000000054f84c09e8ed9b71f3af98dc96ff82f72307c61584538 2,597 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 781.86 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: 641.90 GB
    • Received: 12.53 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.