Loading Tool

Explorer IconExplorer

Memory Pool

81,996 transactions
31.04 vMB
0.12085639 BTC
Random Selection Loading Transactions
Max Size: 185.58/200 MB

Candidate Block

Mining Attempt 45303ae11d52826803a5691c8393297942495823bc335872b8ebb0bd01138cc8
Version 20000000
Previous Block 00000000000000000001d5c5e6dfb1105c06f06ef2ada68ef39386bddc38f0ae
Merkle Root 078ccbde25dc49fc6f371ef83ecabd16933fd536c42d6a3ba4ad66e84f789ad8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,012
Size: 1.00 vMB
Total Fees: 0.03490920 BTC
Feerates: 500.91 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,149 (114,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,084 801,084 00000000000000000003b5a557edd9b1d2cb0cdbb6f7a4384cb3bef6eb34a581 1,626 1.00/1.00 vMB 15
801,083 801,083 000000000000000000003d4a50a99295b97811710e7a8adc75dabc39134268a7 2,556 1.00/1.00 vMB 18
801,082 801,082 000000000000000000014397840fb49400afdc76fc83e9dab575dfc658f2a1e9 2,309 1.00/1.00 vMB 10
801,081 801,081 00000000000000000004e18c180e3eed5755ce48beb7efba78f7242561b0f99b 2,881 1.00/1.00 vMB 10
801,080 801,080 00000000000000000000ee62bf2518e8f2d7541433d8f0bb0c098e3c53585e03 2,746 1.00/1.00 vMB 17
801,079 801,079 0000000000000000000204e1700143eefa91bc16c46989d7c85fdd7cc600728a 3,617 1.00/1.00 vMB 24
801,078 801,078 000000000000000000037ca3b3597e4ff2bfaa2ec3757b0d6c0d51f2a3556862 3,726 1.00/1.00 vMB 19
801,077 801,077 00000000000000000003a1b259f97957869c695d6c9efc43b67ea90ab2983edd 4,027 1.00/1.00 vMB 8
801,076 801,076 00000000000000000004e37ae99b6e689f5a5bf69dac4be292e2fdf90f93b2cd 3,687 1.00/1.00 vMB 9
801,075 801,075 00000000000000000002251e189479d9fa229751c39f2fba9135e3c4b8796ab5 1,183 1.00/1.00 vMB 6
801,074 801,074 000000000000000000038fb3212fee66c634aefe535ce5e1bdc87b721b581935 2,106 1.00/1.00 vMB 8
801,073 801,073 000000000000000000037de2ad93c1f4d128b696fe23fe5ad7b2a6c1f92fb4d3 2,249 1.00/1.00 vMB 11
801,072 801,072 0000000000000000000176fc22a6b8f1c015e5f80ec4c223587409bff4c943d7 2,284 1.00/1.00 vMB 20
801,071 801,071 00000000000000000001d3b3b6d9bc3a0f1245836503e0a567c149d2a7ad1e24 3,054 1.00/1.00 vMB 11
801,070 801,070 00000000000000000001eda0a0e82a16431d786ec6f4c55d013d6cea36219543 2,132 1.00/1.00 vMB 11
801,069 801,069 00000000000000000002703a21117ae3cada56d1030f5b87dadce7e1208f5d04 3,426 1.00/1.00 vMB 20
801,068 801,068 0000000000000000000477aae925a24f795fa63b4c95dc6c528b28f57a4b80c7 4,808 1.00/1.00 vMB 7
801,067 801,067 000000000000000000041394182f95f4eaf0e61196d203da50615e1dda27e165 2,557 1.00/1.00 vMB 14
801,066 801,066 00000000000000000002375bdaff6d517ef40275ba9a2b212bceba9b76d242f0 2,820 1.00/1.00 vMB 14
801,065 801,065 00000000000000000003767af0e795e3d7b0d1a89704bab49f8fdcbc03d214e7 6,106 1.00/1.00 vMB 7
801,064 801,064 00000000000000000002dc8e2ccb02e847b5589897a0e95afcb074e2ddc2263a 4,579 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.65 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: 672.90 GB
    • Received: 16.33 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.