Loading Tool

Explorer IconExplorer

Memory Pool

76,349 transactions
27.40 vMB
0.06668134 BTC
Random Selection Loading Transactions
Max Size: 168.04/200 MB

Candidate Block

Mining Attempt c513b00f1c01c7eedc9125117cc37de2b0702e30162f9cea8e7b1f4c98a756a4
Version 20000000
Previous Block 00000000000000000000689f5aac8f3b2931b26ac31fa880ea1b747dd3d324e4
Merkle Root 6bda39386a850293a54d65f7f548d3eee721ffeb7e6640a3a9f2fae03cd77384
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,333
Size: 1.00 vMB
Total Fees: 0.00837615 BTC
Feerates: 59.19 > 0.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,321 (489,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,516 425,516 000000000000000000f78fe747503d64ad1e4d4370efa932b704a7ee579eaab9 925 0.49/1.00 vMB 34
425,515 425,515 000000000000000002dae8f2648a620364fdda7f2481033cb06aa0b9f567a5a9 2,936 1.00/1.00 vMB 97
425,514 425,514 00000000000000000418c6c7ec6da90221547cc82d339bd18aec4071e1132ba9 1,213 1.00/1.00 vMB 48
425,513 425,513 0000000000000000015ef1a26cfd1030b2ebcb3524ee76e50fa161760c29235b 1,163 1.00/1.00 vMB 46
425,512 425,512 0000000000000000034f4cffe4242b533124b26f2e2c5d2da062aa6677137d56 596 1.00/1.00 vMB 26
425,511 425,511 000000000000000000f16dd455904564b02c934cdd57868abcf91299b15e33a4 1,151 0.54/1.00 vMB 73
425,510 425,510 000000000000000003aad2a7a14390f44814ac46eda2bb012375de6a2ee1e0eb 1,789 0.71/1.00 vMB 81
425,509 425,509 0000000000000000049bf553a5dd35363abf28428e5f1ccdad12e43aaa4edfa3 910 0.93/1.00 vMB 39
425,508 425,508 000000000000000004e1597fa370703a0f93c3a9a6a51bc56be3616a7b436a30 1,736 1.00/1.00 vMB 58
425,507 425,507 000000000000000003c34d60c0cb2dd56270f4dfc5b82597dd6d8161d8d73c96 2,185 1.00/1.00 vMB 73
425,506 425,506 000000000000000004736f29679b777ab2960203611abcbb6511db847a4228f0 2,211 1.00/1.00 vMB 61
425,505 425,505 000000000000000000e9c693cab1d3ae68e711754698a6b95c77315acdbedacc 1,893 1.00/1.00 vMB 55
425,504 425,504 0000000000000000030528e6a447b51e54329392a8b2a4ff5ecb5bcc5e0e3677 2,960 1.00/1.00 vMB 102
425,503 425,503 00000000000000000483fbc33dc91cfe0d3ced38f804eb4008acec9590999fa8 2,632 1.00/1.00 vMB 88
425,502 425,502 0000000000000000034c5db9e5cc3c57f6c1176ff2895863bb61859d01b64127 1,532 0.68/1.00 vMB 65
425,501 425,501 00000000000000000282e498296de621fb99ebc1cbaae94643191f5e446ffe90 1,144 0.58/1.00 vMB 64
425,500 425,500 0000000000000000044c9a2b2302a5a8954237bb5c0273c72d40ba21d040fb8f 2,578 1.00/1.00 vMB 78
425,499 425,499 000000000000000000a53f15f53409ca6023805b680660aa72451290dfb46381 1,003 1.00/1.00 vMB 30
425,498 425,498 000000000000000002025879130d914bc88733ade56dda49522c76877020c4fa 1,488 1.00/1.00 vMB 37
425,497 425,497 00000000000000000428888bcc625a62667e75a160ef84d6c7581e8c91dc9008 1,258 1.00/1.00 vMB 26
425,496 425,496 000000000000000002693514c0547acf9612de1ca6a2077fb482083f72415a2c 1,676 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.95 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: 715.04 GB
    • Received: 17.64 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.